Hello,
I have 2 users using Windows 11 on ARM (different hardware). About 3 months ago I tested the application on my system and it worked. A few days ago a colleague came to me reporting that the client does not connect to the server on his machine. When I tried (usually I run Linux on this machine) it doesn't work anymore. I had Windows updates installed since the time the connection worked. I tried updating the client to the last released version but that did not resolve the issue.
The symptom is that the client authorization works (opens VPN server in browser, login and authorize the client is OK), but then when clicking the connect slider in the client it tries connecting and then fails after a second or two.
I have a bunch of other users using Windows on Intel/AMD who have no issues. Also no issues on other systems (Mac and Linux).
Using OpenVPN connect or Wireguard client (with manual configuration) on the misbehaving system works, so it doesn't seem to be a server issue.
Server is up to date v3 on Debian 12. All I get in the logs there is this when I try to connect with the misbehaving client:
Apr 09 11:02:37 openvpn1 openvpn[464]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-admins-1.sock
Apr 09 11:02:37 openvpn1 openvpn[464]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[471]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-users-1.sock
Apr 09 11:02:37 openvpn1 openvpn[471]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[471]: MANAGEMENT: Client disconnected
Apr 09 11:02:37 openvpn1 openvpn[463]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-admins-0.sock
Apr 09 11:02:37 openvpn1 openvpn[463]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[463]: MANAGEMENT: Client disconnected
Apr 09 11:02:37 openvpn1 openvpn[465]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-users-0.sock
Apr 09 11:02:37 openvpn1 openvpn[465]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[465]: MANAGEMENT: Client disconnected
Apr 09 11:02:37 openvpn1 openvpn[464]: MANAGEMENT: Client disconnected
I managed to get the client logs by editing the config file directly, but I don't see anything useful there. I attached a sanitized version (replaced server hostname, my username and computer name).
I didn't know how to force the usage of wireguard for testing in the client, it seems it only tries openvpn. Also it would probably be useful to get openvpn client logs, but I don't know how to get those.
Hello,
I have 2 users using Windows 11 on ARM (different hardware). About 3 months ago I tested the application on my system and it worked. A few days ago a colleague came to me reporting that the client does not connect to the server on his machine. When I tried (usually I run Linux on this machine) it doesn't work anymore. I had Windows updates installed since the time the connection worked. I tried updating the client to the last released version but that did not resolve the issue.
The symptom is that the client authorization works (opens VPN server in browser, login and authorize the client is OK), but then when clicking the connect slider in the client it tries connecting and then fails after a second or two.
I have a bunch of other users using Windows on Intel/AMD who have no issues. Also no issues on other systems (Mac and Linux).
Using OpenVPN connect or Wireguard client (with manual configuration) on the misbehaving system works, so it doesn't seem to be a server issue.
Server is up to date v3 on Debian 12. All I get in the logs there is this when I try to connect with the misbehaving client:
```
Apr 09 11:02:37 openvpn1 openvpn[464]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-admins-1.sock
Apr 09 11:02:37 openvpn1 openvpn[464]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[471]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-users-1.sock
Apr 09 11:02:37 openvpn1 openvpn[471]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[471]: MANAGEMENT: Client disconnected
Apr 09 11:02:37 openvpn1 openvpn[463]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-admins-0.sock
Apr 09 11:02:37 openvpn1 openvpn[463]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[463]: MANAGEMENT: Client disconnected
Apr 09 11:02:37 openvpn1 openvpn[465]: MANAGEMENT: Client connected from /run/openvpn-server/XXX-users-0.sock
Apr 09 11:02:37 openvpn1 openvpn[465]: MANAGEMENT: CMD 'kill CaIW1stqA5aYSHIQ/ZSi7fyXoLeQ0bMyEp4GJs4I5BE='
Apr 09 11:02:37 openvpn1 openvpn[465]: MANAGEMENT: Client disconnected
Apr 09 11:02:37 openvpn1 openvpn[464]: MANAGEMENT: Client disconnected
```
I managed to get the client logs by editing the config file directly, but I don't see anything useful there. I attached a sanitized version (replaced server hostname, my username and computer name).
I didn't know how to force the usage of wireguard for testing in the client, it seems it only tries openvpn. Also it would probably be useful to get openvpn client logs, but I don't know how to get those.