|
Well... I wouldn't check for source address in that line, just the output device:
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
If you left it like that, then If I connected to your lan not in that address segment, (and supposing your router could route traffic to my host), it could be possible for me to get traffic with lan's address to the internet (cause I wouldn't match that rule).
|