Probably a BUG in managing Vlans on renamed interfaces.
I tried to rename the interfaces to get around the Bug of interfaces with too long names indicated in my previous post, but they are not seen and the Vm is not started.
root@MSWstg4:~# cat /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="90:e2:ba:75:77:c0", NAME="w"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="90:e2:ba:75:77:c1", NAME="L"
root@MSWstg4:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno2 inet manual
iface eno1 inet manual
iface enp131s0f0 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp131s0f1 inet manual
iface w inet manual
iface L inet manual
iface w.210 inet manual <--- Test to declare the vlan .. same result .. with or without
vlan-raw-device w
auto vmbr0
iface vmbr0 inet static
address 188.240.228.84/26
gateway 188.240.228.65
bridge-ports w.210
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet static
address 192.168.13.84/24
bridge-ports L.110
bridge-stp off
bridge-fd 0
#LAN
source /etc/network/interfaces.d/*
root@MSWstg4:~#
root@MSWstg4:~# brctl show vmbr0
bridge name bridge id STP enabled interfaces
vmbr0 8000.90e2ba7577c0 no w.210
root@MSWstg4:~#
root@MSWstg4:~# qm start 797979
no physical interface on bridge 'vmbr0'
kvm: -netdev type=tap,id=net0,ifname=tap797979i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on: network script /var/lib/qemu-server/pve-bridge failed with status 6400
start failed: QEMU exited with code 1
I tried to rename the interfaces to get around the Bug of interfaces with too long names indicated in my previous post, but they are not seen and the Vm is not started.
root@MSWstg4:~# cat /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="90:e2:ba:75:77:c0", NAME="w"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="90:e2:ba:75:77:c1", NAME="L"
root@MSWstg4:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno2 inet manual
iface eno1 inet manual
iface enp131s0f0 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp131s0f1 inet manual
iface w inet manual
iface L inet manual
iface w.210 inet manual <--- Test to declare the vlan .. same result .. with or without
vlan-raw-device w
auto vmbr0
iface vmbr0 inet static
address 188.240.228.84/26
gateway 188.240.228.65
bridge-ports w.210
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet static
address 192.168.13.84/24
bridge-ports L.110
bridge-stp off
bridge-fd 0
#LAN
source /etc/network/interfaces.d/*
root@MSWstg4:~#
root@MSWstg4:~# brctl show vmbr0
bridge name bridge id STP enabled interfaces
vmbr0 8000.90e2ba7577c0 no w.210
root@MSWstg4:~#
root@MSWstg4:~# qm start 797979
no physical interface on bridge 'vmbr0'
kvm: -netdev type=tap,id=net0,ifname=tap797979i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on: network script /var/lib/qemu-server/pve-bridge failed with status 6400
start failed: QEMU exited with code 1