From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <96c13f50137d7739d1f45fbfc44f6dcb@quanstro.net> From: erik quanstrom Date: Tue, 8 Aug 2006 15:17:50 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] DNS and ICMP In-Reply-To: <20060808143449.17216.qmail@webmaild.fe1.aruba.it> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9a3d7308-ead1-11e9-9d60-3106f5b1d025 i think that ndb/dns may not realize that your machine is associated with the dns server you specified. here's what i use: local: database= file=/lib/ndb/local file=/lib/ndb/quanstro.net file=/lib/ndb/common file=/lib/ndb/root-servers quanstro.net: ipnet=ottawanat ip=192.168.0.0 ipmask=255.255.0.0 dns=192.168.0.4 dnsdomain=quanstro.net substitute your ipnet, ip, ipmask, dns and dnsdomain. the root-servers file wouldn't be used unless you're serving your own dns. - erik On Tue Aug 8 09:35:28 CDT 2006, Sha0@badchecksum.com wrote: > Hello, > > I have installed a plan9 in qemu, > i can conect to google via telnet to tcp/80 and with hget tool > but i cannot ping to google, and i cannot resolve google name, > > i have not changed the /lib/ndb/local, but my /net/ndb is ok i have the > dns= directive. > > The cs daemon is started, i don't know what happens. > i can conect via telnet to my dns server to tcp/53 and linux resolves the > names ok with this nameserver. > > what i am doing wrong? > > sha0