the DNS Entry will expire according to your TTL (time to live) setting.
If you have dynamic updates enabled, it will expire the old one when a new one get generated.
The machine will register itself into whatever zone you have configured within the client, if it is not specified, the default domain suffix applies.
Main Topics
Browse All Topics





by: leakim971Posted on 2009-11-03 at 20:52:13ID: 25736491
Hello mxgong,
om/?scid=k b;en-us;12 1005&x=15& y=14
om/kb/2234 13
When you will restart the client machine it (or DHCP service) will register its address to the DNS of its domain. Assuming the domain for this machine stay abc.com you will see a new Host (A) created in this zone.
If the computer is not in the domain, have you configured your DHCP to specify the domain to client ? If yes you may change the default domain to use.
Look information option section, at DNS Server (6) : http://support.microsoft.c
To force the registration and see what happen, open command prompt and type :
ipconfig /renew
ipconfig /registerdns
A good link : http://support.microsoft.c
Regards.