Hey guys,
I was just playing around on my virtual machines, in preparation for 70-642, when I noticed something about stub zones.
Let's say you have 2 dns servers and a single client computer.
Server 1 has a single primary forward lookup zone, and server 2 has a secondary forward lookup zone. Neither of them are a part of a domain.
Everything is great, client computer goes to those 2 computers for the zone they're responsible for, and to the internet for everything else.
Now, let's say the company you work for acquires a business that already has its own dns server, and you want to keep it that way. Sure, you'll move the server to your main office, change the IP settings, yada yada yada, but keep everything else the same.
To save a bit of traffic from going outside your network when looking up dns records that the *new* server holds, you decide to create a stub zone.
Now that I've set the scene for you guys,
my first question is:
Is it normal that I have to manually set the name server IP address for all newly created forward lookup zones? That is, if I want to create a working stub zone for it on another server.
Here's the zone transfer page, just in case you're wondering.

And here's how the stub zone looks like on the dns server that's set as primary on the client computer.
And my second question is: Isn't it supposed to have a single A record for the name server? Because then I wouldn't have to edit the name server list on the authoritative server for that zone, I think.
Hope this all makes a bit of sense. Thanks!