Re: [Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2017-09-22 Thread Maximilian Wilhelm
Anno domini 2017 Maximilian Wilhelm scripsit: Hi, for the record: I've updated the PR on github and addressed the issues raised here before. -> https://github.com/OpenVPN/openvpn/pull/65#issuecomment-330715591 The point remaining is the support for FreeBSD: [...] > > > + if (sock->bind_dev)

Re: [Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2017-01-26 Thread Maximilian Wilhelm
Anno domini 2017 Arne Schwabe scripsit: > A quick from me. Cool, thanks. > > diff --git a/src/openvpn/init.c b/src/openvpn/init.c > > index 73f8c6d..57b1423 100644 > > --- a/src/openvpn/init.c > > +++ b/src/openvpn/init.c > > @@ -2856,7 +2856,8 @@ do_init_socket_1 (struct context *c, const int

Re: [Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2017-01-25 Thread Arne Schwabe
A quick from me. > This has been in production use for some time now and there don't seem > to be any problems :) > > Can I motivate anyone on commenting on or applying this? :) > > Best > Max > > > commit 1baa7e6782b39ed664eedb9b006728d31e22c07e > Author: Maximilian Wilhelm >

Re: [Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2017-01-25 Thread Maximilian Wilhelm
Anno domini 2016 Gert Doering scripsit: Hi Gert, * > On Sun, Oct 30, 2016 at 02:48:25PM +0100, Maximilian Wilhelm wrote: > > Can I motivate anyone on commenting on or applying this? :) > > You're keeping me busy on multiple fronts :-9 - and since this is networking, > it's mostly me who gets to

Re: [Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2016-10-30 Thread Gert Doering
Hi, On Sun, Oct 30, 2016 at 02:48:25PM +0100, Maximilian Wilhelm wrote: > Can I motivate anyone on commenting on or applying this? :) You're keeping me busy on multiple fronts :-9 - and since this is networking, it's mostly me who gets to review this. What's complicating this is that it's also

[Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2016-10-30 Thread Maximilian Wilhelm
Anno domini 2016 Maximilian Wilhelm scripsit: > Anno domini 2016 Maximilian Wilhelm scripsit: > > Hi again, > > > I'm rolling out Linux VRFs[0] in my network and pushed all my external > > connections in a VRF, so nothing bad[tm] can happen. > > > > Doing so broke my OpenVPN connections