Re: [Openvpn-devel] new tap device for each connection

2005-11-18 Thread Nate Nielsen
Ian Berry wrote: > I ran into this exact situation. Based on my knowledge of how OpenVPN > operates in "server mode", I figured that it would require a significant > change to allow this. As a workaround, I run OpenVPN in "inetd mode", > which forces a new openvpn process for each client and theref

Re: [Openvpn-devel] new tap device for each connection

2005-11-18 Thread Ian Berry
I ran into this exact situation. Based on my knowledge of how OpenVPN operates in "server mode", I figured that it would require a significant change to allow this. As a workaround, I run OpenVPN in "inetd mode", which forces a new openvpn process for each client and therefore a separate tap in

[Openvpn-devel] new tap device for each connection

2005-11-18 Thread Manolis Stamatogiannakis
Hi all, Does anybody know how/if I can run OpenVPN as server and have it create a new tap interface for each authenticated connection? If this is not possible, how much work would it be to implement it as a patch? Would it fit with the OpenVPN internals, or it would need major changes to fit?