I have a webserver. I have 2 static IP's from 2 different ISP's. I want to make sure my webserver is accessible when one ISP's network(s) are down.
for example
my host name a.example.com
my ISP1 IP : x.134.x.100
my ISP1 IP : x.10.x.10
Current A records in my DNS for example.com.
a.example.com x.134.x.100
a.example.com x.10.x.10
My firewall routes both requests to same server and this works fine.
My question is
"Is it the right solution for problem? If not what is the right solution?"
EDIT: I saw this link http://www.linuxquestions.org/questions/linux-general-1/multiple-a-records-in-dns-734680/
Now my question is : What is the easy/cheapest way to provide high availability?