similar to: tinc for Android

Displaying 20 results from an estimated 50000 matches similar to: "tinc for Android"

2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2013 Apr 23
1
How to install Tinc in a device with Android 2.3.7?
Hi everybody, I want to install tinc in Android 2.3.7 but I can't find the tun.ko module that is needed to run tincd. I have installed the "tun.ko installer" from Play Google. I run it and when I press over the Install button, it gives me the next error: "Cannot find a compatible tun module for your device! Please try again later..." Has somebody installed
2012 Sep 23
1
Android GUI for tinc
Hello, As I was missing an Android port of tinc (thanks for this great tool!), I built one by myself. It's simply a cross-compiled version of tinc daemon (with very few changes), and a (basic) GUI application for Android to deploy and manage it. Both my changes to original tinc and the GUI are available on GitHub: - https://github.com/Vilbrekin/tinc - https://github.com/Vilbrekin/tinc_gui
2012 Nov 28
1
default gate via tinc
Hi, I have two tinc nodes which announce default gate to internet. How does tinc select which node is prefered when I route to the tinc device and not a special ip? tinc 1.0.16 ALBI...
2007 Oct 16
2
Compile tinc for fritzbox router
Hello, did anybody already compile tinc for fritzbox routers? They are very famous in Germany and i like to run tinc on my fritzbox. Otherways maybe anybody can help me how I can do this. But I'm no good programmer... ALBI...
2016 Mar 25
2
Multiple Tinc Vpns Crash
I use 3 Ubuntu server 14.04 as KVM guest. Now I run 5 tinc vpns in switch mode. I use the same key for every vpn. Every kvm has connect to the two other servers. I need 5 vpns to have 5 networks connected but seperated. 1 vpn was running fine, but now that I run 5 vpns, my kvm crashes sometimes. Especially when I stop tinc. I used tinc 1.0.26 from repo. Now I tried tinc 1.1 pre, same problem but
2010 Oct 06
2
Multicast over Tinc
Would it be extremely difficult to do multicast over tinc? How about reliable multicast over tinc? This would be more traffic than multicast dns, but not _necessarily_ a great deal more. It would be for syncing some information among freeipa domain controllers. Would the tinc nodes need to be in all in switch or maybe even hub mode? EthernetOverIP over tinc?
2007 Aug 17
1
Tinc via https proxy
Hi, is it possible to use tinc via https proxy? I mean tell tinc to connect via https proxy to my tinc server. I heared openvpn can do this. Can tinc do that the same way? ALBI...
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
Hi Maxim, I'm having the same result, though I got some more output with debug level 5; it's definitely failing to create the specified tincdev0 network device. Is there something I need to change on OS X to enable that? See: $ sudo tincd -D -c /etc/tinc/robotvpn -d tincd 1.0.26 (Nov 2 2015 06:12:50) starting, debug level 1 /dev/tap0 is a Generic BSD tap device ifconfig: interface
2016 Oct 09
4
Will tinc use cmake in the future?
I can't find a tinc work for no root android, so I try to port it to android by the right way. Auto tools does not integrate well with android studio ( cmake not too, but will work well in the future release)! 2016-10-09 22:16 GMT+08:00 Guus Sliepen <guus at tinc-vpn.org>: > On Sun, Oct 09, 2016 at 10:01:43PM +0800, Cong Monkey wrote: > >> Will tinc use cmake in the future?
2017 Feb 02
2
Compiling tinc for android.
I am trying to compile tinc on a android tablet. When i do ./configure it does not run because the shell in not /bin/sh but /data/data/com.termux/files/usr/bin/sh. $ which sh /data/data/com.termux/files/usr/bin/sh What do i have to change to make this part of the compile work ? Greetings from Amsterdam, Perry
2009 Sep 30
2
RESTART ---Help with routing between Windows
> homeClient<br> > Network Bridge: (local Area Network and TAP-Win32) 192.168.6.107 mask 255.255.255.0 gw 192.168.6.1<br> change -> mask 255.255.0.0 > Tinc.conf<br> > Name = homeClient<br> > ConnectTo = vpnoffice<br> > Mode=switch<br> Change -> Mode=router Why everybody wants switch??? Add -> TCPonly=yes > vpnoffice: Network
2016 Aug 29
3
Set Mac address
Can I set mac addres of tinc interface in router mode? If yes, how? Thanks for any help. ALBI...
2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
Hi Maxim, Not much to it: avahi-autoipd -D $INTERFACE # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up ip route add 172.20.0.0/16 dev $INTERFACE Mac OS X doesn't have "ip" by default, so I also installed the Homebrew package "iproute2mac", which provides an emulation of "ip" on top of the legacy ifconfig/route calls. The commented-out ifconfig
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
Hey all, I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having some trouble. Is anyone successfully doing this? Here's my config: $ sudo cat /etc/tinc/robotvpn/tinc.conf Name = elendur Mode = switch AddressFamily = ipv4 Interface = tincdev0 Compression = 1 ConnectTo = robot_ph_cpe22_04 And here's the invocation: $ sudo tincd -D -c /etc/tinc/robotvpn -d tincd
2016 Aug 30
2
Set Mac address
> If you're using a TAP interface (i.e. layer 2, Ethernet) combined with router mode (an unusual setup, at least on > Linux), Thanks, DeviceType = tap does the job. > operating at layer 3, therefore tinc will strip any layer 2 header (including the MAC address) before sending the packet > across the VPN. As a result, changing the MAC address of the virtual interface will have
2019 Feb 09
1
Problem with connecting another subnet
> I'm using something similar to Amazon's VPCs, where a logical group of > instances has a local subnet from the cloud provider. This local subnet > is always 10.0.0.0/24. As there are multiple VPC's, these private local > subnets dont collide. I do not know what Amazon does, and it looks like I do not want to know it :-) Am I correct? web, gateway and backup have NO
2016 Feb 26
1
Tinc 1.0.26 on Mac OS X
Ah, fantastic. With the following config I get a usable tap0: $ sudo cat /etc/tinc/robotvpn/tinc.conf Name = elendur Mode = switch AddressFamily = ipv4 Device = /dev/tap0 Compression = 1 ConnectTo = robot_ph_cpe22_04 Still need to figure out the Avahi side of things for name resolution, but thanks all! On 26 February 2016 at 11:04, Guus Sliepen <guus at tinc-vpn.org> wrote: > On Thu,
2015 Apr 06
2
Failover Subnet
Hi, is it possible to run two tinc hosts to make failover in case of crash of one tinc host? Or should I switch to tinc 1.1? ALBI...
2019 Feb 08
2
Problem with connecting another subnet
>> The setup looks like this: >> web <- tinc "tiosp" -> gateway <- tinc "tiutl" -> backup Which lan ips do all your computers have? network addess will be fine. ALBI...