Hi,
I got OpenWRT 23.05.5 installed on a Luxul ABR-4500 and connected via the WAN Ethernet port to an Australian NBN modem with WAN running over PPPoE.
I also bought a Tenda 4G05 N300 Wi-Fi 4G LTE router and put a 4G SIM card on it. It's connected to the ABR via ethernet to one of the LAN/WAN ports (currently specifically the one labelled "WAN/LAN 3/3", but I can move it anywhere if required).
For completeness - the dedicated LAN port (shown as "lan1" on OpenWRT) connects over Ethernet to a 24-port switch.
The intention: configure the Tenda router as a backup uplink for when the primary WAN goes down, using mwan3
The problem I (think that I) have: the Tenda works fine on its own, I configured it with my mobile provider's APN and can connect through it if I connect my laptop directly to it using Ethernet or over its WiFi interface.
The initial intention was to configure a point-to-point link network (I hope I'm using the right terminology) between the Tenda and the ABR using, e.g. 10.1.0.0/30 network, with the Tenda side being 10.1.0.1/30 and the ABR side being 10.1.0.2/30.
This kind of static configuration worked when I connected it directly to my laptop over Ethernet.
But it doesn't work when I try to connect the Tenda to the ABR.
I think the root problem is that I didn't find a way to tell Tenda what is my LAN CIDR - I couldn't find a way to inject additional entries to the Tenda's routing table.
To work around this, in a bit of desperation because I'm not sure it's supposed to work, I tried to configure the Tenda with one of the LAN CIDR addresses (e.g. 192.168.1.2) and follow the instructions in the mwan3 page on how to move the OpenWRT ethernet port from the LAN bridge VLAN to a new VLAN 3, but all I got is to disconnect parts of the wired LAN from accessing the internet.
I since reverted the changes to get the rest of my home network back online.
Can anyone help me get this to work?
- Get the Tenda configured as a WAN interface on OpenWRT which can be used as an optional "uplink route" and knows how to route incoming traffic from its 4G interface to the LAN CIDR.
- (hopefully trivial once (1) is done) - configure mwan3 to use it as a fallback WAN link.
Thanks.