2017/09/18

CentOS 7

replace Firewalld to iptables

 systemctl mask firewalld
 systemctl stop firewalld
 yum install iptables-services
 systemctl enable iptables
 systemctl start iptables


install some tools

yum install net-tools telnet yum-utils