> Looking in /net/ndb, my network looks like this:
> 
>       ip=127.0.0.1 ipmask=/104 ipgw=::
>               sys=gnot
>               sys=gnot
>               dom=gnot.localdomain
>               dns=192.168.220.2
> 
> I don't know if that's correct.

i think this is the issue.  if the ip network is 127.0.0.1/104,
then the gateway (:: = 0:0:0:0:0:0:0:0) is not on the
same network.  so 192.168.220.2 can't be reached.

by the way, for reasons that escape me, 127.0.0.1 has
a mask of /8.  not sure why the local host needs 16777214
ip addresses.

> Debugging further, it turns out I can query my DNS server directly:
> 
>       term% ndb/dnsdebug @192.168.220.2 www.google.com
>       31846.1: sending to 192.168.220.2/192.168.220.2 www.google.com ip
>       31846: rcvd OK from 192.168.220.2 ( recurse can_recurse)
>       [...snip...]

this looks like a bug.  what is the contents of /net/iproute?

- erik

Reply via email to