A question about routing

Hi, I have a question about routing. I have these ip adresses and want to set up some routing between them. IP adresses:
192.168.1.190 <-gaming pc
192.168.1.176 <-server
192.168.1.120<-htpc

I want to set it up so that the server uses nordvpn for torrenting. That server also hosts Jellyfin,Sonarr and Kopia. The torrent traffic needs to use the nordvpn. I also want to be able to reach the Jellyfin, Sonarr and Kopia services from my gaming PC and htpc.

The vpn uses tun0 and has a firewall zone called VPN.

How do I set up the routing ?

That should already be possible as they use the same subnet

To route only some traffic through the VPN you need Policy Based Routing (PBR).
See:
https://openwrt.org/docs/guide-user/network/routing/pbr

2 Likes