Re: [Openvpn-devel] Multiple VPN connections on the same port

2002-07-23 Thread Sampo Nurmentaus
Hello James and Michael, I have been busy writing a forking server addon to openvpn. In openvpn.c I have separated the processing of parameters from main() to a new function and moved main to another file to allow me to link against different main() functions. One that implements normal peer2pee

Re: [Openvpn-devel] Multiple VPN connections on the same port

2002-07-23 Thread James Yonan
Hi Sampo, > I have been busy writing a forking server > addon to openvpn. Cool... Does each potential connecting client need a separate config file, or does the server use a common client template and then keep track of things like dynamic ports, dynamic endpoint addresses, etc? > In openvpn.c I

Re: [Openvpn-devel] Multiple VPN connections on the same port

2002-07-23 Thread Sampo Nurmentaus
hi, > Hi Sampo, > > > I have been busy writing a forking server > > addon to openvpn. > > Cool... Does each potential connecting client need a separate config file, > or does the server use a common client template and then keep track of > things like dynamic ports, dynamic endpoint addresses, etc

Re: [Openvpn-devel] Multiple VPN connections on the same port

2002-07-23 Thread James Yonan
> > Hi Sampo, > > > > > I have been busy writing a forking server > > > addon to openvpn. Will forking server only work for TLS mode? > > > > Cool... Does each potential connecting client need a separate config file, > > or does the server use a common client template and then keep track of > > t