Quote from: Kinerg on February 06, 2026, 03:50:28 PMQuote from: kubatron on February 06, 2026, 08:57:46 AMI forgot mention that on the screeen from Proxmox -> pve -> Network , there is no setup any IP and gateway on the vmbr1 (VLANs_ETH0) - I setup IP and gateway for VLANs_ETH0 on the OPNsense and on WAN the same, so only is setup on the MAGMT_ETH1 setup 192.168.1.178/24.
This is confusing. You should only have IP and gateway on vmbr2 MAGMT (and not the same as LAN 192.168.1.1/24, as others have said), leave the other two blank.
It is also not clear how many DHCP servers you have on the network.
Is the TP Link SG108PE port towards Fujitsu S920 set up as trunk?
How are your interfaces set up in OPNsense?
The other two ports in Proxmox is blank, only a MGMT port is setup.
ISP Modem (WAN) is going cable to Fujitsu S920 to port vmbr0 (WAN - blank in Proxmox, setup in OPNsense)
From Fujitsu S920 via cable is going vmbr1 (LAN - blank in Proxmox, setup in OPNsense + DHCP server) to TP Link SG108PE
In TP Link SG108PE I have disabled all VLAN's option, I can enable VLAN and TAG/UNTAG specified port.
I try many things and now I am stuck...I don't know where is issue.
I disable in OPNsense (VM) firewall option, I try with NAT outbound and switch to hybrid, I try pfctl -d. I try allow any traffic rules in OPNsense firewall.
This is very weird, I watch many videos/read articles and...
Code Select
auto lo
iface lo inet loopback
iface enp2s0 inet manual
#FUJITSU BUILD-IN-ETH
iface enp1s0f0 inet manual
#Intel [EXT-ETH0]
iface enp1s0f1 inet manual
#Intel [EXT-ETH1]
iface wlp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.200/24
gateway 192.168.1.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
#[ETH0-F] MGMT
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
#WAN
auto vmbr2
iface vmbr2 inet manual
bridge-ports enp1s0f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4096
#LAN
source /etc/network/interfaces.d/*ISP Modem -> Fujitsu S920 (Proxmox + OPNsense as a DHCP on vmbr1 (LAN) and vmbr0 (WAN - static IP from ISP (10.0.x.xxx/24, 10.0.x.1) ) -> vmbr1 (LAN) -> TP Link SG108PE port, and vmbr0 (WAN) is connected to Fujitsu S920
"

