Guest User!

You are not Sophos Staff.

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

RoundRobin DNS

Is there a way with static dns entries to create a round robin setup?  I tried inserting a duplicate dns name just different ip address but it was a no go.  Also tried to put multiple IP's in the ip block but no such luck there either.  Thanks in advance for your help with this.


This thread was automatically locked due to age.
  • Is there a way with static dns entries to create a round robin setup?
    Also tried to put multiple IP's in the ip block but no such luck there either.

    What is the problem you're trying to solve?

    Cheers - Bob
  • What I'm trying to accomplish is I have 2 irc servers one's internal and the other is external and they are linked together.  I was just trying to get it to round robin me between the two for no real gain other than just testing the servers.  I got my round robin working for external clients with my external dns but just trying to figure out a way to do it for internal clients.  Thanks.
  • That sounds like you might want 'Network Security >> Server Load Balancing'.  Will that do what you want?

    Cheers - Bob
  • Thats quick thinking bob, you do share your hidden wisdoms with the common folk every now and then[:D] Otherwise, unless you used a dns forwarder that was giving you multiple IPs for the same host, it would be impossible with the built in dns or as the OP was trying with multiple host definitions.
  • Ok with the network load balancing is there a way to make that only apply to internal hosts?  I don't want external clients getting load balanced just want them to hit the round robin and let it do it's thing.  Thanks.
  • Well, I would imagine that you already have a NAT rule like 'Internet -> IRC IM -> External [IRC] (Address) : DNAT to {Internal IRC Server}', so those external requests load-balanced with the external DNS will go straight to your internal IRC server.

    Internally, I imagine you would put an Additional Address on the Internal interface and change your internal DNS setup so that the internal users get resolution to that new IP instead of to the local IRC server.  Now, the Additional Address becomes the 'Virtual server' in the load-balancing rule, and the internal and external IRC servers are the real servers.

    Cheers - Bob