Hello, I'm looking for help on configuring the ovh vrack for VMs hosted by proxmox ve 6.
I already configured public IP and vrack private IP on my proxmox host and, through vmbr0 bridge, I already assigned a different public ip to my ubuntu 20.04 VM.
I'm a kind of lost on how to bridge the second network device of my host, the one that has been created by ovh vrack to manage private networks.
This is the current /etc/network/interface of proxmox host:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto eno2.42
iface eno2.42 inet static
address 10.42.80.110/16
iface enp0s20f0u8u3c2 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports eno1
bridge-stp off
bridge-fd 0
Do I need to create a second Linux bridge linked to the vrack network interface of my host?
If yes, do I need to assign a local ip to this bridge? If I choose this option proxmox creates this configuration into the host interface file.
auto vmbr2
iface vmbr2 inet static
address 10.42.80.200/16
bridge-ports eno2
bridge-stp off
bridge-fd 0
About the second network device of my VM linked to vmbr2 do I need to assign or not the VLAN tag (42 in my case)?
Sorry for these newbie questions, I know they are very basic but maybe the configuration I'm trying to set up is so basic for almost everybody that I didn't find any example that can help me.
I already configured public IP and vrack private IP on my proxmox host and, through vmbr0 bridge, I already assigned a different public ip to my ubuntu 20.04 VM.
I'm a kind of lost on how to bridge the second network device of my host, the one that has been created by ovh vrack to manage private networks.
This is the current /etc/network/interface of proxmox host:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto eno2.42
iface eno2.42 inet static
address 10.42.80.110/16
iface enp0s20f0u8u3c2 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports eno1
bridge-stp off
bridge-fd 0
Do I need to create a second Linux bridge linked to the vrack network interface of my host?
If yes, do I need to assign a local ip to this bridge? If I choose this option proxmox creates this configuration into the host interface file.
auto vmbr2
iface vmbr2 inet static
address 10.42.80.200/16
bridge-ports eno2
bridge-stp off
bridge-fd 0
About the second network device of my VM linked to vmbr2 do I need to assign or not the VLAN tag (42 in my case)?
Sorry for these newbie questions, I know they are very basic but maybe the configuration I'm trying to set up is so basic for almost everybody that I didn't find any example that can help me.