Difference between revisions of "Active Directory/Documentation/Dynamic DNS"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | For an explanation of dynamic DNS at NCSU, click [http://microsys.unity.ncsu.edu/blog/index.php?title=dns_configuration_for_unity_ad&more=1&c=1&tb=1&pb=1 here] | ||
| + | |||
| =Useful Command= | =Useful Command= | ||
| + | |||
| * Force a DC to update its DNS keys. | * Force a DC to update its DNS keys. | ||
| + |  IPCONFIG /REGISTERDNS | ||
| − | + |   nltest /dsregdns /server:<DCName> | |
| + | |||
| + | * Deregister DNS | ||
| + | |||
| + |  nltest /dsderegdns:<DCName> /Dom:<DomainName> | ||
| + | |||
| + | * Check DNS records. | ||
| + |  nslookup -type=all <record> | ||
| + |  ex. nslookup -type=all ecetest.ad.ncsu.edu | ||
| + |  ex. nslookup -type=all _ldap._tcp.dc._msdcs.ecetest.ad.ncsu.edu | ||
Latest revision as of 17:10, 25 January 2007
For an explanation of dynamic DNS at NCSU, click here
Useful Command
- Force a DC to update its DNS keys.
IPCONFIG /REGISTERDNS
nltest /dsregdns /server:<DCName>
- Deregister DNS
nltest /dsderegdns:<DCName> /Dom:<DomainName>
- Check DNS records.
nslookup -type=all <record> ex. nslookup -type=all ecetest.ad.ncsu.edu ex. nslookup -type=all _ldap._tcp.dc._msdcs.ecetest.ad.ncsu.edu