Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Arne Schwabe
>> I would like you to try to do so using libtool... >> >> Just replace: >> --- >> sbin_PROGRAMS = openvpn >> openvpn_SOURCES = >> --- >> with: >> --- >> lib_LTLIBRARIES = openvpn.la >> openvpn_la_SOURCES = ... >> openvpn_la_LDFLAGS = \ >>-module -shared -avoid-version -no-undefined >>

Re: [Openvpn-devel] OpenVPN in the Hypervisor

2012-05-11 Thread Tom Kent
A little help please. I just accidently deleted the wiki from my server. If anyone still has that page open in their web browse, please copy-paste the text and e-mail it to me. On Fri, May 11, 2012 at 4:29 PM, Tom Kent wrote: > Thanks for making that clear, it worked

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Arne Schwabe
Am 11.05.12 20:56, schrieb Gert Doering: > Changing the build environment to build a shared library out of openvpn > is something I do not fully understand yet, though - and don't view > a particular useful goal right now. The shared library is not used as real shared library. I build libopenvpn

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Alon Bar-Lev
On Sat, May 12, 2012 at 12:56 AM, Alon Bar-Lev wrote: > On Sat, May 12, 2012 at 12:52 AM, Arne Schwabe > wrote: >> Am 11.05.12 20:56, schrieb Gert Doering: >>> Changing the build environment to build a shared library out of openvpn >>> is

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Alon Bar-Lev
On Sat, May 12, 2012 at 12:52 AM, Arne Schwabe wrote: > Am 11.05.12 20:56, schrieb Gert Doering: >> Changing the build environment to build a shared library out of openvpn >> is something I do not fully understand yet, though - and don't view >> a particular useful goal

Re: [Openvpn-devel] OpenVPN in the Hypervisor

2012-05-11 Thread Tom Kent
Thanks for making that clear, it worked great...not sure why I was confused about it in the other message. I was able to get everything up and running. I've documented my adventures here: http://teeks99.com/sys/doku.php?id=openvpn_vm_segregated_net Thanks for all the input, Tom On Fri, May 11,

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Gert Doering
Hi, On Fri, May 11, 2012 at 12:07:40AM +0200, Arne Schwabe wrote: > * Openvpn for Android is the first platform which does allow non CIDR > routes (I think). In my port I print a warning in the GUI if I encounter > something stupid like 10.0.0.0 netmask 255.0.255.0. The same goes the > netmask of

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Alon Bar-Lev
On Fri, May 11, 2012 at 3:28 PM, Fabian Knittel wrote: > Hi Alon, > > 2012/5/11 Alon Bar-Lev : >> On Fri, May 11, 2012 at 12:11 AM, Fabian Knittel >> wrote: >>> The main undecided points regarding the interface side of

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Gert Doering
Hi, On Thu, May 10, 2012 at 03:42:53PM +0300, Samuli Seppänen wrote: > Speaking of Windows Phone 7 and iPhone/iPad afaik[1] their > respective application stores prohibit apps with reciprocal licenses > (e.g. GPLv2). Is there any way to work around this arbitrary limitations > without a

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Gert Doering
Hi, On Thu, May 10, 2012 at 09:00:05AM +0200, Adriaan de Jong wrote: > That would be another option. In the model we were using (which might be > different), the order is as follows: > > 1. openvpn is started > 2. openvpn opens a socket to the remote host > 2. openvpn establishes the control

Re: [Openvpn-devel] First partially-working snapshot build for Windows now available

2012-05-11 Thread Alon Bar-Lev
BTW: You should also publish the tap-windows installer and zip. Make sure that you use the TAP_WINDOWS_URL environment to embed your built tap-windows and not the github.com project download. In future when we release signed tap-windows installer, it will be just any 3rd party dependency. On Fri,

Re: [Openvpn-devel] Some openvpn-build issues

2012-05-11 Thread Alon Bar-Lev
On Fri, May 11, 2012 at 6:37 PM, Samuli Seppänen wrote: > Hi (Alon), > > Just a quick overview of the build issues I ran into while building with > > $ cd openvpn-build/windows-nsis > $ ./build-snapshot > > First, the build_openvpn_gui() fails with > > i686-w64-mingw32-gcc

[Openvpn-devel] Some openvpn-build issues

2012-05-11 Thread Samuli Seppänen
Hi (Alon), Just a quick overview of the build issues I ran into while building with $ cd openvpn-build/windows-nsis $ ./build-snapshot First, the build_openvpn_gui() fails with i686-w64-mingw32-gcc -std=gnu99 -municode -pedantic -Wall -Wextra -mwindows -o openvpn-gui.exe main.o openvpn.o

Re: [Openvpn-devel] First partially-working snapshot build for Windows now available

2012-05-11 Thread Alon Bar-Lev
Hello Samuli, This is great! I don't have any issue with building the openvpn-gui... can you please send me what wrong with that? I use that[1] patched one that should be downloaded during build process. Alon. [1] https://github.com/alonbl/openvpn-gui/downloads On Fri, May 11, 2012 at 6:26 PM,

[Openvpn-devel] First partially-working snapshot build for Windows now available

2012-05-11 Thread Samuli Seppänen
Hi all, I finally managed to generate fairly crude OpenVPN Windows installers using Alon's new openvpn-build buildsystem. Due to a build issue "openvpn-gui" is not included, and the tap-driver is seems to be unsigned. Regardless, here are the results nevertheless:

Re: [Openvpn-devel] Some issues with openvpn-build/windows-nsis

2012-05-11 Thread Samuli Seppänen
Il 10.05.2012 18:18, Alon Bar-Lev ha scritto: > On Thu, May 10, 2012 at 3:53 PM, Samuli Seppänen wrote: >>> On Thu, May 10, 2012 at 3:11 PM, Samuli Seppänen wrote: Hi, I tried to generate a Windows installer on Ubuntu 11.10 amd64, but ran

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Fabian Knittel
Hi Alon, 2012/5/11 Alon Bar-Lev : > On Fri, May 11, 2012 at 12:11 AM, Fabian Knittel > wrote: >> The main undecided points regarding the interface side of things appear to >> be: >> * How to pass the fds back and forth: Special-case the

Re: [Openvpn-devel] OpenVPN in the Hypervisor

2012-05-11 Thread Gert Doering
Hi, On Thu, May 10, 2012 at 08:45:04PM -0400, Tom Kent wrote: > The other thing I tried was to have openvpn up and running, then to attach > the VM to the tap0 device that it created...that ended with this error: > libvirtError: internal error Failed to add tap interface to bridge. tap0 is > not

Re: [Openvpn-devel] [PATCH] Openvpn for Android 4.0 Changeset

2012-05-11 Thread Alon Bar-Lev
On Fri, May 11, 2012 at 12:11 AM, Fabian Knittel wrote: > Hi, > > 2012/5/10 David Sommerseth : >> On 10/05/12 16:50, Alon Bar-Lev wrote: >>> Why? plugin is adding a custom logic, and you need custom logic. As >>> I wrote it does not imply

Re: [Openvpn-devel] OpenVPN in the Hypervisor

2012-05-11 Thread Tom Kent
Hmm, that wasn't very successful. I guess I'm not sure what you mean when you say to have open vpn use the tap interface right away. My VM has a couple tap (I assume) interfaces vibr0 vibr1 (I can make more), which say "br" in the name, but aren't actually bridged to anything physical, they are