Public cloud et réseau privé statique
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Public cloud et réseau privé statique

by
Cumulus
Created on 2017-02-19 20:23:16 (edited on 2024-09-04 11:03:31) in Public Cloud OVHcloud

Bonjour,

J'ai configuré un réseau privé sur mon projet public cloud. J'ai sélectionné l'option d'adressage statique. Voici le retour de l'API confirmant cela :

{
gatewayIp: "192.168.0.1"
id: "b759f422-174e-46c4-a06f-1050fda50043"
-ipPools: [
-{
network: "192.168.0.0/24"
region: "GRA1"
dhcp: false
end: "192.168.0.169"
start: "192.168.0.87"
}
]
cidr: "192.168.0.0/24"
}

Le truc qui m'interpelle c'est que dans l'interface OVH je vois ceci sur une VM fraichement créée :
image

Pourquoi il y a une adresse privée associé à la VM étant donné que j'ai choisi un adresse statique (DHCP désactivé) ?

Autre question, quelqu'un peut-t-il me dire comment configurer via les userdata l'interface réseau liée au réseau privé ?

Merci