Greetings,
I have a Beryl 7, and have been tweaking the wireguard server functionality. Recently I added a route via the UI as follows:
And verified in the router config it was going through the right interface:
root@GL-MT3600BE:~# ip route get 10.69.223.248
10.69.223.248 dev wgserver table 9910 src 10.1.0.1 uid 0
cache
However, after a day with no restart or upgrade, connection stopped working, when I went in to check, route had reset and was going to the wrong interface
root@GL-MT3600BE:~# ip route get 10.69.223.248
10.69.223.248 via 38.80.102.97 dev eth0 src 38.80.102.103 uid 0
cache
I had to re-apply the same setting in the wireguard server Route Rules tab, which triggered a server restart and the rule was back to normal.
I assume this is a bug, not sure what would cause the route to disappear or change since I don’t think I changed it and left it working yesterday night.
