Configure your Private Network
Connect a Public Cloud Database to vRack
Connect a Public Cloud Database to vRack
Last updated October 26, 2022
The OVHcloud vRack is a private network solution that enables our customers to route traffic between OVHcloud dedicated servers as well as other OVHcloud services, such as databases. The vRack also allows you to add Public Cloud instances to your private network to create an infrastructure of physical and virtual resources.
This guide explains how to connect a Public Cloud Instance, hosted in a datacenter, to a Public Cloud Database, hosted in another datacenter, like this:
The first step is to create the virtual network that will be used in your vRack.
To proceed, from the Public cloud
tab, click on the Private Network
menu, then click on the Add Private Network
button.
You can define yourself a VLAN ID for your virtual network. Value must be between 2 and 4,000.
Define your own range or let dynamic address distribution if you want to use DHCP.
By default, the 10.0.0.0/16 CIDR address is defined. Different subnets can be added later.
Choose the regions where you want your virtual network to operate.
The subnets addresses are automatically ajusted, depending on the number of regions you choose.
Give a name to your virtual network.
Your vRack is ready!
Learn more about vRack here
Follow this guide to create a new Public Cloud Database.
Choose the plan that best fits your needs. The use of private networking with databases is available with all plans.
Select Private from the Network Type list, then select XXXX - my-private-nw. The XXX value is the ID of the vRack.
From the Subnetwork list, select the 10.0.0.0/16 - YYY. The YYY value is the name of the datacenter you chose.
Follow the Configure your \
Authorize the whole private network, as defined on previous steps.
The database is now connected to the virtual network, we can use it from any component that is connected to the same vRack.
Follow this guide to create a new Public Cloud Instance
At the fourth step, select the desired virtual network XXXX - my-private-network.
If you want to test the access from an existing instance, read this tutorial to connect it to the vRack: Configuring vRack for Public Cloud.
We assume that you have an already set SSH key on your project. For more details, read the Creating and connecting to your first Public Cloud instance page.
Connect to the instance via SSH:
ssh debian@141.95.107.2
Now install the Redis client by installing the Redis server package:
sudo apt-get update && sudo apt-get install redis-server -y
Now connect to the Redis database using the URL retrieved from the OVHcloud Control Panel, with a command such as:
redis-cli --tls -u "rediss://my-redis-user@redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185"
Authenticate yourself with the AUTH command:
AUTH my-redis-user myRedisUserPassword
Test the overall operation with these sample commands:
redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> ping
PONG
redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> SET mykey.test test
OK
redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test
"test"
We would love to help answer questions and appreciate any feedback you may have.
Are you on Discord? Connect to our channel at https://discord.gg/ovhcloud and interact directly with the team that builds our databases service!
Si lo desea, también puede enviarnos sus sugerencias para ayudarnos a mejorar nuestra documentación.
Imágenes, contenido, estructura...: ayúdenos a mejorar nuestra documentación con sus sugerencias.
No podemos tratar sus solicitudes de asistencia a través de este formulario. Para ello, haga clic en "Crear un tíquet" .
¡Gracias! Tendremos en cuenta su opinión.
¡Acceda al espacio de la OVHcloud Community! Resuelva sus dudas, busque información, publique contenido e interactúe con otros miembros de la comunidad.
Discuss with the OVHcloud community