I can't seem to get my ip_masq working. I'm running 2.1.131, so I'm using ipchains. I've set it up the best I can tell from the instructions, but can't hit anything outside my lan from my win95 box. Any ideas on what I have not done properly?
Here is what I'm sending ipchains from my /etc/init.d/network file: ipchains -P forward DENY ipchains -A forward -j MASQ -s 192.168.1.0/24 -d 0.0.0.0/0 I have a ppp account that I use to connect to the internet from. Tia, Chris