Hi,
I am currently setting up my homelab and have some issues getting the VLANs propertly working.
The VM within the VLAN cannot reach the network and also cannot be reached. If I set the VLAN ID=None, it uses the PVID (100) assigned in the switch and works. Even if I set VLAN ID = 100, so to the PVID value, it does not work.
The routing is performed by OPNSense, which does not receive any requests of the VM as long as I set a VLAN on the VM.
Currently Proxmox uses a single network port, once I got my new server, I want to use multiple physical ports.
Minimal network topology, if necessary I can attach a more detailed version, but I think most of the configuration will be clear in this one.
Proxmox network config:
My test VM's IP settings:
Test VM interfaces config:
Switch Config:
Do you have any ideas why it does not work?
Thank you in advance!
I am currently setting up my homelab and have some issues getting the VLANs propertly working.
The VM within the VLAN cannot reach the network and also cannot be reached. If I set the VLAN ID=None, it uses the PVID (100) assigned in the switch and works. Even if I set VLAN ID = 100, so to the PVID value, it does not work.
The routing is performed by OPNSense, which does not receive any requests of the VM as long as I set a VLAN on the VM.
Currently Proxmox uses a single network port, once I got my new server, I want to use multiple physical ports.
Minimal network topology, if necessary I can attach a more detailed version, but I think most of the configuration will be clear in this one.
Proxmox network config:
Code:
auto lo
iface lo inet loopback
iface enp7s0 inet manual
iface eno1 inet manual
iface vmbr0 inet static
address 10.10.0.2/24
gateway 10.10.0.1
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
My test VM's IP settings:
Test VM interfaces config:
Switch Config:
Do you have any ideas why it does not work?
Thank you in advance!
Last edited: