On Sun, Nov 19, 2000 at 06:41:19PM -0500, S.Salman Ahmed wrote: :ever if there was something in there, I wouldn't notice it. Is there a :way to setup IPChains and IPMasquerading to allow any and every type of :traffic ?
I can provide the suicide pill, though I don't know why resolving is broken. # ipchains -F # ipchains -A input -j ACCEPT # ipchains -A forward -j ACCEPT # ipchains -A output -j ACCEPT this is fluch all rules, then change default behavior to ACCEPT for each chain. -Jon

