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

RE: Network HELP PLEASE!!



> > That means that you have ipchains inserted.  You can remove 
> it and add
> > iptables:
> > 
> > ipchains -F
> > rmmod ipchains
> > insmod iptables
> > 
> Hey check it out it worked;)  How can I make it so the 
> ipchains modules
> does not load at boot?

You can run `setup` as root, and look under System services for ipchains.
Uncheck ipchains (using the space bar), and at the next reboot, it will
work.

You can also do this:

chkconfig --del ipchains  (which removes it from runlevels 3-5 -- it will
still be active in runlevel 2, but you probably won't ever boot to runlevel
2, so it won't matter)

Forrest





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