I would like to have all of my traffic routed through OpenVPN except one client - that part is working fine. On that excluded client I would also like to route a particular IP through the VPN, which I am having trouble getting working correctly. Here's what my policy rules look like:
Should this work? If not, is there a better approach to accomplish this? Right now the bypass rule is still being sent through WAN, I suspect since the WAN rules are taking priority over VPN rules?
Code:
All 192.168.1.0/24 0.0.0.0 VPN
Router 192.168.1.1 0.0.0.0 WAN
Excluded-device 192.168.1.201 0.0.0.0 WAN
Excluded-device-bypass 192.168.1.201 xxx.xxx.xxx.xxx VPN
Should this work? If not, is there a better approach to accomplish this? Right now the bypass rule is still being sent through WAN, I suspect since the WAN rules are taking priority over VPN rules?