This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[Partially OT] Uplink balancing and "A Record"

Hello,
I plan to add an additional internet connection in order to use Uplink Banalncing. We have a web server, for each web site we have an "A Record" that matches with the external IP address. If the main DSL link goes down a web surfer should contact our web sites anyway. In your opinion is possible to configure an "A Record" with 2 ip addresses?

Thanks
eclipse79


This thread was automatically locked due to age.
  • Isn't that round robin? I don't see why this should be a problem. You are essentially load balancing atleast on the DNS side. Now if you had two A records for one IP, that is not really considered an ideal situation.

    Regards
    Bill.
  • Isn't that round robin? I don't see why this should be a problem. You are essentially load balancing atleast on the DNS side. Now if you had two A records for one IP, that is not really considered an ideal situation.

    Regards
    Bill.

    uhm...
    Consider this situation
    I have 2 public ip: 111.111.111.111 and 222.222.222.222
    www.demo.com has "A Record" = 111.111.111.111
    1° DSL line goes down. The remote clients tries to contact www.demo.com at 111.111.111.111 but they cannot reach web site because 1° DSL line is down.

    How is normally managed this case?
  • You would set a low TTL for your domains but even then if the server goes down you will get an unavailable page as far as I know. Round robin is not an ideal situation but it will increase your chances of hitting the second IP whereas if you only have one A record, your site would be down definitely. 

    Regards
    Bill