[plug] IPTables
Anthony J. Breeds-Taurima
tony at cantech.net.au
Thu Sep 27 16:07:10 WST 2001
On Thu, 27 Sep 2001, Andrew Barbara wrote:
> How should the FORWARD chain be set in the default table?
You should be accepting traffic on your forward chain.
ie
iptables -t nat -F
iptables -t filter -F
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
Yours Tony.
/*
* "The significant problems we face cannot be solved at the
* same level of thinking we were at when we created them."
* --Albert Einstein
*/
More information about the plug
mailing list