Query on DNS

Glenn Maxwell 11,316 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 Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,743 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,504 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,041 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,515 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
435 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jing Zhou 6,865 Reputation points Microsoft Vendor
    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.