Page 1 of 1

Automatic client inactivity disconnect threshold

Posted: Fri Jul 09, 2021 7:04 am
by HenrysCat
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

Re: Automatic client inactivity disconnect threshold

Posted: Fri Jul 09, 2021 7:13 am
by chilinux
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

Re: Automatic client inactivity disconnect threshold

Posted: Fri Jul 09, 2021 7:23 am
by HenrysCat
Thank you chilinux