using IP address in NS record

Joseph S D Yao jsdy at center.osis.gov
Thu Jul 11 12:44:38 UTC 2002


On Wed, Jul 10, 2002 at 10:24:12PM -0700, Hu, Geng wrote:
> i am migrating a set of  DNS servers, because the hostname of the name server
> is load-balanced between two servers, is there any problem to use IP address
> in the NS record to specify a name server?

There definitely is a problem.

Try this:

nameserver		IN A	IP1
			IN A	IP2

nameserver1		IN A	IP1
nameserver2		IN A	IP2

@			IN NS	nameserver1
			IN NS	nameserver2

Now you have two distinct names to use in your DNS records.  The use of
numeric suffixes is not required for this: you could call them Chan,
Wu, and Liu and it would still work.  ;-)

-- 
Joe Yao				jsdy at center.osis.gov - Joseph S. D. Yao
OSIS Center Systems Support					EMT-B
-----------------------------------------------------------------------
   This message is not an official statement of OSIS Center policies.


More information about the bind-users mailing list