Pointing two IPs to one domain name I have setup Eg:
app.test.com IP1
app.test.com IP2
Domain name should point the the IP which ever is UP
|
Pointing two IPs to one domain name I have setup Eg: app.test.com IP1 Domain name should point the the IP which ever is UP |
|||
|
|
|
The Journeyman geek is correct, this is known as round robin or poor mans loadbalancing. The siteowner normally has no control over which ip will be returned by the dns server. Greg B This configuration does not support failover as dns does not account for server availablity. |
|||||
|
|
Its called round robin DNS - you just set them both as A type records, and it should connect to either one. |
|||||||||
|