Hello,
Despite reading every Ace Fekay blog on the Internet, I can't seem to get DHCP + DNS integration working properly. ;-)
My environment:
Single Forest, Single Domain
Forest and Domain Level: Windows Server 2008 R2
3 Domain Controllers; All Running DNS
1 Domain Controller running the only DHCP Server; It's authorized
Active Directory Integrated Zones
No Duplicate Zones (Followed Ace's article to make sure)
DHCP Server Configured like this according to the blog post:
- Add the DHCP server to the Active Directory, Built-In DnsUpdateProxy security group.
- Configure DHCP Credentials.
- Configure Name Protection.
-
If DHCP is co-located on a Windows 2008 R2 DC, you must secure the DnsUpdateProxy group by running the following:
dnscmd /config /OpenAclOnProxyUpdates 0
Here is what I am seeing:
1. PTR records working and owned by the DHCP server's service account
2. A records are showing up, but are owned by the client (for Windows and Macs with Centrify)
3. A records for other devices (iPhones etc) show up and are owned properly by DHCP server's service account
I would like number 2 above to behave like number 3 (DHCP service account owns and manages all records)
Any help would be appreciated. Thanks!
Aaron