[Snippet] Event ID 1056 Source Dhcp Server
Posted on May 20, 2010
Got the error
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"
It suggests we use netsh dhcp server set dnscredentials. What it doesn't tell us is the full command, so here it is,
netsh dhcp server set dnscredentials <USERNAME> <DOMAIN> <PASSWORD>
Related posts
- Active Directory DHCP Authorisation Issues
So you just deleted a DHCP server in your Active Directory site and can't authorise... - Permanently mount a Windows share in Linux
Sick of manually mounting a Windows share on Linux with "mount" for it to drop... - [Snippet] Forcing Replication Between Domain Controllers
...because some people still don't know! Open Active Directory Sites and Services. In the console... - [Snippet] CentOS Server Firewall Configuration
CentOS 5 Server has a nice text interface to configuring your firewall.... - Event ID 10015 Source DCOM
Got a locked down Active Directory? Or just a messy one? Getting The machine wide...


