jueves, octubre 16, 2008

Linux simple router from eth0 to eth1


echo "1" > /proc/sys/net/ipv4/ip_forward
iptables --append FORWARD --in-interface eth0 -j ACCEPT
iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE

1 comentario:

lifeandimages dijo...

Eres mal superfreak