Re: [Openvpn-users] figuring out connection interface

2021-06-23 Thread Aleksandar Ivanisevic
> > Just filing a request in the community Trac instance [2] will most likely > just collect dust until someone finds that feature interesting enough to help > providing a patch for it. That's sad, but that's the reality - as most of > the community developers have other paid jobs they need to

Re: [Openvpn-users] figuring out connection interface

2021-06-10 Thread David Sommerseth
On 09/06/2021 07:57, Gert Doering wrote: Hi, On Tue, Jun 08, 2021 at 11:31:40PM +0200, Aleksandar Ivanisevic wrote: I looked around a bit and haven???t found a way for a non commercial user to open a change request with openvpn team, please point me out if I???m wrong. You're talking to the

Re: [Openvpn-users] figuring out connection interface

2021-06-08 Thread Gert Doering
Hi, On Tue, Jun 08, 2021 at 11:31:40PM +0200, Aleksandar Ivanisevic wrote: > I looked around a bit and haven???t found a way for a non commercial user to > open a change request with openvpn team, please point me out if I???m wrong. You're talking to the open source community. Here, it works by

Re: [Openvpn-users] figuring out connection interface

2021-06-08 Thread tincantech via Openvpn-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, ‐‐‐ Original Message ‐‐‐ On Tuesday, 8 June 2021 22:31, Aleksandar Ivanisevic wrote: > I looked around a bit and haven’t found a way for a non commercial user to > open a change request with openvpn team, please point me out if I’m w

Re: [Openvpn-users] figuring out connection interface

2021-06-08 Thread Aleksandar Ivanisevic
I looked around a bit and haven’t found a way for a non commercial user to open a change request with openvpn team, please point me out if I’m wrong. for reference, this is how to determine the server IP using conntrack(8) ovpnport=5001 remoteip=1.2.3.4 sudo conntrack -L -s $remoteip -p udp -o e

Re: [Openvpn-users] figuring out connection interface

2021-06-07 Thread Gert Doering
Hi, On Fri, Jun 04, 2021 at 12:55:04PM +0200, Gert Doering wrote: > That said, I have no idea if it is ever exposed to management API or > plugin/script env... "some reading of the source" is needed. So. "OpenVPN side" address is only available if ENABLE_IP_PKTINFO is valid, and then it can be f

Re: [Openvpn-users] figuring out connection interface

2021-06-04 Thread Jan Just Keijser
Hi, On 04/06/21 12:20, Aleksandar Ivanisevic wrote: On 3. Jun 2021, at 14:36, Jan Just Keijser > wrote: from reading the 2.5.1 sources I cannot find any environment variables being set that reflect the "incoming" IP address or interface;   I would think that during '

Re: [Openvpn-users] figuring out connection interface

2021-06-04 Thread Gert Doering
Hi, On Fri, Jun 04, 2021 at 12:20:10PM +0200, Aleksandar Ivanisevic wrote: > > PS now waiting for Gert to prove me wrong ;) > > Please be wrong ;) Or can we have a feature request for server > IP and interface to be passed in connect script env or in one of > the status reports in management inte

Re: [Openvpn-users] figuring out connection interface

2021-06-04 Thread Aleksandar Ivanisevic
> On 3. Jun 2021, at 14:36, Jan Just Keijser wrote: > from reading the 2.5.1 sources I cannot find any environment variables being > set that reflect the "incoming" IP address or interface; I would think that > during 'client-connect' time you can determine from which IP the client is > conn

Re: [Openvpn-users] figuring out connection interface

2021-06-03 Thread Jan Just Keijser
Hi, On 02/06/21 23:07, Aleksandar Ivanisevic wrote: is there a way to figure out which client is connected to which IP address (i.e. interface) other than to grep the logs? I have a multihomed system where one uplink is of higher quality than the others and I would like to keep the more impor