Comment 17 for bug 496932

Revision history for this message
Andres Rodriguez (andreserl) wrote :

and this other iptables :

iptables -t nat -A PREROUTING -d 192.168.0.50/32 -i eth1 -m state --state NEW -j DNAT --to-destination 10.10.10.100
iptables -t nat -A POSTROUTING -s 10.10.10.100/32 -o eth1 -j SNAT --to-source 192.168.0.50