I have two network cards, eth0 and eth1
I currently have my ADSL modem on eth0 and would like to share the internet to eth1, how do I go about doing it? is there a network sharing howto page? if so where cause I couldn't locate it.

Code: Select all
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

It work but most of the web site are not accessible and the connection is a little slow.iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE