First page Back Continue Last page Summary Graphic
Enabling Forwarding & Masquerading
Add this rule to your ipchains.rules file:
-A forward -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -i eth1 -j MASQ
This says masquerade all packets from my private network to the Internet.
Notes: