Find the answer to your Linux question:
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 ...
  1. #1
    Just 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!

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...