You need to load the ipchains module before the ipchains command will work.

Also, three iptables modules (ipt_REJECT, iptable_filter, ip_tables) need to be unloaded
before ipchains can be loaded successfully.

in short, run these commands
rmmod ipt_REJECT
rmmod iptable_filter
rmmod ip_tables
modprobe ipchains

this will enable ipchains

Matthew Koster wrote:

I am looking to set up IPChains in Red Hat 8.0 - Is this possible? It says
that IPChains is incompatible with this kernal, if its incompatible why is
it included???

Please help.





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to