search for: tunemu

Displaying 8 results from an estimated 8 matches for "tunemu".

Did you mean: tuned
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
...test "x$enable_vde" = "xyes"], + [ AC_CHECK_HEADERS(libvdeplug_dyn.h, [], [AC_MSG_ERROR([VDE plug header files not found.]); break]) + AC_DEFINE(ENABLE_VDE, 1, [Support for VDE]) + vde=true + ], + [vde=false]) + ], + [vde=false] ) AC_ARG_ENABLE(tunemu, - AS_HELP_STRING([--enable-tunemu], [enable support for the tunemu driver]), - [ AC_DEFINE(ENABLE_TUNEMU, 1, [Support for tunemu]) - tunemu=true - ] + AS_HELP_STRING([--disable-tunemu], [enable support for the tunemu driver]), + [ AS_IF([test "x$enable_tunemu" = "xyes"]...
2009 Sep 09
3
tinc for iphone & ipod touch
Hello, I've managed to create a tinc build for IPhone and IPod touch. Since the device does not support TUN interface, TUNEMU was used: http://code.gerade.org/tunemu/ Please find the patch in the attachment (to be used with tinc-1.0.9). The patch does the following: - updates src/Makefile.in & src/Makefile.am so required libraries are attached and tunemu.c is compiled - updates src/process.c and src/process.h (appare...
2013 Apr 25
1
Install Tinc in iPhone / iPad.
Hi everybody, I have seen in some sites that Tinc can be downloaded and installed from Cydia, but I have tried and it not appear in Cydia. Knows somebody if I need add a special repo to Cydia to download and install tunemu and tinc? Do I need download both sources and compile them? Or do I have another way to install both packages? Best resgards, Rams?s -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20130426/b047fb17/attachme...
2013 Mar 03
2
[Announcement] Tinc version 1.0.20 released
...mode. * Minor improvements and clarifications in the documentation. * Allow tinc to be cross-compiled with Android's NDK. * The discovered PMTU is now also applied to VLAN tagged traffic. * The LocalDiscovery option now makes use of all addresses tinc is bound to. * Fixed support for tunemu on iOS devices. * The PriorityInheritance option now also works with switch mode. * Fixed tinc crashing when using a SOCKS5 proxy. Thanks to Mesar Hameed, Vilbrekin and Martin Sch?rrer for their contributions to this version of tinc. This version of tinc is compatible with 1.0pre8, 1.0 and la...
2013 Mar 03
2
[Announcement] Tinc version 1.0.20 released
...mode. * Minor improvements and clarifications in the documentation. * Allow tinc to be cross-compiled with Android's NDK. * The discovered PMTU is now also applied to VLAN tagged traffic. * The LocalDiscovery option now makes use of all addresses tinc is bound to. * Fixed support for tunemu on iOS devices. * The PriorityInheritance option now also works with switch mode. * Fixed tinc crashing when using a SOCKS5 proxy. Thanks to Mesar Hameed, Vilbrekin and Martin Sch?rrer for their contributions to this version of tinc. This version of tinc is compatible with 1.0pre8, 1.0 and la...
2012 Jul 23
2
Mobile Device Options
Hello, I'm looking to use tinc. What are my options for connecting from a mobile device, e.g. iPhone/iPad or a droid? Is there any backwards compatibility with IPSec or PPTP or anything? Or would it be possible to implement a solution where a pptp vpn is bridged to the tinc vpn so clients can 'see' other clients on either network? Thanks, Adam
2013 Jan 20
0
[Announcement] Tinc version 1.1pre5 released
With pleasure we announce the release of tinc version 1.1pre5. Here is a summary of the changes: * Fixed long delays and possible hangs on Windows. * Fixed support for the tunemu device on iOS, the UML and VDE devices. * Small improvements to the documentation and error messages. * Fixed broadcast packets not reaching the whole VPN. * Tincctl now connects via a UNIX socket to the tincd on platforms that support this. * The PriorityInheritance option now also work...
2013 Jan 20
0
[Announcement] Tinc version 1.1pre5 released
With pleasure we announce the release of tinc version 1.1pre5. Here is a summary of the changes: * Fixed long delays and possible hangs on Windows. * Fixed support for the tunemu device on iOS, the UML and VDE devices. * Small improvements to the documentation and error messages. * Fixed broadcast packets not reaching the whole VPN. * Tincctl now connects via a UNIX socket to the tincd on platforms that support this. * The PriorityInheritance option now also work...