Re: ipchains and 2.4.9

2002-01-30 Thread Jim Bija
I wish to use ipchains. In setup what should i have selected to start at boot up. I had 1 machine that ipchains did work on. By going into setup and turning on and off iptables and ipchains i now "broke" the one that worked. However the ONLY thing that was changed was the * next to ipchains or t

Re: ipchains and 2.4.9

2002-01-30 Thread Frank Carreiro
I could be wrong but it almost sounds like iptables has been compiled into the kernel replacing ipchains. In other words I don't think it was setup as a module. Might want to re-roll your kernel and make sure iptables / netfilter is disabled. Hope this helps. > >[root@ns1 root]# rmmod ipt

Re: ipchains and 2.4.9

2002-01-30 Thread Jim Bija
[root@ns1 root]# rmmod iptables rmmod: module iptables is not loaded Yet i still get the same iptables stop line as below in my previous post.. [root@ns1 root]# insmod ipchains Using /lib/modules/2.4.9-21/kernel/net/ipv4/netfilter/ipchains.o /lib/modules/2.4.9-21/kernel/net/ipv4/netfilter/ipchain

Re: ipchains and 2.4.9

2002-01-30 Thread Fred Herman
I think ipchains is supported as a loadable module. You do need to load it after you unload (if necessary) iptables) rmmod iptables --not sure if you need this insmod ipchains Jim Bija wrote: > > I have recently upgraded to kernel 2.4.9 using. However i am getting > messages > that the kerne

ipchains and 2.4.9

2002-01-30 Thread Jim Bija
I have recently upgraded to kernel 2.4.9 using. However i am getting messages that the kernel does not support ipchains. I thought at first it was because iptables was running, when i try to kill iptables i get this message: /etc/rc.d /init.d/iptables stop Resetting built-in chains to the de