Dedicated name servers for sub domains

Barry Margolin barmar at alum.mit.edu
Mon Nov 6 02:06:49 UTC 2006


In article <eikg25$1ckv$1 at sf1.isc.org>,
 "Mohamed Navas V" <abusam at gmail.com> wrote:

> Hi,
> My isp has dedicated name servers for internet access. ns1.myisp.net,
> ns2.myisp.net. We are propsed to setup seperate subdomain for mobile
> section as mobile.myisp.net.
> 
> Plese advice the guidlines:-
> 
> - To setup dedicated name servers for these subdomain
> ns1.mobile.myisp.net and ns2.mobile.myisp.net. We are planning GPRS
> subsriber access internet thru internal proxy and these name servers.

You need to put delegation and glue records in the myisp.net zone file:

mobile IN NS ns1.mobile
       IN NS ns2.mobile

ns1.mobile IN A #.#.#.#
ns2.mobile IN A #.#.#.#

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list