sudo ip addr add 10.0.1.190/24 dev enp2s0[~]$ ping 10.0.1.1PING 10.0.1.1 (10.0.1.1) 56(84) bytes of data.64 bytes from 10.0.1.1: icmp_seq=1 ttl=64 time=0.157 ms64 bytes from 10.0.1.1: icmp_seq=2 ttl=64 time=0.133 ms^C--- 10.0.1.1 ping statistics ---2 packets transmitted, 2 received, 0% packet loss, time 1007msrtt min/avg/max/mdev = 0.133/0.145/0.157/0.012 ms
Well, I’ve got plenty of experience of UniFi gear working and then some aspect just randomly breaking lol
I have the following configuration:IGB0 - LAN - 10.0.1.1/24IGB0_VLAN2 - 10.0.3.1/24IGB0_VLAN3 - 10.0.4.1/24IGB0_VLAN4 - 10.0.5.1/24
You should never use untagged and tagged together on the same interface unless you have no choice and set up your rules accordingly.
Just to be on the safe side here: rules from LAN will likely override VLANs by design of pf(4). You should never use untagged and tagged together on the same interface unless you have no choice and set up your rules accordingly.