9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] puzzling dnsdebug behavior
@ 2001-10-26 14:24 peh
  0 siblings, 0 replies; 2+ messages in thread
From: peh @ 2001-10-26 14:24 UTC (permalink / raw)
  To: 9fans

I'm puzzled by the following:

term% ndb/dnsquery
> scylla.internal.us-celstream.com
scylla.internal.us-celstream.com ip	192.168.10.1
> term% ndb/dnsdebug @scylla.internal.us-celstream.com www.flcimages.com
can't resolve scylla.internal.us-celstream.com
term% ndb/dnsdebug @192.168.10.1 www.flcimages.com
1.1: sending to 192.168.10.1/192.168.10.1 www.flcimages.com ip
1: rcvd OK from 192.168.10.1 ( recurse can_recurse)
	Q:    www.flcimages.com ip
	Ans:  www.flcimages.com                16 min 37 sec   ip   	64.232.217.228
	Auth: flcimages.com                    1 day 21 hr 57  ns   	DNS1.COLORTECHNOLOGY.com
	      flcimages.com                    1 day 21 hr 57  ns   	DNS.COLORTECHNOLOGY.com
	Hint: DNS1.COLORTECHNOLOGY.com         4 hr 41 min 1 s ip   	207.225.69.130
	      DNS.COLORTECHNOLOGY.com          4 hr 25 min 29  ip   	207.225.69.129
----------------------------
answer www.flcimages.com                16 min 37 sec   ip   	64.232.217.228
----------------------------
term% 

Thanks for the help,
Pat


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] puzzling dnsdebug behavior
@ 2001-10-26 17:31 presotto
  0 siblings, 0 replies; 2+ messages in thread
From: presotto @ 2001-10-26 17:31 UTC (permalink / raw)
  To: 9fans

Dnsdebug doesn't use the local dns server to resolve anything.
It always starts from what it finds in /lib/ndb/local.
If /lib/ndb/local isn't set up to point to a root server, it
may not be able to find anything.

Dnsquery uses the local dns server to find things.  How that
server is set up decides how things are found.  If you've
started it with the -r option, it may be acting only as a
resolver and forwarding all requests somewhere else.

To figure out what's really happening:
1) what's in /lib/ndb/local
2) what's in /net/ndb
3) how what ndb/dns started


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-26 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-26 14:24 [9fans] puzzling dnsdebug behavior peh
2001-10-26 17:31 presotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).