Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-05 Thread James Yonan
Matthias Andree said: > 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 struc

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 open in either point

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 idea is to rip the main openvpn()-function apart, put all

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 -- * Christian A. Lademann, ZLS Software GmbH mailto:ladem...@zls.de

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

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 > > variables in a struct an

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 o

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-01 Thread Jon Nelson
On Mon, 1 Mar 2004, James Yonan wrote: > One virtual interface per tunnel is supported now and will be supported going > forward. ^ That's the part I needed to hear. Thanks! -- Life's short and hard, kind of like a bodybuilding elf. Jon Nelson

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-01 Thread James Yonan
Jon Nelson said: > > On Mon, 1 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 > > > al

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-01 Thread Jon Nelson
On Mon, 1 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 > > variables in a struct and then hav

Re: [Openvpn-devel] OpenVPN multi instancing

2004-03-01 Thread James Yonan
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 > variables in a struct and then have only one select()-call for all open > tunnels at onc

[Openvpn-devel] OpenVPN multi instancing

2004-02-29 Thread Christian Daniel
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 open tunnels at once. Then there should be one unix-soc