From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] networking troubles MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 4 May 2002 15:09:49 -0400 Topicbox-Message-UUID: 882ddfd8-eaca-11e9-9e20-41e7f4b1d025 > Here follows the results of 'cat > /net/iproute' , laboriously typed in by memory walking between rooms: Paper and pencil is your friend. :-) Basically, /lib/ndb only gets used for lookups. Getting to the point where you can ping your gateway doesn't use ndb at all. You can ping yourself, so your address is set up right. What does "netstat -i" print? Also, you might try "cat /net/arp" after you try pinging your gateway. If you see an OK line for it, then we got the arp response; if you see a WAIT, we're still waiting. I'm starting to get suspicious of your ethernet card itself though -- perhaps we've not set up the interrupts right and aren't receiving packets at all. try "cat /net/ether0/0/stats". Out minus in should be non-zero. Also, running "snoopy" while you do stuff should show you packets other than the ones from your computer. If not, then we're almost certainly botching the card setup. What kind of ethernet card are you using? Russ