Re: [Openvpn-devel] multiple OpenVPN instances on a single tun

2012-12-17 Thread Gert Doering
Hi, On Mon, Dec 17, 2012 at 06:01:11AM -0800, ehsan enayati wrote: > Thanks for your replies. I just checked OpenVPN access server > and saw that in "server network setting" and in protocol selection > you can select Multi-Daemon mode. I thinks that's what exactly I > need. Is it implemented via t

Re: [Openvpn-devel] multiple OpenVPN instances on a single tun

2012-12-17 Thread ehsan enayati
__ From: David Sommerseth To: openvpn-devel@lists.sourceforge.net Sent: Monday, December 17, 2012 12:28 PM Subject: Re: [Openvpn-devel] multiple OpenVPN instances on a single tun On 17/12/12 09:31, ehsan enayati wrote: > Hi, > I need to run multiple instances of OpenVPN server on just one tun >

Re: [Openvpn-devel] multiple OpenVPN instances on a single tun

2012-12-17 Thread Gert Doering
Hi, On Mon, Dec 17, 2012 at 02:14:33AM -0800, ehsan enayati wrote: > Thanks for your quick reply, > I'm running multiple OVPN instances on different subnets but the traffic > isn't the same on all of these instances. some of them tolerate huge amount > of traffic, hence I want to assign more tha

Re: [Openvpn-devel] multiple OpenVPN instances on a single tun

2012-12-17 Thread Gert Doering
Hi, On Mon, Dec 17, 2012 at 12:31:33AM -0800, ehsan enayati wrote: > I need to run multiple instances of OpenVPN server on just one tun device > driver (say tun0) all on same subnets. I tried editing the open_tun function > in tun.c file, first instance goes well and creates tun0 but when the se

Re: [Openvpn-devel] multiple OpenVPN instances on a single tun

2012-12-17 Thread David Sommerseth
On 17/12/12 09:31, ehsan enayati wrote: > Hi, > I need to run multiple instances of OpenVPN server on just one tun > device driver (say tun0) all on same subnets. I tried editing the > open_tun function in tun.c file, first instance goes well and creates > tun0 but when the second one comes along i