Automatic client inactivity disconnect threshold

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
HenrysCat
OpenVpn Newbie
Posts: 3
Joined: Sat Jan 06, 2018 11:47 am

Automatic client inactivity disconnect threshold

Post by HenrysCat » Fri Jul 09, 2021 7:04 am

Hi all, I am trying to reduce the inactivity time for clients, it is a hyper-v virtual appliance Ubuntu 18, access server v2.9.2
I have found this page
https://openvpn.net/vpn-server-resource ... t-options/

But I am struggling with the commands, they do not work in a terminal,

Code: Select all

 -bash: ./sacli: No such file or directory
What am I doing wrong?
Thanks

chilinux
OpenVPN Power User
Posts: 156
Joined: Thu Mar 28, 2013 8:31 am

Re: Automatic client inactivity disconnect threshold

Post by chilinux » Fri Jul 09, 2021 7:13 am

Try instead:

Code: Select all

/usr/local/openvpn_as/scripts/sacli
You can also try:

Code: Select all

cd /usr/local/openvpn_as/scripts
./sacli

HenrysCat
OpenVpn Newbie
Posts: 3
Joined: Sat Jan 06, 2018 11:47 am

Re: Automatic client inactivity disconnect threshold

Post by HenrysCat » Fri Jul 09, 2021 7:23 am

Thank you chilinux

Post Reply