Hi! I think I need some advice here, because the GlobalNames zone I just set up in my lab here does not work. Its pretty easy to set up, so I dont know what I did wrong
I have a DC with the DNS role on the same server.
Created a primary forward lookup zone, integrated in AD
Replicate to the forest
Call it GlobalNames
Do not allow dynamic updates
Now I run the command Set-DNSServerGlobalNameZone -Computername SYD-DC -Enable $true
and I confirm with the command Get-DnsServerGlobalNameZone that it is enabled, where it says Enabled : true
Next I add a CNAME record in the GlobalNames zone i call Test, where it looks like this:
When i now try to ping TEST, i only get this answer
Ping request could not find host test. Please check the name and try again
If I ping with test.globalnames I get four packets sent and recieved in the ping statustics
What am i missing?
Freddy