This document provides a set of the most frequently asked questions and their corresponding OVHcloud API calls for performing common management and configuration tasks on your OVHcloud Load Balancer service.
FAQ
How do I configure my Firewall to accept traffic from the OVHcloud Load Balancer?
When using the Load Balancer, your clients do not connect directly to your servers. A good practice is to set up a firewall to allow only traffic from the OVHcloud Load Balancer service.
Via the OVHcloud Control Panel
In your Load Balancer service, navigate to the Home tab, and find the Information panel. On the Outbound IPv4 line, click the more options ... button, and select Read. A window will open, listing the IP addresses you need to allow in your firewall.
Via the OVHcloud API
To determine which IPs to allow in your firewall, you can use the following API call:
How do I know the status of my service?
Via the OVHcloud Control Panel
In your Load Balancer service dashboard, navigate to the Home tab and find the Status panel, which lists the internal service name of your Load Balancer and its status.
Via the OVHcloud API
To determine the status of your service, you can use the following API call:
The different statuses of the OVHcloud Load Balancer can be running (Active), reload (Refresh in progress), unknown (Not yet started), or dead (inactive).
How do I add an Additional IP to the OVHcloud Load Balancer?
An Additional IP is an IP that can be joined with your primary IP. The Additional IP can be switched from one server to another in seconds.
Via the OVHcloud Control Panel
In your Load Balancer service dashboard, click on Front-ends, then on Add a front-end. Then, expand the Advanced settings, and select the Additional IPs you would like to add to your front-end (listed on the interface as "Dedicated failover IP").
Via the OVHcloud API
To add an Additional IP to an OVHcloud Load Balancer service:
Apply the change:
How to list the Additional IPs routed to the OVHcloud Load Balancer?
Via the OVHcloud API
How do I order a free SSL certificate?
Via the OVHcloud Control Panel
In your Load Balancer service dashboard, navigate to the SSL certificates tab, and click on Order an SSL certificate. Fill in the FQDN in the dedicated field, then click on Order.
For the order to be completed, it is required that the domain name points to your OVHcloud Load Balancer.
Via the OVHcloud API
To order a free SSL certificate, you can use the following API call and enter your domain in the fqdn field:
It is possible to order a multi-domain certificate; the fqdn field accepts a string input.
For the order to be completed, the domain name must point to your OVHcloud Load Balancer.
How do I list the SSL certificates associated with the OVHcloud Load Balancer?
Via the OVHcloud Control Panel
In your Load Balancer service dashboard, navigate to the SSL certificates section, where you will find a table listing the certificates associated with that Load Balancer.
To retrieve the details of an SSL certificate, click the more options ... button to the right of the desired certificate, then click on See a preview.
Via the OVHcloud API
To list the SSL certificates associated with the OVHcloud Load Balancer, you can use the following API call:
The SSL certificates that have been ordered (free or not) will appear as built. Those added by you will appear as custom.
An SSL certificate appearing as built_not_routed is a certificate that has been ordered and delivered, but whose domain cannot be validated. Usually, this is because the domain no longer points to the OVHcloud Load Balancer.
To retrieve the details of an SSL certificate, you can use the following API call:
How do I cancel my OVHcloud Load Balancer service?
Via the OVHcloud Control Panel
From the OVHcloud Control Panel, navigate to the Load Balancer section via the Network menu. Select the more options ... button to the right of your Load Balancer service and choose Cancel my service.
Confirm your cancellation in the pop-up.
Go further
Find the details about all the API calls related to the OVHcloud load Balancer in this guide.
For more information and tutorials, please see our other Network support guides or explore the guides for other OVHcloud products and services.