Hello Hermann,

 # SNAT INT -> EXT
 iptables -t nat -A POSTROUTING -o $EXTERNAL_INTERFACE  -p ALL -j SNAT --to 
$EXTERNAL_IP

I'm just curious, but how do you get the external ip with a dynamic ip uplink? As to iptable's manpage, MASQUERADE is the target to use in such setup.

Oh, btw: You can leave "-p ALL" because this is default.


Regards
Jens

_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to