Re: openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-05-25 Thread Stefan Sperling
On Sat, May 25, 2013 at 05:10:04PM +0200, Mattieu Baptiste wrote: > $ sudo ifconfig tun2 create rdomain 1 > $ sudo route -T1 exec openvpn --config... > > In this routing domain, I have other interfaces, with a default gateway. > > Stefan, how do you configure your tun interface? I have tun0 in r

Re: openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-05-25 Thread Mattieu Baptiste
On Sat, May 25, 2013 at 3:34 PM, Stuart Henderson wrote: > On 2013/05/25 12:33, Mattieu Baptiste wrote: > > > > > > Does someone managed to make OpenVPN work with 'route exec' ? > > For me, it freeze just before establishing routes and creating the tun > > interface. > > Ah - it re-creates the int

Re: openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-05-25 Thread Stuart Henderson
On 2013/05/25 12:33, Mattieu Baptiste wrote: > On Wed, Apr 17, 2013 at 3:24 PM, Stuart Henderson > wrote: > > I think the rtable support is broken though. > > In 2.2.2 it seems to just do the same as running "route -T > exec openvpn $options" so if you don't have a route to the othe

Re: openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-05-25 Thread Stefan Sperling
On Sat, May 25, 2013 at 12:33:15PM +0200, Mattieu Baptiste wrote: > Does someone managed to make OpenVPN work with 'route exec' ? > For me, it freeze just before establishing routes and creating the tun > interface. I create the tun device and configure it manually, then I tell openvpn to use it a

Re: openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-05-25 Thread Mattieu Baptiste
On Wed, Apr 17, 2013 at 3:24 PM, Stuart Henderson wrote: > I think the rtable support is broken though. > > In 2.2.2 it seems to just do the same as running "route -T > exec openvpn $options" so if you don't have a route to the other > endpoint it is unable to connect. > > With the update, the o

Re: openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-04-22 Thread Felix Kronlage
On Wed, Apr 17, 2013 at 02:24:02PM +0100, Stuart Henderson wrote: Hi Stuart, > I think the rtable support is broken though. [..] > rtable support might be useful if it was a bit more clever (e.g. > use the default table to connect to the other VPN endpoint, but put > the tun interface and new rou

openvpn 2.3.1 [Re: update openvpn 2.2.2 -> 2.3.0]

2013-04-17 Thread Stuart Henderson
On 2013/04/02 10:07, Björn Ketelaars wrote: > Included is a diff for updating openvpn to 2.3.1. Who knows, maybe > fkr has some time to have a look at it. > > Concerning testing of rtable support: Current level of confidence > is *think it works*. This feature could use some extra testing. Slight

Re: update openvpn 2.2.2 -> 2.3.0

2013-04-02 Thread Bj??rn Ketelaars
On Sat, Mar 30, 2013 at 07:29:28PM +, Stuart Henderson wrote: > On 2013/03/30 19:29, Bj?rn Ketelaars wrote: > > Maintainer seems busy and does not respond: > > I think fkr is travelling at the moment (monitorama), he mentioned sometime > before that he already has an update diff for 2.3.0, so

Re: update openvpn 2.2.2 -> 2.3.0

2013-03-30 Thread Stuart Henderson
On 2013/03/30 19:29, Björn Ketelaars wrote: > Maintainer seems busy and does not respond: I think fkr is travelling at the moment (monitorama), he mentioned sometime before that he already has an update diff for 2.3.0, so let's wait a bit. Have you tested the rtable support? There is a 2.3.1 too

update openvpn 2.2.2 -> 2.3.0

2013-03-30 Thread Björn Ketelaars
Maintainer seems busy and does not respond: Included a diff for updating openvpn from 2.2.2 to 2.3.0. Changelog can be found at: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23 Tested for a couple of weeks on amd64. Index: Makefile ==