Let's say I control the example.com zone but not the abc.example.com. "abc.example.com" is controlled by another admin so I need to forward any requests for that subdomain to his BIND server.

example.com is running on Win2k3 while abc.example.com is running on BIND.

link|improve this question

59% accept rate
Just a note, this question is closely related to one I answered a while back: serverfault.com/questions/152444/… – Justin Scott Apr 17 '11 at 5:07
um ok, you want a cookie? – luckytaxi Apr 17 '11 at 12:57
No, just providing the link in case someone coming by in the future wants more information. Be nice. :) – Justin Scott Apr 17 '11 at 22:28
feedback

1 Answer

up vote 2 down vote accepted

Create an NS record in the example.com zone for the name abc, pointing to the BIND server.

link|improve this answer
I dont see that option under win2k3. I wonder if "delegation" is what I need. – luckytaxi Apr 15 '11 at 14:54
Sorry; yes. Delegation is the name they use for creating an NS record (which is how it'll show up once it's created). – Shane Madden Apr 15 '11 at 15:03
yep, works fine. thank you. – luckytaxi Apr 15 '11 at 15:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.