Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Brian Austin
Subject: Re: [Openvpn-users] Different Subnet Thanks for your answers, That's what I did, my plugin on client connect generate a client config file telling him his IP adresses, and my plugin is handeling the pool. But I still need to work on it.  Althought I think that this feature would be a

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Marine B
>We're not actually in need of features that would be great to have :-) - >what we need more is people to actually write all the code, test it, >maintain it, etc... >gert That I can understand as so many people are using OpenVPN >How about running two servers on different ports and give clints

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Gert Doering
Hi, On Tue, Jul 15, 2014 at 12:02:20PM +0200, Marine B wrote: > Althought I think that this feature would be awsome !! We're not actually in need of features that would be great to have :-) - what we need more is people to actually write all the code, test it, maintain it, etc... gert -- USE

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Marine B
Thanks for your answers, That's what I did, my plugin on client connect generate a client config file telling him his IP adresses, and my plugin is handeling the pool. But I still need to work on it. Althought I think that this feature would be awsome !! 2014-07-15 11:57 GMT+02:00 David Sommers

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/07/14 11:49, Marine B wrote: > I thought about using a custom plugin which will do the trick, but > I'm far from being really good in C, and I need it soon. - --client-connect is a script hook. See the "SCRIPTING AND ENVIRONMENTAL VARIABLES" se

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Gert Doering
Hi, On Tue, Jul 15, 2014 at 11:49:17AM +0200, Marine B wrote: > I thought about using a custom plugin which will do the trick, but I'm far > from being really good in C, and I need it soon. Plugin or client-connect-script doesn't make a difference. Both can do about the same thing: generate conf

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Marine B
I thought about using a custom plugin which will do the trick, but I'm far from being really good in C, and I need it soon. Thanks for your answers 2014-07-15 11:43 GMT+02:00 Gert Doering : > Hi, > > On Tue, Jul 15, 2014 at 11:34:17AM +0200, Marine B wrote: > > What I wanted to do is on client c

Re: [Openvpn-users] Different Subnet

2014-07-15 Thread Gert Doering
Hi, On Tue, Jul 15, 2014 at 11:34:17AM +0200, Marine B wrote: > What I wanted to do is on client connect to create the file for his > configuration, and tell him to ask for an IP in this subnet. You can assign different IP-Adresses from client-connect, but you need to do the pool handling yoursel

[Openvpn-users] Different Subnet

2014-07-15 Thread Marine B
Good Morning, There is something I was wondering if it was possible to do with OpenVPN. I want user to have different subnet based on specific criteria (lets say that they belong to a group): for all user that belong to the group A I want them to have the subnet 10.0.0.0/24 for all user that bel