Set up Network Address Translation

From Linuxintro
Revision as of 20:07, 3 October 2010 by imported>ThorstenStaerk

To set up NAT (network address translation), open a console and enter

echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE