DefGuard / client

Best WireGuard desktop client with Multi-Factor Authentication
66 stars 9 forks source link

Client don’t delete the route in the routing table after disconnect #233

Closed LOROP-Franzi closed 1 month ago

LOROP-Franzi commented 1 month ago

The client don’t delete the route to the network after disconnecting in the routing table.

The route print on windows is with a smaller metric then the original and when you are inside the network. I try to give the wireguard interface a higher metric, but you must disable the wireguard interface, that the route works.

LOROP-Franzi commented 1 month ago

okay its fixed. The User don't have admin rights and then the users must be in the Network Configuration Operators builtin group (S-1-5-32-556) and adding this to the the registry: reg add HKLM\Software\WireGuard /v LimitedOperatorUI /t REG_DWORD /d 1 /f

Then it works. Thanks.