Only WAN interface in Luci VPN Policy Routing

Hello, I have a working OpenVPN connection but would like to use policy based routing.
The problem is that in the Luci webpage I see no interface but WAN/WAN6. How do I tell the router to route traffic beloning to 192.168.189 to go through the vpn?

Thanks!

Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have

ubus call system board; \
uci export network; uci export vpn-policy-routing; \
uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru

solved. i forgot to add the tun interface. apparently vpn was working even without that...

It works without it, but for total control it is nice to have the uci interface as well.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.