RUTX50&VPN traffic split

Hello,
There is my use case.

  1. Dedicated Wifi SSID for me in order to reach destination over VPN tunnel.

I’ve configured VPN access using OpenVPN to my provider NordVPN and works fine.
Per documentation that is described here
https://wiki.teltonika-networks.com/view/OpenVPN_traffic_split
I 've configured:

  1. Dedicated SSID called VPN_Access (without encryption) and network “vpn_tunnel”

  2. New LAN Interfaces called vpn_tunnel where interface is bridged to NordVPN tunnel (tun_c_NordVPN2)

However this interface is still down (In my opinion its virtual/logical) so should be always up

When interface should be UP?

Next per provided link I have to install “vpn-policy-routing”
However seems as not present on server.

Please help me what I should do next ?

nkemot

Sure, here’s a clearer version of your text:


Hi there,

Here are simpler instructions for installing vpn-policy-routing:

  1. Update the package lists:

    opkg -e /etc/opkg/openwrt/distfeeds.conf update
    
  2. Install vpn-policy-routing:

    opkg -e /etc/opkg/openwrt/distfeeds.conf install vpn-policy-routing
    

Best regards,