RUTX50 VPN Split

I’ve got from Teltonika Forum info to apply such command:

  1. Update the package lists:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
  1. Install vpn-policy-routing:
opkg -e /etc/opkg/openwrt/distfeeds.conf install vpn-policy-routing

As result I’ve got such output from CLI
root@RUTX50:~# opkg -e /etc/opkg/openwrt/distfeeds.conf install vpn-policy-routing
Package vpn-policy-routing (0.3.4-8) installed in root is up to date.
Collected errors:

  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-nf-reject
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-nf-ipt
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-ipt-core
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-nfnetlink
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-ipt-ipset
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-ipt-ipopt

Hello,

You need to build it yourself using the SDK and flash the generated image. In the base directory:

./scripts/feeds install vpn-policy-routing
make menuconfig  # enable the module in the Network submenu
make -k
# flash the image in bin/targets/ipq40xx/generic/tltFws

Regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.