reball
25
I see that firmware 3.215 beta3 is available (for Beryl) with has a bugfix as below
- Fixed WireGuard manual edit allowedip parsing error.
…which I assume is this issue?
However, even with 3.215 beta3 I still cannot get a split tunnel working correctly over 2 subnets, as well as still get the “Invalid AllowedIPs” when editing/saving the config.
This still seems an issue, @alzhao can you (or other cusotmers) please confirm?
To remove any confusion, my process is below:
- Add new WG VPN profile with the config below
[Interface]
PrivateKey = <redacted>
Address = 10.6.0.9/24
DNS = 10.6.0.1
[Peer]
PublicKey = <redacted>
PresharedKey = <redacted>
Endpoint = <redacted>:51821
AllowedIPs = 192.168.10.0/24, 192.168.55.0/24
- Save and connect
- I can succesfully ping 8.8.8.8, 192.168.10.1, but cannot ping 192.168.55.1.
- Disconnect the VPN and edit it.
- Check that the “Allowed IPs” is “192.168.10.0/24, 192.168.55.0/24”, click save, and get the “Invalid AllowedIPs” error.
My expected outcome is that all traffic on 192.168.10.0/24 and 192.168.55.0/24 goes through the VPN, everything else bypasses the VPN.
I can provide more details if required.
Edit: Type