December 2015
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

Categories

December 2015
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

Centos 7 NIC naming rules

Centos7 provide different naming convention is based on the default firmware, topology, location information to allocate. The advantage of this is that the naming is fully automated, predictable disadvantage is more than eth0 , wlan0 harder to read. For example enp5s0

Naming rules Strategy The default, systemd will be named interfaces based on the following […]

CentOS6.x risk vulnerabilities

This article is only for the Green League vulnerability scan results, in RHEL / CentOS / OEL5.x x64-bit versions exist as high-risk vulnerabilities, where finishing solutions, again through vulnerability scanning, vulnerability has been patched. High-risk OpenSSH ‘schnorr.c’ remote memory corruption vulnerability (CVE-2014-1692) OpenSSH J-PAKE licensing issues Vulnerability (CVE-2010-4478) OpenSSH GSSAPI remote code execution vulnerability (CVE-2006-5051) […]

firewalld Apache and SSH 22 80 443

firewall-cmd –zone=public –add-port=22/tcp –permanent firewall-cmd –zone=public –add-port=80/tcp –permanent firewall-cmd –zone=public –add-port=443/tcp –permanent firewall-cmd –reload