Answers for "how to install iptables on centos 7"

2

install iptables centos 7

sudo yum install iptables-services
sudo systemctl start iptables
sudo systemctl enable iptables
sudo systemctl status iptables
Posted by: Guest on December-03-2020

Code answers related to "how to install iptables on centos 7"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language