Para a edição da comunidade Openvpn, não existe tal opção disponível, e você só pode conseguir isso escrevendo um script personalizado que use o OpenVPN Management Interface e o comando kill
.
COMMAND -- kill
In server mode, kill a particlar client instance.
Command examples:
kill Test-Client
-- kill the client instance having a common name of "Test-Client".kill 1.2.3.4:4000
-- kill the client instance having a source address and port of 1.2.3.4:4000Use the "status" command to see which clients are connected.
Para o Openvpn Access Server existe uma opção padrão disponível:
live session expiration -- if a client stays connected, the token will expire after 1 day by default. This value can be modified using the vpn.server.session_expire key.