From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Cannot access hosts outside of LAN From: lucio@proxima.alt.za In-Reply-To: <2004031109450200-70412@Symmetry.UUCP> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 11 Mar 2004 12:29:57 +0200 Topicbox-Message-UUID: 2abbc22c-eacd-11e9-9e20-41e7f4b1d025 > > The routing table looks alright. If I read it correctly, the first > entry should direct outbound packages to the IP gateway (10.0.0.10): > > 0.0.0.0 /96 10.0.0.10 4 none - > 10.0.0.0 /120 10.0.0.0 4i ifc 0 > 10.0.0.0 /128 10.0.0.0 4b ifc - > 10.0.0.90 /128 10.0.0.90 4u ifc 0 > 10.0.0.255 /128 10.0.0.255 4b ifc - > 10.255.255.255 /128 10.255.255.255 4b ifc - > 255.255.255.255 /128 255.255.255.255 4b ifc - > That resembles what I have, too. Presumably that means ipgw is being understood correctly. Hm, not quite! Note: 0.0.0.0 /96 172.24.16.129 4 none 0 172.24.0.0 /112 172.24.0.0 4i ifc 0 172.24.0.0 /128 172.24.0.0 4b ifc - 172.24.16.12 /128 172.24.16.12 4u ifc 0 172.24.255.255 /128 172.24.255.255 4b ifc - 255.255.255.255 /128 255.255.255.255 4b ifc - there is a "0" at the end of the first line. I think 10.0.0.10 is not reachable as there isn't an interface assigned to it. Only a guess, mind you, nor do I know why that is the case. > /Net/ndb looks fine, too: > > ip=10.0.0.90 ipmask=/120 ipgw=10.0.0.10 > sys=nine > dom=nine.local > Yes, looks fine to me. Except the ipmask ought to be 255.255.255.0, I'm not sure if the /120 notation is just something I'm not familiar with. Maybe your arguments to ip/ipconfig are not exactly right? > What is /net/ipifc/0/local about? I cannot find it in the manual. > That's what ip/ipconfig produces, linking IP over the ether0 interface. What do you have in there? Try cpu% lookman ipifc man 2 ip # ip(2) man 3 ip # ip(3) Can you "ip/ping" the gateway or does it block ICMP that far back? If so, can you telnet there? Also, take a peek at /net/arp. I must confess I would expect your configuration to work, whatever is wrong, it is not quite where I would expect it to be. ++L