9fans archive / 1998 / 11 / 7 /    prev next

From: James A. Robinson Jim.Robinson@Sta...
Subject: [9fans] Nameserver question
Date: Tue, 03 Nov 1998 15:35:12 -0800

> I've loaded the diskette version of Plan 9 on my pc.  The ethernet card
> is recognized ok.  My question is how do the entries for the
> nameservers appear in the ndb file?  The installation guide shows
> examples for the ip and gateway, but doesn't mention nameservers.

If you don't plan to be a domain-level server yourself, you may
want to piggy-back off whatever domain-level server does exist
for your network. What I have in mine is:

	dom=
		ns=cilantro.stanford.edu
		ns=cassandra.stanford.edu
		ns=caribou.stanford.edu
	dom=cilantro.stanford.edu ip=171.64.7.99
	dom=cassandra.stanford.edu ip=171.64.7.77
	dom=caribou.stanford.edu ip=171.64.7.55

The above gives me full DNS capability off of the Stanford DNS system.
Of course, this also means that if their DNS has a bad cache or 
something, I won't be able to do anything about it.

And, as was shown earlier, you can have specific dom=<nameserver.domain.name>
entries for specific domains, or have a 'dom=<blank>' entry with a list of
the root-level DNS servers.


Jim