Hello,
I have a problem I have not been able to solve. I have a 10G interface to my Proxmox node with two vlans - (10 - servers, 13 - lab) and when I create and then start a VM with the appropriate VM it kills the nodes vmbr.
eno1 - interface used for management. VLAN 5 - 10.1.5.170. Works great.
enp134s0 - 10G interface w VLAN 10 & 13. > vmbr0 (VLAN aware bridge) > vmbr0.10 (Node interface for VLAN 10) & vmbr0.13 (Node interface for VLAN 13)
example: If I create a VM utilizing vmbr0 with VLAN 10 - vmbr0.10 stops working until node reboot. Same thing happens for VMs on 13.
I could use some advice. Thank You.
- Rich B
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 10.1.5.170/24
gateway 10.1.5.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
iface eno2 inet manual
iface enp134s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp134s0
bridge-stp off
bridge-fd 0
bridge-VLAN-aware yes
auto vmbr0.10
iface vmbr0.10 inet static
address 10.1.10.50/24
gateway 10.1.10.1
auto vmbr0.13
iface vmbr0.13 inet static
address 10.1.13.2/24
gateway 10.1.13.1
I have a problem I have not been able to solve. I have a 10G interface to my Proxmox node with two vlans - (10 - servers, 13 - lab) and when I create and then start a VM with the appropriate VM it kills the nodes vmbr.
eno1 - interface used for management. VLAN 5 - 10.1.5.170. Works great.
enp134s0 - 10G interface w VLAN 10 & 13. > vmbr0 (VLAN aware bridge) > vmbr0.10 (Node interface for VLAN 10) & vmbr0.13 (Node interface for VLAN 13)
example: If I create a VM utilizing vmbr0 with VLAN 10 - vmbr0.10 stops working until node reboot. Same thing happens for VMs on 13.
I could use some advice. Thank You.
- Rich B
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 10.1.5.170/24
gateway 10.1.5.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
iface eno2 inet manual
iface enp134s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp134s0
bridge-stp off
bridge-fd 0
bridge-VLAN-aware yes
auto vmbr0.10
iface vmbr0.10 inet static
address 10.1.10.50/24
gateway 10.1.10.1
auto vmbr0.13
iface vmbr0.13 inet static
address 10.1.13.2/24
gateway 10.1.13.1