Greetings,
I’m looking for recommendations and best practices regarding DHCP-scoped DNS domain assignment across different segments of our environment.
Specifically, I’d appreciate guidance on configuring the following DHCP options:
-
Domain Name
-
DDNS Domain Name
-
Domain Search
For those of you managing medium to large environments: are you using the same values across internal LAN, Wi-Fi, Guest, and IoT networks? Or do you define zone-specific values like wifi.contoso.com
, internal.contoso.com
, guest.contoso.com
, iot.contoso.com
, etc.?
Currently, our global DHCP configuration looks like this:
-
Domain Name:
contoso.com
-
DDNS Domain Name:
mydomain.contoso.com
-
Domain Search: undefined
My assumption is that the Domain Name and DDNS Domain Name should ideally match—or at the very least, both should be included in the Domain Search (Option 119) if they differ.
I’m also assuming that BYOD and guest networks should ideally have their own distinct DDNS zones, separate from the Active Directory namespace, to avoid overlap or leakage.