Retrieving IPv4 and IPv6 Addresses for your Vultr Load Balancer allows you to obtain the network addresses associated with your load balancer. These addresses are essential for configuring DNS settings, integrating with other services, or ensuring correct network routing. By noting these addresses, you can efficiently manage and direct traffic to your load balancer.
Follow the steps below to retrieve the IPv4 and IPv6 addresses of your Vultr Load Balancer using the Vultr Customer Portal, API, or CLI.
Navigate to Products and click Load Balancer.
Click your target Load Balancer to open its management page.
Note the IPv4 and IPv6 addresses.
Send a GET
request to the List Load Balancer endpoint and note the IPv4 and IPv6 addresses of the target Load Balancer.
$ curl "https://api.vultr.com/v2/load-balancers" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
List the available Load Balancers and note the target Load Balancer's IPv4 and IPv6 addresses.
$ vultr-cli load-balancer list