Wireguard Client - AllowedIPs
Thank you for adding Wireguard support. I'm trying to effectively use AllowedIPs to manually route only some traffic through the Wireguard connection.
What I'm trying to achieve:
I'm trying to set my IP telephony (software and hardware phones) to go through Deco's Wireguard connection (I got it up and running successfully), while everything else to go through normal WAN. All of my phones (software/hardware) connect to the same server on the same IP - 222.111.22.11 (example).
Expectation:
In the Wireguard configuration file, I set AllowedIPs different from 0.0.0.0/0, then a special route is set which makes only the connections to the specified IPs go through the Wireguard connection, while all other connections go through normal WAN.
Reality:
- If I set AllowedIPs to 222.111.22.11/32 in my Deco APP (and set "Access Permission" to "All clients"), then all of my wifi clients lose internet connection, and I can only access 222.111.22.11.
- I can't set multiple AllowedIPs.
Any idea how to make this happen?
Thank you!