My device has two physical interfaces ('lan' and 'wan') and is set up as an access point connected to my PfSense router via the LAN port.
When I bridge the two ports and configure an interface on the bridge itself, the OpenWrt device and a device connected to the WAN port become available on my main network 192.168.1.1/24
. (If I enable VLAN tagging on the bridge, the device becomes inaccessible and requires a factory reset.)
What I want is for the device connected to the WAN interface to get an IP on my router's VLAN interface (192.168.1.26/24
) with its traffic tagged 25. I would assume I could configure interfaces for the LAN and WAN device, and then create a bridge device with VLANs 1 and 25 tagged on LAN and 25 set as the PVID on WAN, but when this is done neither the WAN interface nor its connected device are seen by my router. I've confirmed that VLAN-tagged traffic does come into my router properly with a different access point connected the same way, so I believe I've narrowed it down to the OpenWrt configuration.
Any advice on proper device and interface configuration would be much appreciated!