Query on DNS

Glenn Maxwell 12,871 Reputation points
2024-08-26T18:51:01.7166667+00:00

Hi all,

I have a requirement where I have a host record, test.mydomain.com, pointing to 192.168.1.10. I also have backend IPs for this host record: 192.168.1.11, 192.168.1.12, 192.168.1.13, and 192.168.1.14. Is there any way to implement round-robin, so if any traffic hits test.mydomain.com, it can be distributed to these IPs in a round-robin manner?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Jing Zhou 7,765 Reputation points Microsoft External Staff
    2024-08-28T03:16:16.3633333+00:00

    Hello,

     

    Thank you for posting in Q&A forum.

    To achieve this purpose, please kindly create multiple DNS A or AAAA records for the same hostname (test.mydomain.com) associated with all IPs (192.168.1.11, 192.168.1.12, 192.168.1.13, and 192.168.1.14).

    When clients query test.mydomain.com, DNS server will respond with all IP addresses in a rotating order.

     

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

     

    Best regards,

    Jill Zhou

     


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.