Re: Problem pinging gateway

2002-02-09 Thread Johannes Franken
On Sat, Feb 09, 2002 at 11:05:13AM -0800, Jon Hughes wrote: > The linux side appears to recognize the NIC, assigns > the IP and so forth. Netstat looks right. THe problem > is I can't even ping the gateway. You might have a broken ipchains ruleset. What do "ipchains -L -n" and "tcpdump -n & ping

Re: Problem pinging gateway

2002-02-09 Thread Jon Hughes
whoops, yes, that is. it's just 192.168.0.1 my bad:) fustrating day --- Mike Dresser <[EMAIL PROTECTED]> wrote: > > netstat -rn > > Dest GW Genmask Flags MSS Win irtt Iface > > 192.168.0.1 0.0.0.0 255.255.255.0 U 0 0 eth0 > > 0.0.0.0 192.168.0.0.1 0.0.0.0 YG 0 0 0 eth0 > > Is that 192.168.0.

Re: Problem pinging gateway

2002-02-09 Thread Mike Dresser
> netstat -rn > Dest GW Genmask Flags MSS Win irtt Iface > 192.168.0.1 0.0.0.0 255.255.255.0 U 0 0 eth0 > 0.0.0.0 192.168.0.0.1 0.0.0.0 YG 0 0 0 eth0 Is that 192.168.0.0.1 a typo? mike