U
usenet
Hi Folks, for our service, we require that clients set up a subdomain
and delegate that subdomain to our nameservers so that we can take
full control of just that subdomain. Let's call the domain
example.com, the subdomain to delegate "foo", and the nameservers
to delegate to ns.our_nameserver.com and ns2. By delegating
nameservice responsibilities, this allows us to change anything and
everything related to the subdomain without having to involve the
client. I know nothing about Windows DNS software, but in BIND,
this is done like so:
In the zonefile for example.com, add these entries:
foo IN NS ns.our_nameserver.com
foo IN NS ns2.our_nameserver.com
Isn't that great? Not even an IP address dependency.
The problem is, I haven't found a single person who can tell me how
to do this in Windows. Mind you, these are not A records or MX
entries - they're NS records, and they specifically do _not_ require
IP addresses.
Can anyone tell me how to do this, or verify that it just cannot
be done? Please, please, please don't tell me about A records or
CNAMEs. The above is exactly what I want, it's simple, and it
complies with DNS protocol.
You do not know how much I will appreciate getting the answer to
this years-old question.
and delegate that subdomain to our nameservers so that we can take
full control of just that subdomain. Let's call the domain
example.com, the subdomain to delegate "foo", and the nameservers
to delegate to ns.our_nameserver.com and ns2. By delegating
nameservice responsibilities, this allows us to change anything and
everything related to the subdomain without having to involve the
client. I know nothing about Windows DNS software, but in BIND,
this is done like so:
In the zonefile for example.com, add these entries:
foo IN NS ns.our_nameserver.com
foo IN NS ns2.our_nameserver.com
Isn't that great? Not even an IP address dependency.
The problem is, I haven't found a single person who can tell me how
to do this in Windows. Mind you, these are not A records or MX
entries - they're NS records, and they specifically do _not_ require
IP addresses.
Can anyone tell me how to do this, or verify that it just cannot
be done? Please, please, please don't tell me about A records or
CNAMEs. The above is exactly what I want, it's simple, and it
complies with DNS protocol.
You do not know how much I will appreciate getting the answer to
this years-old question.