Results 1 to 2 of 2
environment: centos 5.7
Issue: iptables starts upon startup even tho it's set to be off via chkconfig
chkconfig --list iptables
all off ...
chkocnfig iptables off
reboot ...
starts again
...
- 01-09-2012 #1Just Joined!
- Join Date
- Aug 2009
- Location
- Toronto
- Posts
- 31
iptables starts upon startup even tho it's set to be off via chkconfig
environment: centos 5.7
Issue: iptables starts upon startup even tho it's set to be off via chkconfig
chkconfig --list iptables
all off ...
chkocnfig iptables off
reboot ...
starts again
any ideas .. this is the first time I have seen something like that!
- 01-10-2012 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Sorry for the silly question, but how are you confirming that the firewall is starting? e.g., what command are you using?
Look for rogue startup links to the iptables initscript using this find command:
Code:find /etc/rc.d/ -type l -ls|grep iptables


Reply With Quote