Re: [Openvpn-devel] Netmask OpenVPN Server

2010-09-01 Thread Eike Lohmann
My mistake, didn't checked that you allready did my math. ;) Do you have experience with changing"#define IFCONFIG_POOL_MIN_NETBITS 16", is it realy so simple? The best way for me would be to define 2 different /16 networks on one server/instance. E.g. 172.16.0.0/16 and 10.1.0.0/16 Is it possibl

Re: [Openvpn-devel] Netmask OpenVPN Server

2010-09-01 Thread Gert Doering
Hi, On Wed, Sep 01, 2010 at 10:10:43AM +0200, Eike Lohmann wrote: > My mistake, didn't checked that you allready did my math. ;) > Do you have experience with changing"#define IFCONFIG_POOL_MIN_NETBITS > 16", is it realy so simple? I haven't tested it, but from looking at the code, it should work

Re: [Openvpn-devel] Netmask OpenVPN Server

2010-09-01 Thread Eike Lohmann
We are working with static assignments and if the 2 networks are side by side I can recompile the code and define a larger mask. Is this also working if I have 2 networks far away from each other (10.x and 192.168.x), with defining a 'all your base belong to us' netmask in the code e.g. 0.0.0.0 :)

Re: [Openvpn-devel] Netmask OpenVPN Server

2010-09-01 Thread Jan Just Keijser
Hi Eike, Eike Lohmann wrote: We are working with static assignments and if the 2 networks are side by side I can recompile the code and define a larger mask. Is this also working if I have 2 networks far away from each other (10.x and 192.168.x), with defining a 'all your base belong to us' netm

Re: [Openvpn-devel] Netmask OpenVPN Server

2010-09-01 Thread Gert Doering
Hi, On Wed, Sep 01, 2010 at 10:38:01AM +0200, Eike Lohmann wrote: > We are working with static assignments and if the 2 networks are side by > side I can recompile the code and define a larger mask. > > We don't have client-2-client and didn't use the ifconfig-pool. In that case, all this doesn'

[Openvpn-devel] Compiling OpenVPN for Windows

2010-09-01 Thread Allan Swanepoel
Hi All, I'm fairly new to building openvpn for windows (have been building on Linux since 2.0), I have a small customization that I make to the openvpn sourcecode to call external software on initialization, and would like to build a Windows build with this in. I have ZERO experience in building W

Re: [Openvpn-devel] Compiling OpenVPN for Windows

2010-09-01 Thread Gert Doering
Hi, On Wed, Sep 01, 2010 at 02:58:59PM +0200, Allan Swanepoel wrote: > Hi All, I'm fairly new to building openvpn for windows (have been > building on Linux since 2.0), > I have a small customization that I make to the openvpn sourcecode to > call external software on initialization, and would lik

Re: [Openvpn-devel] Compiling OpenVPN for Windows

2010-09-01 Thread Allan Swanepoel
On Wed, Sep 1, 2010 at 3:58 PM, Gert Doering wrote: > Hi, > > On Wed, Sep 01, 2010 at 02:58:59PM +0200, Allan Swanepoel wrote: >> Hi All, I'm fairly new to building openvpn for windows (have been >> building on Linux since 2.0), >> I have a small customization that I make to the openvpn sourcecode

Re: [Openvpn-devel] Compiling OpenVPN for Windows

2010-09-01 Thread Gert Doering
Hi, On Wed, Sep 01, 2010 at 04:21:53PM +0200, Allan Swanepoel wrote: > > If you use the pre-compiled tun/tap driver from the 2.1.3 windows > > bundle, you don't need the MS DDK/WDK, just msys+mingw and the NSIS > > installer-builder. > > Won't msys & mingw then become dependencies for running ope