Skip to main content

iptables Keeps Resetting upon reboot

Comments

1 comment

  • cPPhilS
    Re: IPTABLES Keep Resetting upon reboot Hello, cPanel does not make any configuration changes to iptables, so this would an Operating System configuration issue. Please be advised that iptables and firewall configurations are outside of cPanel's scope of support. Information provided here is provided as a courtesy and should be acted upon with your own due diligence and discretion. The starting ruleset for iptables will be located at /etc/sysconfig/iptables . The following documentation should be helpful in this configuration: [url=http://wiki.centos.org/HowTos/Network/IPTables]HowTos/Network/IPTables - CentOS Wiki [url=http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s1-iptables-saving.html]43.9.4.****Saving IPTables Rules Also, be sure chkconfig is set to start iptables for your default/current runlevel; To get your runlevel: # runlevel N 3 #chkconfig --list iptables iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    If 3 is off, then run: # chkconfig iptables on
    I hope that helps!
    0

Please sign in to leave a comment.