Feature Request: VPN Client Support, Wireguard, Openvpn

Somethings that would really be helpful:

  1. VPN Clinet Support: Ability to setup Wireguard or OpenVPN clients

User should be able to choose what data routed over VPN. By selecting a source:

  1. Single Device IP Address / Mac Address
  2. Whole Network / Subet
  3. All Data all Networks/ Subnets. .

Thanks

3 Likes

I’ve added some tags and moved this to the Feature Requests category for you.

I think it would be best if you split this into 3 different requests as well, since these are not the same feature or extensions of the same feature together.

ok thanks. done

1 Like

Hey guys,

OpenVPN client and or wiregaurd would be awesome. We sell about 40 Netgate SG2100 a year just for the OpenVPN client. I would easily go over to the Route 10 if had that function.

I’m testing two Route 10’s now. It’s very easy and the ability to change site in between is perfect for what we need. Just missing the OpenVPN client

2 Likes

Quoting the latest firmware update for Route10, where WireGuard VPN clients now seems available:

Settings found under Route10 → VPN → Clients (+) with the possibility to choose what to route over the VPN.

Learning along the way here, so bear with me. Does it mean that the IPs to be routed can be expressed in CIDR notation? As e.g.

  • 192.168.1.x/32, for 192.168.1.x specifically,
  • 192.168.1.0/24, for the entire 192.168.1 subnet,
  • 192.168.0.0/16, for the entire “network” (i.e. 192.168 subnet), or
  • 192.168.1.y/z with a suitable set of y/z to define a specific block of IPs within the 192.168.1 subnet.

I guess the syntax excludes writing it as one or more IPs explicitly (for example 192.168.1.5,192.168.1.17, a.s.o.).