Yes, you can add manually a static route, but keep in mind that each time the tunnel is restarted, it needs to be re-added again.   Below is an example for WireGuard tunnel wg1   # ip route show table 201 default via 192.168.6.190 dev wg1 <-- default route to tunnel 10.0.101.0/24 via 10.0.101.1 dev br0 <-- local LAN network to home router ip route add 10.0.102.0/24 via 10.0.101.1 table 201 <-- add other local network to home r