VPN sessions are not fully disconnected with --inactive in use #89
Labels
No labels
Access Server
addon-aws
addon-devposture
Awaiting external feedback
build
cli-openvpn2
cli-openvpn3
cli-openvpn3-admin
cli-openvpn3-as
Cloud Connexa
common
Development done
distro-support
duplicate
Enhancement
GitHub
Infrastructure
Investigating
OpenVPN 3 Core
openvpn3-systemd
python
service-backendstart
service-client
service-configmgr
service-log
service-netcfg
service-sessionmgr
Support
tests programs
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
OpenVPN/openvpn3-linux#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An OpenVPN server configuration with
--inactiveand--keepalivewill result in the OpenVPN 3 Linux client not fully disconnecting when the inactive timer is triggered.Server options needed to trigger this behavior:
The client log will show:
But the output of
openvpn3 sessions-listshows:The server side logs shows the session being disconnected:
This issue was discovered via a reported issue in
openvpn3-indicatorproject: https://github.com/OpenVPN/openvpn3-indicator/issues/37This issue should be resolved with the
v27release.