> I need port forwarding running under kernel 2.4.9-12.
> 
> I used ( in older kernels like 2.2.x ) the ipmasqadm command that doesnt
> work under 2.4.x ( RedHat Linux 7.1)
> How is this feature implemented under new kernels ?
You need iptables (http://netfilter.filewatcher.org/) and the kernel
modules.

Do it like this:

SNAT:
iptables -t nat -A POSTROUTING <more options> -j SNAT --to <ipadr>

DNAT:
iptables -t nat -A PREROUTING <more options> -j DNAT --to <ipadr>




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to