Re: [Openvpn-users] Client history

2024-02-28 Thread Gert Doering
Hi, On Wed, Feb 28, 2024 at 12:52:17PM +, Peter Davis via Openvpn-users wrote: > # cat /tmp/Connections.log > 2024-02-28 16:16:51 - CommonName connected with IP 192.168.129.253 > > So, why is the script not working in OpenVPN? You already know the answer of that - because systemd is making

Re: [Openvpn-users] Client history

2024-02-28 Thread Jochen Bern
On 28.02.24 14:31, Bo Berglund wrote: I am running *all* openvpn scripts from within /etc/openvpn/scripts and I use the *full path* to the scripts in the conf files calls. I also keep all of the custom logs (as defined in the conf file) below /etc/openvpn/log, which is also perfectly accessile

Re: [Openvpn-users] Client history

2024-02-28 Thread Bo Berglund
On Wed, 28 Feb 2024 14:07:13 +0100, Marc SCHAEFER wrote: >On Wed, Feb 28, 2024 at 12:52:17PM +, Peter Davis via Openvpn-users wrote: >> # #!/bin/bash >> # export script_type="client-connect" >> # export common_name="CommonName" >> # export trusted_ip="192.168.129.253" >> # ./server-events.sh

Re: [Openvpn-users] Client history

2024-02-28 Thread Marc SCHAEFER
On Wed, Feb 28, 2024 at 12:52:17PM +, Peter Davis via Openvpn-users wrote: > # #!/bin/bash > # export script_type="client-connect" > # export common_name="CommonName" > # export trusted_ip="192.168.129.253" > # ./server-events.sh I did not follow the whole discussion, but why on earth are you

Re: [Openvpn-users] Client history

2024-02-28 Thread Peter Davis via Openvpn-users
> On Monday, February 26th, 2024 at 5:06 PM, Bo Berglund > wrote: > On Mon, 26 Feb 2024 10:07:14 +, Peter Davis via Openvpn-users > openvpn-users@lists.sourceforge.net wrote: > > > Hi, > > Thanks again. > > I changed "LOG_FILE" to LOG_FILE="/tmp/Connections.log" and executed the > >