Re: [Openvpn-users] log

2021-06-07 Thread David Sommerseth
On 06/06/2021 14:33, Gokan Atmaca wrote: Hello I want to keep the records of all the clients connected to the ovpn ip addresses for 1 year. How can I do that ? Thanks. Use the --client-connect script hook on the server side. That script will get all the details about connecting clients, and

Re: [Openvpn-users] log

2021-06-07 Thread Gokan Atmaca
lists.sourceforge.net) > > Sent: Sun, Jun 6, 2021 7:33 am > Subject: [Openvpn-users] log > > Hello > > I want to keep the records of all the clients connected to the ovpn ip > addresses for 1 year. How can I do that ? Thanks. > > -- > ⢀⣴⠾⠻⢶⣦⠀ > ⣾⠁⢠⠒⠀⣿

Re: [Openvpn-users] log

2021-06-06 Thread Leroy Tennison via Openvpn-users
nnect script. -Original Message- From: Gokan Atmaca To: openvpn users list (openvpn-users@lists.sourceforge.net) Sent: Sun, Jun 6, 2021 7:33 am Subject: [Openvpn-users] log Hello I want to keep the records of all the clients connected to the ovpn ip addresses for 1 year. How can I do

[Openvpn-users] log

2021-06-06 Thread Gokan Atmaca
Hello I want to keep the records of all the clients connected to the ovpn ip addresses for 1 year. How can I do that ? Thanks. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org ⠈⠳⣄ ___ Openvpn-users mailing

Re: [Openvpn-users] Log AES-NI

2016-04-25 Thread Gert Doering
Hi, On Mon, Apr 25, 2016 at 05:09:30PM +0200, Dreetjeh D wrote: > Currently when "engine cryptodev" is set, it will show up in the OpenVPN log: > "Initializing OpenSSL support for engine 'cryptodev'" > On my NAS I use "engine cryptodev" (Armv7 so no aesni) in config. > 1. engine cryptodev is softw

[Openvpn-users] Log AES-NI

2016-04-25 Thread Dreetjeh D
Hello you busy people, Currently when "engine cryptodev" is set, it will show up in the OpenVPN log: "Initializing OpenSSL support for engine 'cryptodev'" On my NAS I use "engine cryptodev" (Armv7 so no aesni) in config. 1. engine cryptodev is software crypto, as in not offloading from CPU? On