casforge.blogg.se

Centos iptables
Centos iptables









centos iptables centos iptables

I tried to add the the iptable service to chkconfig but I get the following error: chkconfig -add iptablesĮrror reading information on service iptables: No such file or directory The problem is that every time I reboot the machine the new configurations are wiped. I also installed the iptable service which was not present. Iptables -I INPUT 5 -i eth0 -p tcp -dport 443 -m state -state NEW,ESTABLISHED -j ACCEPT I therefore added them to the iptables with the following commands: iptables -I INPUT 5 -i eth0 -p tcp -dport 80 -m state -state NEW,ESTABLISHED -j ACCEPT I have installed CentOS7 on it and I found that port 80 and 443 are off by default.

centos iptables

I am having a few issues with a newly installed home server I am preparing.











Centos iptables