Redundant Internet connections on consumer hardware with OpenWrt and Mwan3
Uplink 1
The first uplink uses the router's WAN port. It makes sense to combine the WAN port with the faster uplink of the available lines. Plug one end of the RJ45 cable into the cable modem and the other end into the WAN port of the AC1750 on the other. The DSL connection delivers 65 MBit/s downstream and 20 MBit/s upstream; the coaxial cable connection is more powerful at 500/50 and thus the standard connection.
It may be necessary to restart the cable modem after connecting to the AC1750. Using Luci, log into OpenWrt and configure the LAN
port for DHCP
. OpenWrt automatically enables IPv6 in parallel if a genuine dual stack is available from the Internet provider.
If everything works out, the WAN connection will have an IPv4 and an IPv6 address at the end of the process. In preparation for the dual WAN setup, it makes sense to click on Edit
for the WAN interface in Luci and to type 10
in the Router Metric
box. OpenWrt needs this metric later to prioritize the uplinks.
Uplink 2
Uplink 2 is a bit trickier, because OpenWrt doesn't have a port for it yet. To correct this problem, click on Network | Switch
in Luci to display the configuration of the built-in switch.
In the case of the AC1750, two VLANs are configured, with ports 1 to 4 on VLAN 0 and the WAN
port on VLAN 1. After pressing Add
, you can add a VLAN 3. Then ensure that the port named Port 3
is only untagged on VLAN 3
; for all other VLANs, however, the value in the table must be off
. Finally, click on Save & Apply
.
The other half of the configuration for uplink 2 consists of defining an interface in OpenWrt that uses the new VLAN. If you connect port 4 of the Archer C7 to your other uplink – such as the DSL modem, an Ethernet connection is established. But PPPoE is still missing for logging in on the provider side and thus establishing the connection.
Select Network | Interfaces
. Add New Interface
calls the required dialog. In Protocol of the new interface
, select PPPoE or another suitable protocol. When it comes to selecting the interface, eth0.3
is the right choice for the VLAN 3 you just created. You have now created a logical connection between the VLAN and a PPPoE connection on the router. The name for the interface is WAN2
(Figure 3).
Next, select Network | Interfaces
and choose WAN2
Edit
in the interface. In the following dialog, define the PPPoE connection parameters. Important: A routing metric must also be defined for WAN2
, say, 20
in this example.
After you save the settings, OpenWrt establishes the connection automatically.
Setting Up Mwan3
Now that the connections are configured, the next step is to configure Mwan3 to switch between the two active connections. All in all, this arrangement works very well for IPv4, but IPv6 can cause complications (see the box entitled "Trouble with IPv6").
Trouble with IPv6
Mwan3 uses NAT and Iptables rules to implement load balancing. For IPv4, this approach works very well, but if you use Mwan3 with IPv6, it is less effective.
The main reason Mwan3 doesn't work well with IPv6 is because it uses NAT. IPv6 has a totally different way of defining private local networks, and the support for IPv6 in Mwan3 appears to have problems with address assignment using the RADVD protocol, which is a kind of like DHCP for IPv6.
To configure Mwan3 on OpenWrt, log into your router and run the opkg update
command, which updates the OpenWrt package lists. Then run opkg install luci-app-mwan3
, which installs both the GUI part of Mwan3 and the main Mwan3 application.
Once Mwan3 is set up, you can check its status and configuration via the web interface (Figure 4). Most admins, however, prefer editing the configuration file.
The /etc/config/mwan3
file is the center for Mwan3 configuration. See the OpenWrt website [5] for more on editing the Mwan3 configuration file. The first block in the file specifies the source address for packets generated on the router. This section is followed by four definitions for the interfaces present in the system: two for IPv4 and two for IPv6. Using the list track_ip
directive, the admin can determine which hosts Mwan3 ping
s to find out whether the line is online or offline. The other values are default parameters and can be adopted without changes.
The member
paragraphs in the Mwan3 configuration assign metric values and weights to the NICs. However, these entries only become meaningful in the context of the following policy definitions. You need these policies to bundle several interfaces and the associated metrics and weights to create a complete package.
At the bottom are the rule
paragraphs, which define concrete rules for certain types of traffic from certain sources or with certain destinations. The https
rule in the example specifies that the same connection must always be used for HTTPS connections. sticky
specifies that connections must not switch between interfaces.
See the Mwan3 documentation for more on configuring Mwan3 settings.
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.