Ways to do simple failover with one server and two IPs

Posted by CrassHoppr on Server Fault See other posts from Server Fault or by CrassHoppr
Published on 2012-10-27T14:57:39Z Indexed on 2012/10/27 17:03 UTC
Read the original article Hit count: 231

Filed under:
|
|

The setup is one server (Windows 2008) at one location with two incoming connections. As the server has to interface with various on-site devices, and will have a small number of incoming connections, a data center is not an option, and instead cable/dsl connections must be used.

The goal is that users visit https://service.site.com and are sent to either the primary IP address or a secondary IP if the primary is down.

I've seen advice to use round robin DNS for this, but caching an IP for a downed interface is something I'd like to avoid.

Is something like this possible with these constraints?

© Server Fault or respective owner

Related posts about dns

Related posts about load-balancing