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 [2022/11/23 12:49] – external edit 127.0.0.1dns: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 8: Line 11:
 ===== Test Dynamic Updates ===== ===== Test Dynamic Updates =====
 Use [[dns:nsupdate|NSupdate]] 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.1669207782.txt.gz · Last modified: by 127.0.0.1