Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 1998 21:51:07 -0500 (CDT)
From:      Jeffrey Dunitz <orpheus@lemieux.hockey.net>
To:        randyk <randyk@ccsales.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Virtual DNS???
Message-ID:  <Pine.LNX.3.96.980823214847.6814A-100000@lemieux.hockey.net>
In-Reply-To: <19980823182952.04344@ccsales.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Aug 1998, randyk wrote:

> Hi,
> 
> How do you get one physical DNS server to be more then one?
> 
> i.e.		ns1.mybigcompany.com	is one
> 		ns1.anotherco.com	is another
> 		ns1.virtualstores.com	is yet another
> 
> ...all on the same FreeBSD box???

the easiest way I can think of to do this is to have the following
files:
db.mybigcompany.com
db.anotherco.com
db.virtualstores.com
in your /etc/namedb directory, along with all the right stuff in your
named.boot file to tell it that those db files exist.
 
then, either have your DNS box answer to more than one IP address
(probably not necessary) or just tell internic that this one machine
is primary for all three domains.

That should do what you expect, I think.




> 
> ...and all answering queries like: nslookup helloworld.com ns1.anotherco.com
> 
> Thank you,
> Randy Katz
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Jeffrey Dunitz                 | Current Job:         | orpheus@avalon.net
BOFH Emeritus, Avalon Networks | Information Services |      Iowa City, IA 
http://www.avalon.net/~orpheus | Cray Research/SGI    |     (319) 339-8268


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.980823214847.6814A-100000>