Re: [Openvpn-users] connecting to management interface from client-connect script?

2021-03-31 Thread Gert Doering
Hi, On Wed, Mar 31, 2021 at 09:23:01PM +0200, Aleksandar Ivanisevic wrote: > are there any restrictions on contacting the management interface from a > client-connect script? > > tried everything i can think of: telnet, nc, socat, even curl, but although > everything works when calling the scri

Re: [Openvpn-users] connecting to management interface from client-connect script?

2021-03-31 Thread Selva Nair
Hi, On Wed, Mar 31, 2021 at 3:54 PM Aleksandar Ivanisevic < aleksan...@ivanisevic.de> wrote: > Hi, > > are there any restrictions on contacting the management interface from a > client-connect script? > OpenVPN is single threaded. The client-connect script blocks and the management interface can

Re: [Openvpn-users] connecting to management interface from client-connect script?

2021-03-31 Thread Dajka Tamás
Hi, maybe a lame question, but did you enable the management interface? Is it set to socket or IP:port? Cheers, Tom > -Original Message- > From: Aleksandar Ivanisevic [mailto:aleksan...@ivanisevic.de] > Sent: Wednesday, March 31, 2021 9:23 PM > To: Openvpn Users > Subject: [Op

[Openvpn-users] connecting to management interface from client-connect script?

2021-03-31 Thread Aleksandar Ivanisevic
Hi, are there any restrictions on contacting the management interface from a client-connect script? tried everything i can think of: telnet, nc, socat, even curl, but although everything works when calling the script from the command line, nothing comes back from it when called from the server