Hello Mart, Yeah, I just tweak around your config. Here they are.. iptables -t nat -n MY80FWD iptables -A PREROUTING -s 192.168.4.20/32 -i eth2 -p tcp -m tcp --dport 80 -j MY80FWD iptables -A PREROUTING -s 192.168.4.10/32 -i eth2 -p tcp -m tcp --dport 80 -j MY80FWD iptables -A PREROUTING -s 192.168.4.100/32 -i eth2 -p tcp -m tcp --dport 80 -j MY80FWD iptables -A MY80FWD -p tcp -j DNAT --to-destination 192.168.3.10:80 iptables -A POSTROUTING -o ppp+ -j MASQUERADE --khairul -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html