[Openvpn-devel] Re: Mac OS X tap support

2004-09-11 Thread Mattias Nissler
Hi, just to say a few words myself... It would be nice if this patch and eventually the driver could be integrated into openvpn like the win32 driver. do that if you like, therefore I put it under BSD style license. However, I wrote the driver only weeks ago (it is online since August 24t

Re: [Openvpn-devel] Mac OS X tap support

2004-09-11 Thread James Yonan
On Sat, 11 Sep 2004, Waldemar Brodkorb wrote: > Hi, > > yesterday we found a new tun/tap kernel extension for Mac OS X > here: > http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ > > After some short testing and a small patch to OpenVPN > the Mac OS X client seems to work correctly via the > TAP d

Re: [Openvpn-devel] Assertion failed at crypto.c:147

2004-09-11 Thread James Yonan
I've sent a message to the poster to get more info. This assertion would happen if OpenVPN underestimated the maximum amount of cipher/HMAC overhead bytes which might be added to a packet. I've never seen it before. James On Fri, 10 Sep 2004, Alberto Gonzalez Iniesta wrote: > Hi all, > > A

[Openvpn-devel] Mac OS X tap support

2004-09-11 Thread Waldemar Brodkorb
Hi, yesterday we found a new tun/tap kernel extension for Mac OS X here: http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ After some short testing and a small patch to OpenVPN the Mac OS X client seems to work correctly via the TAP device. It would be nice if this patch and eventually the driver

Re: [Openvpn-devel] Connect several subnets with OpenVPN2.0

2004-09-11 Thread Robin G. Wenninger
Hi James, I totally overlooked this. Thank you for your help. Regards, Robin On Wed, Sep 08, 2004 at 09:16:09AM -0600, James Yonan wrote: > > > On Wed, 8 Sep 2004, Robin G. Wenninger wrote: > > > Hi list, > > > > I have a kind of "problem" here. > > > > I thought about connecting s

Re: [Openvpn-devel] CVS repository for version 2 - but where?

2004-09-11 Thread Matthias Andree
On Fri, 10 Sep 2004, Thomas Glanzmann wrote: > I am unable to find the CVS repository to the upcomming 2.0 version. Thomas, the CVS respository is the same as for version 1, but you'll need to check out the BETA20 branch, i. e. run: "cvs update -rBETA20" (or pass -rBETA20 to cvs checkout). HTH,