Hello,
I have VLANS working for my proxmox VM and LXC - but I cannot get any external devices to recognise the VLAN.
My proxmox machine has two NICs. One for WAN and one for LAN. LAN connects to a TL-SG108E switch on port 7. Port 7 is tagged for VLAN 4094. Trying to connect a VLAN aware device on port 2, I have tried having it set to untagged and tagged...
In pfsense, VLAN 4094 interface parent is vtnet3 which is iface vmbr4094 from proxmox below, assigned to the pfsense VM.
pfsense DHCP for the VLAN 4094 works for proxmox, but not for external devices.
Here is the proxmox network config. Can anyone see where I am going wrong?
I have VLANS working for my proxmox VM and LXC - but I cannot get any external devices to recognise the VLAN.
My proxmox machine has two NICs. One for WAN and one for LAN. LAN connects to a TL-SG108E switch on port 7. Port 7 is tagged for VLAN 4094. Trying to connect a VLAN aware device on port 2, I have tried having it set to untagged and tagged...
In pfsense, VLAN 4094 interface parent is vtnet3 which is iface vmbr4094 from proxmox below, assigned to the pfsense VM.
pfsense DHCP for the VLAN 4094 works for proxmox, but not for external devices.
Here is the proxmox network config. Can anyone see where I am going wrong?
Code:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.2/24
gateway 10.0.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr777
iface vmbr777 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Last edited: