That said, it *may* be that the 8-port switch in the OP's diagram is not passing the tagged frames. I assume that there's an error in the network diagram, and the MoCA adapter is connected to that switch, and not to the firewall directly. OR there could be something else going on.
You'd be correct that my diagram is incorrect the MoCA adapter is connected to the 8 port switch. Good catch.. not sure that changes much
Quote from: meelokun on August 10, 2024, 01:53:39 pmYou'd be correct that my diagram is incorrect the MoCA adapter is connected to the 8 port switch. Good catch.. not sure that changes muchWell if the diagram was correct, I'd want to know how you got both the switch and the MoCA adapter connected to igc1 at the same time ... but seriously, I think the important point is that the 8-port switch is the common element in the path between the fireall and all of the APs, and MoCA stuff isn't (assuming the problem is manifesting on the "Upstairs (My Bedroom)" AP as well as the others).
Can your MoCA devices bridge 802.1q VLAN tagged packets?Yes, some MoCA devices can bridge 802.1q VLAN tagged packets. However, it is important to check the specifications of the specific MoCA device you are using to ensure that it supports VLAN tagging. Some MoCA devices may not support VLAN tagging, or may require specific configuration settings to enable this feature.
You should be able to ssh into your UniFi APs and run something like tcpdump -nnei eth0 vlan to see if you see any tagged frames, and do the same on your opnsense box (except igc1 instead of eth0). If you see tagged frames leaving one and not arriving on the other, it's likely that the switch is eating them. You could also try filtering by MAC address (of a WiFi client).
root@OPNsense:~ # tcpdump -nnei igc1 vlantcpdump: verbose output suppressed, use -v[v]... for full protocol decodelistening on igc1, link-type EN10MB (Ethernet), snapshot length 262144 bytes0 packets captured26878 packets received by filter0 packets dropped by kernel
U6E-Room-BZ.6.6.73# tcpdump -nnei eth0 vlantcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes0 packets captured0 packets received by filter0 packets dropped by kernel6 packets dropped by interface
Destination needs to be the unifi controller, not "This firewall".
Can your NAS or NUC access the WAN? I assume your NAS and NUC are on VLAN1.