[Openvpn-devel] OpenVPN 1.6-rc1 released

2004-03-02 Thread James Yonan
This is a release candidate for 1.6.0. The main change from 1.6-beta7 is that the Windows version now uses --ip-win32 dynamic by default. Change Log: 2004.03.02 -- Version 1.6-rc1 * For Windows, make "--ip-win32 dynamic" the default. * For Windows, make "--route-delay 10" the default unless

Re: [Openvpn-devel] Files missing from BETA20 CVS

2004-03-02 Thread James Yonan
Matthias Andree said: > Hi, > > the files list.c, mroute.c and multi.c appear to be missing from the > BETA20 branch in CVS: > > ma@merlin:~/cvs-3rdparty/openvpn> LANG=C make -ks 2>&1 | grep ^make > make[1]: *** No rule to make target `list.c', needed by

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-02 Thread James Yonan
Christian Lademann said: > Hello, James hello, Christian, > > is it also going to be supported in 2.0 to have multiple tup/tap interfaces > but only a single TCP-port on the server side waiting for incoming > connections? The ultimate goal is to have all connection options

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-02 Thread James Yonan
Matthias Andree said: > On Mon, 01 Mar 2004, James Yonan wrote: > > > Christian Daniel said: > > > > > Hello everybody! > > > > > > For a student research project I'm trying to add multi instance capability to > > > OpenVPN. The basic

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-02 Thread Christian Lademann
Hello, James hello, Christian, is it also going to be supported in 2.0 to have multiple tup/tap interfaces but only a single TCP-port on the server side waiting for incoming connections? Regards, Christian Lademann

[Openvpn-devel] Files missing from BETA20 CVS

2004-03-02 Thread Matthias Andree
Hi, the files list.c, mroute.c and multi.c appear to be missing from the BETA20 branch in CVS: ma@merlin:~/cvs-3rdparty/openvpn> LANG=C make -ks 2>&1 | grep ^make make[1]: *** No rule to make target `list.c', needed by `list.o'. make[1]: *** No rule to make target `mroute.c', needed by

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-02 Thread Matthias Andree
On Mon, 01 Mar 2004, James Yonan wrote: > Christian Daniel said: > > > Hello everybody! > > > > For a student research project I'm trying to add multi instance capability > > to > > OpenVPN. The basic idea is to rip the main openvpn()-function apart, put > > all > >

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-02 Thread Matthias Andree
On Sun, 29 Feb 2004, Christian Daniel wrote: > Hello everybody! > > For a student research project I'm trying to add multi instance capability to > OpenVPN. The basic idea is to rip the main openvpn()-function apart, put all > variables in a struct and then have only one select()-call for all