dnscmd /zoneresetsecondaries - unknown error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to have several workstations in my area allowed zone
transfers from our external DNS servers. Currently I am testing with the
command below (example IP's) and always get the same error.

dnscmd 192.168.1.3 /ZoneResetSecondaries paultest.com /SecureList
192.168.1.10 192.168.1.11 192.168.1.12 192.168.1.13 192.168.1.14

Command failed: UNKNOWN 1753 (000006d9)

The 192.168.1.3 is my DNS server IP that I am on (holds secondary zones) and
the rest of the 192.168.1.10 addresses are workstations that need to be able
to do nslookups from the server. Paultest.com is a domain I added as a
primary to 192.168.1.3.

What am I doing wrong? I need to do this to 500 domains both primary and
secondary.
 
cdccomp said:
I need to be able to have several workstations in my area allowed zone
transfers from our external DNS servers. Currently I am testing with
the command below (example IP's) and always get the same error.

dnscmd 192.168.1.3 /ZoneResetSecondaries paultest.com /SecureList
192.168.1.10 192.168.1.11 192.168.1.12 192.168.1.13 192.168.1.14

Command failed: UNKNOWN 1753 (000006d9)

The 192.168.1.3 is my DNS server IP that I am on (holds secondary
zones) and the rest of the 192.168.1.10 addresses are workstations
that need to be able to do nslookups from the server. Paultest.com
is a domain I added as a primary to 192.168.1.3.

What am I doing wrong? I need to do this to 500 domains both primary
and secondary.

The Syntax appears to be correct, is there a firewall between you and the
DNS server?

FYI, if you are going to do this on all zones you can use:
dnscmd <server> /ZoneResetSecondaries ..AllZones /SecureList <IPAddress>

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
Send IM: http://www.icq.com/people/webmsg.php?to=296095728
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
 
Kevin - I am actually doing this command from the DNS server which has the
test zone loaded on it. I have a RDP connection to the server. That is what
is so strange. I was hoping that once I got this working I could use the
...Allzones command. Maybe I will try this from my desktop to the server
and see what happens.
 
Back
Top