Configure DNS round-robin mode to support load balancing among multiple Internet Access on-premises gateways for the authentication proxy.
DNS round-robin mode is a simple load balancing method that does not use dedicated
hardware or software. Instead, multiple IP addresses are assigned to a single host
name on the DNS nameserver. When queried for an IP address, the DNS server returns
the next IP address in the cycle, evenly distributing requests.
ImportantBefore you begin:
|
Procedure
- Sign in to your DNS management platform using an account with administrative privileges.
- Choose the domain you wish to use as the address for load balancing.
- Add an A record pointing to each on-premises gateway IP address you wish to load balance.Using the domain
authproxy.example.com
as your load balancing address, you wish to balance loads among on-premises gateways with the IP addresses 192.0.2.1, 192.0.2.2, and 192.0.2.3. You must create three new DNS records with the following information.Host nameRecord typeIP addressauthproxy.example.comA192.0.2.1authproxy.example.comA192.0.2.2authproxy.example.comA192.0.2.3 - From the command line, run the nslookup tool to ensure the new DNS records are properly
configured.
nslookup authproxy.example.com
The first configured IP address is returned. - Run the nslookup tool several more times to ensure the next IP addresses in the cycle are returned.
- When configuring multiple on-premises gateways for use as the Internet Access authentication proxy, specify the domain used for the A records as the load balancer address.