Route10 Firmware 1.3w Released!

We’ve rolled out a new firmware update for Route10, offering the following enhancements:

  • Add WireGuard Client support (with static routing).
  • Add support for IGMP snooping, when it is also enabled on VLANs.
  • Add alternate hardware acceleration option, specifically for SFP+ WAN connections that do not support flow control.
  • Resolve issues with enabling/disabling EEE.

This update is being rolled out now. You can manually initiate the upgrade if you’d like, or it will automatically update overnight (if auto-updates are enabled). The complete, up-to-date changelog is available here:

As always, if you have questions or encounter any issues, feel free to reply here or start a new topic. Please include details about the issue so we can assist you effectively.

6 Likes

Is there a corresponding control update for the wireguard client support? Will that be coming shortly too?

1 Like

A reboot button :grin::+1: Great! And all other enhancements as well!

Yes, we will release it soon.

1 Like

Happy Let Down GIF by AsmodeeGames

1 Like

Keep up the good work fellas!

Now time for Multiple WAN Static IPs and Multi-WAN :eyes:

Update installed on my home Route10. No update issues to report.

  • Add WireGuard Client support (with static routing). ← is this via domains or ip?

Here’s the config page for it… hopefully that answers your question? I believe it is IP.

1 Like

Sad face… thanks for updating

FYI To get the site-to-site wireguard working and allow forwarding of traffic from clients over the VPN, I had to add rules via the CLI

uci add firewall forwarding
uci set firewall.@forwarding[-1].src='lan'
uci set firewall.@forwarding[-1].dest='vpn'
uci commit firewall
/etc/init.d/firewall restart

Could well have just missed something obvious here, but this worked for me.

I would like the ability to specify a port on the wireguard client too, as well as make the PSK optional.

This thread has been automatically closed due to inactivity. If you believe you have the same issue, please create a new post describing your issue. Feel free to link to this post for context if desired.