Install Iptables in CentOS 7
In order to install iptables in centos 7, you need to either use firewall-cmd commands or disable firewalld and then enable iptables. This is because firewalld is a replacement of iptables, therefore only one should run at a time. So let’s first disable firewalld. To mask or disable firewalld you can use the below command: […]