globally restrict all zone transfers

  • Thread starter Thread starter swilson
  • Start date Start date
S

swilson

Hi, is there a way to globally restrict zone transfers for ALL zones in
the win2k DNS service? I have around 870 zones on a server and do not
want to check the zone transfers tab for each and every one.

Thx

Shawn
 
Hi, is there a way to globally restrict zone transfers for ALL zones
in the win2k DNS service? I have around 870 zones on a server and do
not want to check the zone transfers tab for each and every one.

Use this command if you want to allow transfers to a single IP address:
dnscmd <server> /zoneresetsecondaries ..AllZones /SecureList
<secondaryipaddress>

Use this command to reset all zones to allow tranasfer to the name servers
listed on the NS tab.
dnscmd <server> /zoneresetsecondaries ..AllZones /SecureNS
 
Back
Top