1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
This page of VPN client says that AWS client supports inactive OpenVPN directive: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/connect-aws-client-vpn-connect.html
Additionally, this page https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/ says
--inactive n [bytes]
Causes OpenVPN to exit after n seconds of inactivity on the TUN/TAP device.
The time length of inactivity is measured since the last incoming or outgoing tunnel packet.
The default value is 0 seconds, which disables this feature. If the optional bytes parameter
is included, exit if less than bytes of combined in/out traffic are produced on the tun/tap device
in n seconds.
So, can you try that ?
Best,
Didier
Relevant content
- asked 6 years ago
- asked 6 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 10 months ago

This didn't seem to solve the underlying issue of the vpn client disconnecting and reconnecting frequently (every couple of seconds). If it isn't an inactivity concern, is there another flag/issue that it could be?