-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Describe the bug
Using both the UI and the cli, the VPN will connect but report no signal. This happens on all VPN servers I tried.
VPN version:
2.31.0 (2.31.0~rc20250916222335-static1)
Affected Platforms:
Linux Mint 22.2
Prerequisites:
<Optional: Any special steps taken not related to the app to trigger the bug>
Steps to reproduce:
- Connect to the VPN via the UI
- The connection appears to succeed
- After about a second, the UI reports no signal
Expected result:
The VPN should connect
Actual result:
The VPN does not connect
Additional notes:
I have a second machine that connects to the VPN successfully. The difference in the logs on the failing machine appears to be this:
19.09.2025 14:36:57.621] (LinuxPingSender) Error: Socket creation error: Operation not permitted
[19.09.2025 14:36:57.621] (PingHelper) Warning: PingSenderFactory is not valid, trying DnsPingSender.
[19.09.2025 14:36:57.621] (DnsPingSender) Error: Unable to bind UDP socket. Socket state: QAbstractSocket::UnconnectedState
[19.09.2025 14:36:57.621] (DnsPingSender) Debug: UDP socket bound to:
The error Error: Unable to bind UDP socket. Socket state: QAbstractSocket::UnconnectedState is not present on the machine that works.
Also, the line Debug: UDP socket bound to: on the failing machine is Debug: UDP socket bound to: 0.0.0.0 on the working machine.