iptables in redhat 7.1

Juri Haberland haberland@altus.de
Thu, 12 Jul 2001 11:43:47 +0200


paul young wrote:
> 
> Please help:
> 
>   I try to setup IP-MASQ using iptables in Redhat 7.1
> but I can not get it to work.
> 
>   I did not compile kernel, I just use it out from the
> installation.
> 
>   Where can I find the proper procedure to setup this
> (prefer Redhat 7.1).
> 
>   I believe I have setup right, but how do I check?

Maybe your problem is taht redhat loads by default the ipchains module
which cannot be used together with iptables.
Check with 'lsmod' whether ipchains is loaded. If so. unload it with
'rmmod ipchains' and try again.

Juri