> On Tuesday, February 13th, 2024 at 9:58 PM, mike tancsa <m...@sentex.net> 
> wrote:

> On 2/13/2024 1:13 PM, Peter Davis via Openvpn-users wrote:
>
>> Hello,
>> 1- Is there a way to report when clients connect and disconnect?
>>
>> 2- Is it possible to notify the connection of a specific client to the 
>> server through email?
>
> On the server, you can use the client-connect/disconnect config. Just fire 
> whatever script you want from there to do whatever notification you want. 
> Various environment vars get populated (e.g. X509_0_CN) that you can save as 
> needed and tune your notifications to match what you need.
>
> client-connect "/usr/local/etc/openvpn/connect.sh"
> client-disconnect "/usr/local/etc/openvpn/disconnect.sh"
>
> ---Mike
>
>> Thank you.
>>
>> _______________________________________________
>> Openvpn-users mailing list
>> Openvpn-users@lists.sourceforge.net
>>
>> https://lists.sourceforge.net/lists/listinfo/openvpn-users

Hi,
Thank you.
I mean, does OpenVPN itself have the ability to keep the IP address of the 
client and the time it is connected to the server somewhere for reporting?
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to