Android GUI for tinc

Rob Townley rob.townley at gmail.com
Sat Dec 1 22:50:51 CET 2012


FYI,

AirDroid app allows you to copy files over your LAN using your desktop PC.

Do not remember at the moment if permissions can be changed from AirDroid.
On Nov 30, 2012 6:38 PM, "albi" <albi at life.de> wrote:

> Am 01.12.2012 00:18, schrieb Vil Brekin:
> > # Use sh to execute all configuration scripts
> > ScriptsInterpreter = /system/bin/sh
>
> Was the same problem.
>
> I moved tinc folder now to /data/tinc and made /data rx for world. Then
> i changed permissions to 775.
> After some debugging with sshdroid and ssh connection to phone it works
> now fine, even with default gate via tinc vpn.
> Thanks for the help!
>
>
> Here the config for all who want to do the same:
>
> tinc.conf:
> Name = skate
> ConnectTo = vps10
> Device = /dev/tun
>
>
> tinc-up:
> #!/system/bin/sh
> ifconfig $INTERFACE 10.11.12.13 netmask 255.255.255.0
>
> # from here only for default gate via tinc
> ORIGINAL_GATEWAY=`ip route show | grep ^default | cut -d ' ' -f 2-5`
> VPN_GATEWAY=1.2.3.4
> ip route add $VPN_GATEWAY $ORIGINAL_GATEWAY
> ip route add 0.0.0.0/1    dev $INTERFACE
> ip route add 128.0.0.0/1  dev $INTERFACE
>
>
> Have fun!
>
>
> ALBI...
>
> _______________________________________________
> tinc mailing list
> tinc at tinc-vpn.org
> http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20121201/5f84888b/attachment.html>


More information about the tinc mailing list