Just needing a little hint about PBR configuration as I’m completely new to that topic.
Current config:
eth0 192.168.0.2/24
eth1 192.168.1.1/24
eth2 192.168.2.1/24
eth3 192.168.3.1/24
wg1 10.10.10.2/24
Default-route 0.0.0.0 via 192.168.0.1
Needed config:
Every traffic should stick using the current 0.0.0.0 default-route via192.168.0.1 except a single IP (192.168.3.55/24) which should next-hop to 10.10.10.1/24 (trough wireguard).
Any ideas would help!