From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 24 Jun 2013 09:07:35 -0400 To: 9fans@9fans.net Message-ID: <47321d0ab055389a9d08b8a0d2440ca6@lyons.quanstro.net> In-Reply-To: <6df078c3-da6d-4267-b6b5-41d653d3201e@googlegroups.com> References: <6df078c3-da6d-4267-b6b5-41d653d3201e@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] VMware: Can't use DNS because cs fails? Topicbox-Message-UUID: 67f16006-ead8-11e9-9d60-3106f5b1d025 > 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