VLAN Network configuration

PereStick

New Member
Mar 12, 2019
8
0
1
35
Hello,

I'm facing some network issues regarding the proxmox management interface. Indeed, I can't reach the interface and I can't ping the gateway from the server. The management IP address must be in the VLAN 200.

My configuration is as follows:

auto lo
iface lo inet loopback

iface eno1 inet manual
iface eno2 inet manual

auto vmbr0.200
iface vmbr0.200 inet static
address 192.168.10.100
netmask 255.255.255.0
gateway 192.168.10.1

auto vmbr0
iface vmbr0 inet manual
bridge_ports eno1
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes

For information, the switch is configured in trunk with the VLAN 200, I use a Dell R420 server.