Re: Ip tables is not startting up FC1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 09:42 3/11/2004, you wrote:
When I reboot my box, iptables does not run.

if I service iptables start|stop iptables get start it.  I checked
chkconfig and iptables is on on run level 3 and 5.  what could be wrong;
which log can look into to see why ipatabels is not launching on reboot?

Check the output of the logs in /var/log/messages. "grep iptables /var/log/messages" should do it.


Check to see that your system is not also starting ipchains (the older firewalling code that iptables replaced) because the two conflict. "rpm -q ipchains" will tell you if it's installed, and if it is, then do this:

        # service ipchains stop
        # rpm -e ipchains

A program called lokkit may also be installed with ipchains. You can safely change that last line to "rpm -e ipchains lokkit" to remove them both.

Cheers,


-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx http://www.simpaticus.com




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux