How to eliminate the downtime when a dynamic IP address changes?

Posted by xenon on Super User See other posts from Super User or by xenon
Published on 2014-06-06T03:18:46Z Indexed on 2014/06/06 3:28 UTC
Read the original article Hit count: 412

Filed under:
|
|
|
|

We currently have a number of client computers linked up to a database server (MS SQL 2008) for replication. The database server recognises the computers based on their Windows hostname. We are using dynamic IP addresses at this time because we tend to change the computers’ hardware quite frequently, and so the MAC address may be different. Unless static IP has a good way for us to manage frequent changing of MAC addresses, we are keeping it to dynamic IP.

The problem with dynamic IP addresses, however, is that when a client fetches an new IP from the DHCP, ie, there is a change in the IP address, there is going to have a downtime for the hostname to reflect the new IP address, the client’s DNS cache of the hostname to reload, and also the server’s DNS cache to reload to see the new IP from the hostname. All of these have different timings and the delay can be really bad at times. Restarting the computer doesn't work all the time too.

The clients are on Windows 7.

How can I eliminate the amount of downtime required when there is a change in IP in the case of dynamic IP addresses?

© Super User or respective owner

Related posts about windows-7

Related posts about networking