Vpn-policy-routing not not visible inside services menu

Hi I don't know what happen and when happened.
I can't find the vpn-policy-routing service under the relative tab, via ssh if I do
/etc/init.d/vpn-policy-routing support
I get:

vpn-policy-routing 0.2.1-0 running on OpenWrt 18.06.4. WAN (IPv4): wan/dev/192.168.1.1.
============================================================
Dnsmasq version 2.80  Copyright (c) 2000-2018 Simon Kelley
Compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC no-ID loop-detect inotify dumpfile
============================================================
Routes/IP Rules
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0.2
IPv4 Table 201: default via 192.168.1.1 dev eth0.2
IPv4 Table 201 Rules:
32762:  from all fwmark 0x10000 lookup 201
IPv4 Table 202: default via 10.1.10.6 dev tun1
IPv4 Table 202 Rules:
32761:  from all fwmark 0x20000 lookup 202
IPv4 Table 203: default via 10.8.0.1 dev tun0
IPv4 Table 203 Rules:
32760:  from all fwmark 0x30000 lookup 203
============================================================
IP Tables PREROUTING
-N VPR_PREROUTING
-A VPR_PREROUTING -s 10.0.0.100/32 ! -d 10.8.0.0/24 -p udp -m comment --comment Nas -c 7474 1695743 -j MARK --set-xmark 0x20000/0xff0000
-A VPR_PREROUTING -s 10.0.0.100/32 ! -d 10.8.0.0/24 -p tcp -m comment --comment Nas -c 39112 4777930 -j MARK --set-xmark 0x20000/0xff0000
-A VPR_PREROUTING -m set --match-set VPN_SERVER dst -c 0 0 -j MARK --set-xmark 0x30000/0xff0000
-A VPR_PREROUTING -m set --match-set PIA_VPN dst -c 0 0 -j MARK --set-xmark 0x20000/0xff0000
-A VPR_PREROUTING -m set --match-set wan dst -c 0 0 -j MARK --set-xmark 0x10000/0xff0000
============================================================
IP Tables FORWARD
-N VPR_FORWARD
============================================================
IP Tables INPUT
-N VPR_INPUT
============================================================
IP Tables OUTPUT
-N VPR_OUTPUT
============================================================
Current ipsets
create wan hash:net family inet hashsize 1024 maxelem 65536 comment
create PIA_VPN hash:net family inet hashsize 1024 maxelem 65536 comment
create VPN_SERVER hash:net family inet hashsize 1024 maxelem 65536 comment
============================================================
Your support details have been logged to '/var/vpn-policy-routing-support'. [✓]

I also checked on the device where I route the pia_vpn and works correctly, so vpn-routing seems to work.

Any idea?

J

Did you install the luci-app-vpn-policy-routing for the vpn policy routing?

https://forum.openwrt.org/t/18-06-5-admin-vpn-node-is-not-created/49763

Yep luci-app-vpn-policy-routing is installed

@stangri
Exactly the same I think

The problem came after some upgrade with opkg-upgrade script. I don't check every time if all is working, my bad