Hi guys, I have set up Proxmox with a trunk port connected to my NIC. My management interface has internet access and is accessible over the network. My VLAN gateway and DHCP are working, as I was running Proxmox without a VLAN-aware setup, bound to an access port on a VLAN.
I have changed my configuration to be VLAN aware, but my VMs can not access the VLAN gateway or the Internet. Any help is much appreciated!
Please see my configuration below:
Node Network:
VM Network:
Edit: interface enp4s0f0 removed from config as it is not being used.
I have changed my configuration to be VLAN aware, but my VMs can not access the VLAN gateway or the Internet. Any help is much appreciated!
Please see my configuration below:
Code:
auto lo
iface lo inet loopback
iface enp4s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.200.77/24
gateway 192.168.200.1
bridge-ports enp4s0f1.200
bridge-stp off
bridge-fd 0
# management interface
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp4s0f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
# vlans
source /etc/network/interfaces.d/*
Node Network:
VM Network:
Edit: interface enp4s0f0 removed from config as it is not being used.
Last edited: