Hello,
I recently upgraded to 6.1 and noticed that none of my new VMs can connect to any VLAN. There were no changes to the network environment. (this is my homelab - fyi)
Kernel: 5.3.18-3-pve
Proxmox: 6.1-8
Here are some things I've tried:
I didn't change any configuration just yet. I wanted to hear some thoughts first before I ignorantly make a mess.
Thank you.
FILE: /etc/network/interfaces
Possibly Related Posts:
I recently upgraded to 6.1 and noticed that none of my new VMs can connect to any VLAN. There were no changes to the network environment. (this is my homelab - fyi)
Kernel: 5.3.18-3-pve
Proxmox: 6.1-8
Here are some things I've tried:
- Booting an older kernel
- Physically disconnecting one of the two bonded ports (the host system connects out to the network just fine irrespective of what's connected here)
I didn't change any configuration just yet. I wanted to hear some thoughts first before I ignorantly make a mess.
Thank you.
FILE: /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
# Physical Devices
# ================
iface enp2s0 inet manual
iface enp3s0 inet manual
# Network Bond
# ============
auto bond0
iface bond0 inet manual
slaves enp2s0 enp3s0
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2+3
# Guest Bridge Configuration
# ===========================
auto vmbr0
iface vmbr0 inet manual
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
# Host Configuration
# Note: We configure the host on VLAN 5.
auto vmbr0.5
iface vmbr0.5 inet static
address 192.168.2.50
netmask 255.255.255.0
gateway 192.168.2.1
Possibly Related Posts:
- New VMs have not connectivity if vlan-awareness is enabled (https://forum.proxmox.com/threads/new-vms-have-no-connectivity-if-vlan-awareness-is-enabled.68149/)
- VLANs stopped working in 6.0-11 update (https://forum.proxmox.com/threads/vlans-stopped-working-in-6-0-11-update.59834/#post-276353)
Last edited: