pciconf -lv gives me none1@pci0:some numbers. And device name has "wcn" in the name.pkg install wifi-firmware-ath12k-kmod-wcn7820_hw20-20260410.kldstat. I can see bluetooth as my adapter is a combination of bluetooth and wifi. But no wifi.wifi-firmware-ath12k-kmod-qcn9274_hw20-20260410 but it didn't help either.Quote from: Bob.Dig on Today at 09:33:24 AMWhy not using good, old IPv4 for internal things?
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?
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