Re: IP-Chains, etc.

2000-05-31 Thread Corey Popelier
I've fixed it now Ron, turned out to be problems firstly with my DNS configuration on the Windows box, then the fact that I had ipchains rules floating about - needed to do a ipchains -F then the real rules and all is fine now. Thanks for the interest and the help. Cheers, Corey Popelier http://

Re: IP-Chains, etc.

2000-05-31 Thread Ron Rademaker
Did you do: 'echo 1 > /proc/sys/net/ipv4/ip_forward' /proc/sys/net/ipv4/ip_forward must be 1 if you want ip masquerading enabled! Ron PS. Check if you got the right things in your kernel, otherwise you'll have to recompile it. On Wed, 31 May 2000, Corey Popelier wrote: > Ok I had forgotten the

Re: IP-Chains, etc.

2000-05-30 Thread Corey Popelier
Ok I had forgotten the dns setting (Sigh). Now I get a lot of "udp port domain unreachable" messages in my tcpdump. Cheers, Corey Popelier http://members.dingoblue.net.au/~pancreas Work Email: [EMAIL PROTECTED] On Wed, 31 May 2000 [EMAIL PROTECTED] wrote: > Why are you using a proxy, just go

Re: IP-Chains, etc.

2000-05-30 Thread ron
Why are you using a proxy, just go to your win network option, to the tcp/ip properties and set the gateway to the lin box, as well as the dns... Ron By the way, did you try adding that masq ipchains rule? On Wed, 31 May 2000, Corey Popelier wrote: > Some additional information I can give, is t

Re: IP-Chains, etc.

2000-05-30 Thread Corey Popelier
Some additional information I can give, is that a ping from the Windows box behaves as follows: (win) ping 203.24.100.1 (tcpdump from linux box) 10.0.0.2 > dialup-gw.aceonline.com.au: icmp: echo request (above line times 4). Now this would indicate to me that IP forwarding is occurring. But no

Re: IP-Chains, etc.

2000-05-30 Thread Ron Rademaker
I'm not a telepath, I can't see from here if you got the right things in your kernel ;) But you ipchains misses something, the masquerading, you should do: ipchains -A forward -j MASQ -s /24 -d 0/0 I can tell you what you should have in your kernel: IP Masquerading, if you want to masquerade ping

IP-Chains, etc.

2000-05-30 Thread Corey Popelier
Ok I now have my Debian and Windows boxes networked, and I tried to set up IP Chains as follows: ipchains -P forward DENY ipchains -A forward -i ppp0 -j ACCEPT Now whenever I traceroute something from the Win box I get: 1 1ms<10ms<10ms (Linux box). 2* **