[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] multiple DNS
- Subject: Re: [cobalt-users] multiple DNS
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri Sep 20 13:25:28 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Friday 20 September 2002 15:46, Zinneken wrote:
> I currently have the DNS server running on my raq 4 with 2 dns
> entries:
> ns1.domain1.com
> ns2.domain1.com
>
> I'd like to know if I can add additional DNS servers to run on the
> raq, for example:
> ns1.domain2.com
> ns2.domain2.com
> ns1.domain3.com
> ns2.domain3.com
> etc.
>
> Is this possible? How would I need to do this?
Are ns1 and ns2 on the same RaQ?
You should be using different RaQs at least,y
And really they should be on different networks.
Create the subdomains ns1 and ns2.
Or just put in 'a' records for ns1 and ns2 and add them to named.conf
options { directory "/etc/named";
listen-on { 1.2.3.4; 1.2.3.5; 1.2.3.6; 1.2.3.7; };
}
Gerald
--
http://frontstreetnetworks.com http://raqware.com
Front Street Networks LLC | Phone: 203-785-0699
229 Front Street, Ste C, New Haven, CT 06513-3203