Can I set VPN Tunnels priority based on domain name ?

Hello,

I have a GT-MT3000 router and in the VPN configuration I am using Wireguard with 5 tunnels, each connected to a different continent.

I configured a list of domains that I don't want to go through the VPN and the rest of the traffic will go to VPN tunnel 2 and in case of problems it failover to tunnel 3 and so on..

There are though some specific domains that I want them to go through the VPN tunnel but to a specific one, based on the region they are connected, is this possible?

Thanks,

Domains don't guarantee the region they're hosted in. That'd need something like knowing the ASN(s). There's no support ATM for 'ASN lists' in the GL GUI PBR.

1 Like

Hi,

Currently, the VPN function in GL firmware does not support spilt based on geoIP.

  1. You need to manually specify which specific domain names do not go to VPN (Tunnel 1, Kill Switch)

  2. You need to manually specify which specific domain names to go to Area A, or Area B (Tunnel 2&3, Kill Switch)

  3. Rest traffic, goes to tunnel 4 or 5 (Failover. If you need failover to next tunnel, just disable the kill switch, and will switch to failover.)

  4. Since there are VPN tunnels 4 and 5 for all rest traffic, so it is not allowed to go to WAN (Disable All other traffic)

According to your actual needs to customize configure the tunnel configuration, but supported up to 5 tunnels at present.

1 Like

Thanks, that's what I was looking for.