From: "Lim Boon Ping" <syseeker@xxxxxxxxx> > > Could anyone verify/suggest commands to set for this setting? > # iptables -A FORWARD -i eth0 -o eth1 > # iptables -A FORWARD -i eth1 -o eth0 > > Is it that's all we need to do? Thanks. iptables is not even needed. Just echo 1 > /proc/sys/net/ipv4/ip_forward Will do.