GL-MT3000 Dual Ethernet Wan

Does beryl support dual ethernet wan ? I want to change the Lan port into a Wan port so i can use both my spectrum and frontier landlines, is that possible?

It's available in Luci.

When the LAN is switched to a WAN port, it means that if you want to access GL GUI/SSH, you can only access it wirelessly.

SSH to router, execute these commands (A blank line containing the last line when executed) :

uci add_list firewall.cfg03dc81.network='wan'
uci add_list firewall.cfg03dc81.network='wan6'
uci add_list firewall.cfg03dc81.network='wwan'
uci add_list firewall.cfg03dc81.network='SecondWAN'
uci del network.cfg030f15.ports
uci set network.SecondWAN=interface
uci set network.SecondWAN.proto='dhcp'
uci set network.SecondWAN.device='eth1'
uci commit

Note that this is done by changing the eth1 from LAN to Wan in Luci.
Ethernet2 does not appear in the GL Gui, only check the interface name "Secondwan" in Luci.

besides the beryl, which other models can I use to change the lan to a secondwan?
one where I can still have a lan port to use

I'm able to follow the steps and it seem to work now. I see the SECONDWAN in the LuCI interface. how do I change it from Failover to Load Balance, is it still from the GL GUI under multiwan?

Any model, including the cheapest MT300N-V2.
One of my MT300N-V2 has five WAN interfaces, even it has only two physical ports.


I think you're looking for:

Since this is a custom configuration in Luci, the GL GUI Multi-WAN cannot recognize the interface (SecondWAN), so this interface cannot be configured in the Multi-WAN.