hi ya On Wed, 9 Jan 2002, Phillip Hofmeister wrote:
> I'll flame you now because you were wrong (As you requested). > IPCHAINS works with 2.2, IPTABLES works with 2.4... > and if you're really desperate you can run ipchains with the 2.4 kernels by insmod'ing ipchains and start your ipchains rules as normal <flame suit on> have fun linuxing alvin <aint taking it off> -- -- well ... i just found this trick today... what can i say... -- bash-2.05# uname -a Linux w.x.y 2.4.10 #1 SMP Tue Oct 23 15:54:51 KST 2001 i686 unknown bash-2.05# lsmod Module Size Used by ipchains 45072 0 -- -- nope ... its not my rules... but they like it...oh well... -- bash-2.05# ipchains -L =========================== on a 2.4 kernel... Chain input (policy DENY): target prot opt source destination ports DENY all ------ anywhere 0.0.0.0 n/a DENY all ------ anywhere 255.255.255.255 n/a DENY udp ------ anywhere anywhere any -> netbios-ns DENY tcp ------ anywhere anywhere any -> netbios-ns DENY udp ------ anywhere anywhere any -> netbios-dgm DENY tcp ------ anywhere anywhere any -> netbios-dgm .....