Results 1 to 4 of 4
  1. #1

    Configuring a name sever on a load balanced IP

    Hello,

    I have set up a HA network.


    Web Servers #1 and #2 have their own IPS, but share a dedicated load balanced IP via the H5 Load Balancer.

    We have our domain name registered with Yahoo!

    How do we point the domain name at Yahoo! to the load balanced IP?

    Thanks everyone... i know the answer must be simple but I am not figuring it out yet :-(

  2. #2
    Join Date
    Jun 2003
    Location
    UK
    Posts
    6,616
    What is to stop you running DNS from yahoo?
    Russ Foster - Industry Curmudgeon
    Freelance Sysadmin for Hire - email vaserv@gmail.com

  3. #3
    Doing something like:

    www IN CNAME srv1.domain.tld.
    IN CNAME srv2.domain.tld.
    IN CNAME srv3.domain.tld.
    IN CNAME srv4.domain.tld.

    Will by-pass the H5... How can I direct all traffic to the H5 Load Balancer, and let the load balancer do the switching...
    Last edited by PerlBin; 06-16-2007 at 01:34 PM.

  4. #4
    Would it be something like:

    www.domain.tld. 60 IN A xxx.yyy.bbb.ccc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •