Re: iptables port forwarding for specific source addresses



ynotssor a écrit :

Traffic needs to pass the INPUT chain before ever being processed by
FORWARD.

No. That was true with ipchains, but not with iptables.
Forwarded packets do not traverse the INPUT chain.

Please check how packets traverse the chains before writing rules :
<http://www.netfilter.org/documentation/HOWTO//packet-filtering-HOWTO-6.html>
.