Category Common Errors
The error below occurs during startup only on a number of SBS 2003 servers. It does not occur on ALL of them for some reason.
Event Type: Warning
Event Source: DhcpServer
Event Category: None
Event ID: 1056
Date: 16/09/2007
Time: 8:25:54 PM
User: N/A
Computer: SERVERNAME
Description:
The DHCP service has detected that it is running on a DC and has no credentials configured for use with Dynamic DNS registrations initiated by the DHCP service. This is not a recommended security configuration. Credentials for Dynamic DNS registrations may be configured using the command line “netsh dhcp server set dnscredentials” or via the DHCP Administrative tool.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data: 0000: 00 00 00 00 ….
The solution is pretty self explanatory. Go to a CMD prompt and run the command as follows
Netsh dhcp server set dnscredentials administrator DOMAIN password
Of course substitute your own Netbios domain for DOMAIN above and a password. You could use the administrator account for it if you wish.
Nico57 says
Don’t use the administrator account for DNS updates, or your DHCP server will be able to overwrite ANY record on your DNS server.
(And then just changing a printer’s name to match your AD server’s name might ruin your whole domain.)
Use an unprivileged account instead.
Alva says
I would like to thank you for thhe efforts you have put
in writing this blog. I’m hoping to see the same high-grade content from
you later on as well. In fact, your creative writing abilities has encouraged me to get my own, personal blog now
😉