
Een flexibele privéverbinding tussen uw instances
De komst van software-defined networks (SDN) in de cloud-infrastructuren heeft het beheren van netwerken flexibeler gemaakt. Met Public Cloud kunt u uw on-demand netwerkarchitectuur ontwerpen en bouwen. Door privénetwerken aan te maken implementeert u virtuele switches die instantaan, zonder herstart en zonder onderbreking de instances van uw project met elkaar kunnen verbinden.
Extended networks between regions
Public Cloud Private Networks are built on OVH vRack technology. You can use it to extend private networks between OVH datacentres, connecting instances across different regions around the world through private communication channels.
Isolatie
U kunt tot 4.000 particuliere netwerken van niveau 2 creëren. Concreet betekent de lancering van een privénetwerk de implementatie van een nieuw VLAN, waarvan de communicatie alleen toegankelijk is voor de middelen die erop zijn aangesloten. Deze isolatie kan bijvoorbeeld worden gebruikt om de netwerken van de besturing van vliegtuigen en datavlakken te segmenteren.
Uitbreiding naar andere OVH-diensten
U kunt de vRack ook gebruiken om verschillende OVH-diensten met elkaar te verbinden. U kunt uw Public Cloud Private Network uitbreiden om bijvoorbeeld verbinding te maken met uw Private Cloud of dedicated servers. Op deze manier kunt u uw applicatie distribueren naar uw behoeften, terwijl de verbindingen privé blijven.
Use case
Gebruik
Maak een Private Network aan
openstack network create net01
Maak een subnet met DHCP aan
openstack subnet create subnet01 --network net01 --subnet-range 10.0.0.0/8


Functies
DHCP servers
When you create a network, you can choose to use addressing via DHCP. If you choose this option, a DHCP server will be launched on the network to serve your settings.
DNS integration
The DHCP configuration can include the definition of the DNS servers that should serve your network. This way, you can point to the DNS server of your choice.
Range definition
DHCP servers can serve a specific CIDR configuration, targeting only a part of the IP address range you have chosen.
Fixed or dynamic addresses
You can choose specific addresses in the network range for a port or instance. You will always need to configure this via DHCP, but you will retain control over the addressing plan by doing so.
Unattached ports
Private networks' ports are independent of their instances, so you can detach a port from an instance without losing it. This can be useful for projects that involve infrastructure orchestration.

Private Network Facturatie
Private Network worden niet in rekening gebracht en ook het verkeer op deze netwerken is gratis.