Forward only specific zones?

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have the need to forward requests for about 30 zones to
a specific set of DNS servers and the rest of the world to
a different set of servers; what's the easiest way to
accomplish this? Please don't say it's the GUI, that is
VERY tedious! Is there a command interface I can use?
Thanks,
Dan
 
In
Dan said:
I have the need to forward requests for about 30 zones to
a specific set of DNS servers and the rest of the world to
a different set of servers; what's the easiest way to
accomplish this? Please don't say it's the GUI, that is
VERY tedious! Is there a command interface I can use?
Thanks,
Dan

Is this Win2k?
You cannot do it any way with Win2k.
Win2k3 supports conditional forwarders and stub zones.
 
As Kevin said, you cannot even do this with Win2000.

Conditional forwarding requires Win2003 and even
then you will likely need the GUI.

DNSCmd.exe (the command line tool for Windows DNS)
doesn't seem to fully support setting fowards, especially
conditional forwarding.
 
DNSCmd.exe (the command line tool for Windows DNS)
doesn't seem to fully support setting fowards, especially
conditional forwarding.

I used to think that, too ..... until I saw this on one of the lists I
participate in.

Dnscmd.exe <Server Name to create forwarder on> /zoneadd <Zone To
Conditionally Forward> /dsforwarder <Primary IP to forward to> /slave
<additional IPs to forward to> /DP <Directory Partition to store forwarder
in>

Learn new tricks everyday :)
--


Sincerely,

Dèjì Akómöláfé, MCSE+M MCSA+M MCP+I
Microsoft MVP - Directory Services
www.readymaids.com - we know IT
www.akomolafe.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
 
Deji Akomolafe said:
I used to think that, too ..... until I saw this on one of the lists I
participate in.

Dnscmd.exe <Server Name to create forwarder on> /zoneadd <Zone To
Conditionally Forward> /dsforwarder <Primary IP to forward to> /slave
<additional IPs to forward to> /DP <Directory Partition to store forwarder
in>

Guess that's what I get for reading the help on
DNSCmd.
 
In Deji Akomolafe <[email protected]> made a post then I commented below
::: DNSCmd.exe (the command line tool for Windows DNS)
::: doesn't seem to fully support setting fowards, especially
::: conditional forwarding.
::
:: I used to think that, too ..... until I saw this on one of the lists
:: I participate in.
::
:: Dnscmd.exe <Server Name to create forwarder on> /zoneadd <Zone To
:: Conditionally Forward> /dsforwarder <Primary IP to forward to> /slave
:: <additional IPs to forward to> /DP <Directory Partition to store
:: forwarder in>
::
:: Learn new tricks everyday :)
:: --

Thanks Deji, now that is a new one! Awesome!

:-)

--
Regards,
Ace

G O E A G L E S !!!
Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services

Security Is Like An Onion, It Has Layers
HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
Back
Top