User Tools

Site Tools


dns:dynamic_dns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dns:dynamic_dns [2021/10/28 16:27] bstafforddns:dynamic_dns [2024/04/11 09:48] (current) – [Best Practice] bstafford
Line 1: Line 1:
 ======Dynamic DNS====== ======Dynamic DNS======
 +Dynamic updates take priorities over normal queries. High rate of dynamic updates will cause stop to normal queries
 +
 +
 =====Register Dynamic DNS===== =====Register Dynamic DNS=====
 Use the command ''register-dnsclient'' in PowerShell or ''ipconfig /registerdns'' on the CMD to get the Windows client to register itself (or try to) in the appropriate DNS server. It will use its current DNS server to establish where the authoritative server for the zone is (zone will be whatever is set on the computer (e.g. computerhostname.mycorporationdomain.local). Use the command ''register-dnsclient'' in PowerShell or ''ipconfig /registerdns'' on the CMD to get the Windows client to register itself (or try to) in the appropriate DNS server. It will use its current DNS server to establish where the authoritative server for the zone is (zone will be whatever is set on the computer (e.g. computerhostname.mycorporationdomain.local).
Line 6: Line 9:
 Do not change the MNAME of a zone (SOA) to point away from the primary server if you want DDNS updates to work on it. If you point the MNAME at a secondary, dynmaic clients will try to update the secondary which will fail (as it is read only). Do not change the MNAME of a zone (SOA) to point away from the primary server if you want DDNS updates to work on it. If you point the MNAME at a secondary, dynmaic clients will try to update the secondary which will fail (as it is read only).
  
 +===== Test Dynamic Updates =====
 +Use [[dns:nsupdate|NSupdate]]
 +
 +===== Best Practice =====
 +While a DDNS update is running on a DNS server, the DNS server is 'paused'. Not a problem for small numbers but when you have a huge number of DDNS updates running, you should consider a hidden primary DNS server.
 +
 +===== Microsoft DDNS =====
 +If clients are doing DDNS:
 +  * Windows clients update their DNS name once a day.
 +  * Windows domain controllers update their DNS name once an hour.
dns/dynamic_dns.1635438459.txt.gz · Last modified: (external edit)