CentOS 7 comes with firewalld, that is not compatible with some software (e.g. Virtualmin). So to change firewalld for iptables do the following:
systemctl disable firewalld
systemctl stop firewalld
yum -y install iptables-services
systemctl enable iptables
systemctl start iptables
Recente artikelen