/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */
Your Ipchains rules have no destination parameters.
I am not sure if that is absolutely necessary but that is what I use and it
has always worked. Here are the lines from my rc.local that are the
relavant ipchains rules:
ipchains -P forward DENY
...
...
ipchains -A forward -s 192.168.0.0/24 -d 0.0.0.0/0 -j MASQ
ipchains -A forward -s 192.168.1.0/24 -d 0.0.0.0/0 -j MASQ
In case you are still wondering i have two subnets (one 10Mb and one 100Mb)
and three ethernet cards and my linux server is connected to the internet
via Cablemodem rather than ADSL but you get the idea...
Anyhow I hope the destination parameter helps you out.
-Rob Ellis
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/
or email to [EMAIL PROTECTED]
PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.