VPN skip some sites

Good Morning,

Is it possible to prevent one or more sites from going through VPN?

Environment: openWrt / VPN (pptp)

Yes: https://openwrt.org/docs/guide-user/network/routes_configuration

Configure the IPs to use the WAN (or other network) instead of your VPN interface. You can find this on the LuCI web GUI under: Network > Static Routes.

1 Like

thanks for the support

I know little about network / openwrt. I read the doc link and I don't know if I understood it well.

My intention is to make access to NetFlix not through VPN.

How would you do it?

I wouldn't use Static Routes for that:

  • I'd disable the VPN; or
  • I'd make a second WiFi/Ethernet network that doesn't use the VPN
  • For that you'd have to use IP Rules and table to send
    • the traffic out WAN
    • traffic out of the VPN

See: https://openwrt.org/docs/guide-user/network/ip_rules

1 Like