<div dir="ltr">Hi there,<div><br></div><div>I've finally had a deeper look and found the Lollipop routing issues root cause: Lollipop uses several routing tables instead of the default one for previous Android versions. The main routing table is used with lowest priority per default:</div><div><br></div><div><div>root@hammerhead:/ # ip rule show</div><div>0:      from all lookup local</div><div>10000:  from all fwmark 0xc0000/0xd0000 lookup legacy_system</div><div>13000:  from all fwmark 0x10063/0x1ffff lookup local_network</div><div>13000:  from all fwmark 0x10064/0x1ffff lookup wlan0</div><div>14000:  from all oif wlan0 lookup wlan0</div><div>15000:  from all fwmark 0x0/0x10000 lookup legacy_system</div><div>16000:  from all fwmark 0x0/0x10000 lookup legacy_network</div><div>17000:  from all fwmark 0x0/0x10000 lookup local_network</div><div>19000:  from all fwmark 0x64/0x1ffff lookup wlan0</div><div>22000:  from all fwmark 0x0/0xffff lookup wlan0</div><div>23000:  from all fwmark 0x0/0xffff uidrange 0-0 lookup main</div><div>32000:  from all unreachable</div><div><br></div><div>root@hammerhead:/ # ip route show</div><div># As in your example, there's no default route here</div><div><a href="http://192.168.0.0/24">192.168.0.0/24</a> dev wlan0  proto kernel  scope link  src 192.168.0.42</div><div><br></div><div>root@hammerhead:/ # ip route show table wlan0</div><div>#But here you find it in the wlan0 table</div><div>default via 192.168.0.253 dev wlan0  proto static</div><div><a href="http://192.168.0.0/24">192.168.0.0/24</a> dev wlan0  proto static  scope link</div></div><div><br></div><div><br></div><div>The useful routing table depends on your network conenctivity (wlan0 on wifi, rmnet0 on 3G in my case), and thus the simplest solution is to put tinc's routing in a new table with higher priority:</div><div><br></div><div><div># Use new routing table 100, to have higher priority than lollipop's ones</div><div>ip rule add prio 100 from all lookup 100</div><div>ip route add table 100 $REMOTEADDRESS $ORIGINAL_GATEWAY </div><div>ip route add table 100 $VPN_GATEWAY dev $INTERFACE </div></div><div><br></div><div><br></div><div>I've updated the examples from Tinc GUI's documentation accordingly: <a href="http://tinc_gui.poirsouille.org/">http://tinc_gui.poirsouille.org/</a></div><div><br></div><div>Hope this helps,</div><div>V</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-27 15:38 GMT+01:00 Andrea Squeri <span dir="ltr"><<a href="mailto:andrea.squeri@gmail.com" target="_blank">andrea.squeri@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div style="font-family:Helvetica;font-size:13px">I switch to lollipop 4 months ago and I never had issue. So for my opinion it is ready for daily use.<div>Before try tinc I had my vpn implemented with openvpn, and it works great on lollipop. I switch to tinc because i prefer a mash vpn topology versus a client/server topology. </div></div><span class="im HOEnZb">
                <div><div><br></div><div>-- </div><div>Andrea Squeri</div><div>Inviato con <a href="http://www.sparrowmailapp.com/?sig" target="_blank">Sparrow</a></div><div><br></div></div>
                 
                </span><div class="HOEnZb"><div class="h5"><p style="color:#a0a0a8">Il giorno venerdì 27 marzo 2015, alle ore 11:57, Alexander Ypema ha scritto:  </p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
                    <span><div><div><div dir="ltr">I think it's more of a routing issue than anything explicitly blocking it, they use a new 'ip rule list' and per user settings that aren't well documented yet either, but where exactly to point I don't know. I haven't messed with android 5 much yet, it seems not ready enough yet for daily use, there isn't a single snapshot in the cyanogenmod repos, for example. So maybe it's worth to just stick with Android 4 for now?</div><div><br clear="all"><div><div>Met vriendelijke groet / Kind regards,<br>Alexander Ypema</div></div>
<br><div>On 27 March 2015 at 08:16, Andrea Squeri <span dir="ltr"><<a href="mailto:andrea.squeri@gmail.com" target="_blank">andrea.squeri@gmail.com</a>></span> wrote:<br><blockquote type="cite"><div><p dir="ltr">I don't know.. It seems that anyone had try to made work tinc with lollipop. Even  googoling i don't found anything about this argoument. </p>
<p dir="ltr">Andrea Squeri</p>
<div>Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <<a href="mailto:ishitatsuyuki@gmail.com" target="_blank">ishitatsuyuki@gmail.com</a>> ha scritto:<div><div><br type="attribution"><blockquote type="cite"><div><p dir="ltr">SELinux is considered as the biggest problem.</p>
<br><div>On Thu, Mar 26, 2015, 22:37 Andrea Squeri <<a href="mailto:andrea.squeri@gmail.com" target="_blank">andrea.squeri@gmail.com</a>> wrote:<br><blockquote type="cite"><div><p dir="ltr">Yes. The problem  is lollipop. I tried to install  tinc on my brother's device which mount a cyano 10.1( android 4.2.2) and  it works.<br>
I don't understand which is the problem  with lollipop. Is there a firewall that block the packets? </p>
<p dir="ltr">Andrea Squeri</p>
<div style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>If you are running Lollipop / Android 5.x on your Nexus 5, then you are probably seeing the same issue I was with it. lollipop seems to change networking quite a bit in that it's using iptables / and `ip rule list` extensively for per-user settings.<br></div>I think <a href="http://www.linux.org/threads/debugging-nat-prerouting-issues-iptables.7136/" target="_blank">http://www.linux.org/threads/debugging-nat-prerouting-issues-iptables.7136/</a>   is relevant if you see running in to the same issue, it's confusing quite a lot of folks. I was unable to get tinc-gui (or even tincd manually and tinkering via adb shell) to work so I've downgraded my S5 to a 4.4.2 rom.  I'm not sure if coming up with a fancy tinc-up is the solution or someone with the ability to get tinc compatible with the official Android VPN API that a lot of the openvpn apps are using now.<br></div>You might be able to draw some inspiration from <a href="https://github.com/offensive-security/kali-nethunter/blob/master/utils/manna/start-nat-full-lollipop.sh" target="_blank">https://github.com/offensive-security/kali-nethunter/blob/master/utils/manna/start-nat-full-lollipop.sh</a> but I haven't tried it since I've been back on 4.4.2.<br></div><div><br><div>On Wed, Mar 25, 2015 at 5:15 AM, Andrea Squeri <span dir="ltr"><<a href="mailto:andrea.squeri@gmail.com" target="_blank">andrea.squeri@gmail.com</a>></span> wrote:<br><blockquote type="cite"><div>
                <div>
                    Hi, First sorry for my bad English.
                </div><div>I made a vpn wtih tinc for link my home and my two office. In Addition I want to configure my android device to link with my vpn.</div><div>The topology of the net is this:</div><div><br></div><div>cubox(a linux machine in my home with vpn address 192.168.0.20)</div><div>groppalbero (a linux machine in my second office with vpn address 192.168.0.40)</div><div>imac(a mac machine in my first office with vpn address 192.168.0.50)</div><div>nexus5(my android device with vpn address 192.168.0.80)</div><div><br></div><div>I have configurate all machine and now they all works except the android device.</div><div>On this I use “Tinc Gui” app for configure it. When I start the tinc daemon it connect to the configured host and the tun0 interface in created and configured, but i can ping with any hosts</div><div>and any host can ping my android device. the result of ping IS NOT a network unavailable response. In fact it block un operation and from the tinc gui log I can see that the packet are received by my android device.</div><div>I suspect that can be a problem for the route but I can’t understand which the problem is.</div><div><br></div><div>For information paste the configuration from cubic and android device:</div><div><br></div><div>CUBOX :</div><div>--------------------------------------------------------------------------------------------------------</div><div>andre@cubox vpnalma]$ cat tinc.conf</div><div><div># Sample tinc configuration file</div><div><br></div><div># This is a comment.</div><div># Spaces and tabs are eliminated.</div><div># The = sign isn't strictly necessary any longer, though you may want</div><div># to leave it in as it improves readability :)</div><div># Variable names are treated case insensitive.</div><div><br></div><div># The name of this tinc host. Required.</div><div>Name = cubox</div><div><br></div><div># The internet host to connect with.</div><div># Comment these out to make yourself a listen-only connection</div><div># You must use the name of another tinc host.</div><div># May be used multiple times for redundance.</div><div>#ConnectTo = vaio</div><div>#ConnectTo = groppalbero</div><div>#ConnectTo = imac</div><div>#ConnectTo = servermarcy</div><div><br></div><div># The tap device tinc will use.</div><div># Default is /dev/tap0 for ethertap or FreeBSD,</div><div># /dev/tun0 for Solaris and OpenBSD,</div><div># and /dev/net/tun for Linux tun/tap device.</div><div>Device = /dev/net/tun</div><div>[andre@cubox vpnalma]$ cat tinc-up</div><div>#!/bin/sh</div><div># This file sets up the tap device.</div><div># It gives you the freedom to do anything you want with it.</div><div># Use the correct name for the tap device:</div><div># The environment variable $INTERFACE is set to the right name</div><div># on most platforms, but if it doesn't work try to set it manually.</div><div><br></div><div># Give it the right ip and netmask. Remember, the subnet of the</div><div># tap device must be larger than that of the individual Subnets</div><div># as defined in the host configuration file!</div><div>ifconfig $INTERFACE 192.168.0.20 netmask 255.255.255.0</div><div>#ip link set $INTERFACE up</div><div>#ip addr add  <a href="http://192.168.0.20/32" target="_blank">192.168.0.20/32</a> dev $INTERFACE</div><div>#ip route add <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a> dev $INTERFACE</div><div>[andre@cubox vpnalma]$ cat hosts/cubox</div><div>#iample host configuration file</div><div># This file was generated by host beta.</div><div><br></div><div># The real IP address of this tinc host. Can be used by other tinc hosts.</div><div>Address = 10.0.0.7</div><div>Address = <a href="http://almaliberty.duckdns.org" target="_blank">almaliberty.duckdns.org</a></div><div># Portnumber for incoming connections. Default is 655.</div><div>Port = 655</div><div><br></div><div># Subnet on the virtual private network that is local for this host.</div><div>Subnet = <a href="http://192.168.0.20/32" target="_blank">192.168.0.20/32</a></div><div>————————————————————————————————————————————————————</div><div>The network is so configurated:</div><div>——————————————————————————————————————————————————————————————————————————————</div><div><br></div></div>
                <div><div><div>[andre@cubox vpnalma]$ ifconfig</div><div>eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500</div><div>        inet 10.0.0.7  netmask 255.255.255.0  broadcast 10.0.0.255</div><div>        inet6 fe80::d263:b4ff:fe00:6a6b  prefixlen 64  scopeid 0x20<link></div><div>        ether d0:63:b4:00:6a:6b  txqueuelen 1000  (Ethernet)</div><div>        RX packets 63975281  bytes 142504956 (135.9 MiB)</div><div>        RX errors 0  dropped 2  overruns 0  frame 0</div><div>        TX packets 35826176  bytes 2648965717 (2.4 GiB)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536</div><div>        inet 127.0.0.1  netmask 255.0.0.0</div><div>        inet6 ::1  prefixlen 128  scopeid 0x10<host></div><div>        loop  txqueuelen 0  (Local Loopback)</div><div>        RX packets 167609  bytes 76370891 (72.8 MiB)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 167609  bytes 76370891 (72.8 MiB)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>vpnalma: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500</div><div>        inet 192.168.0.20  netmask 255.255.255.0  destination 192.168.0.20</div><div>        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 500  (UNSPEC)</div><div>        RX packets 8876  bytes 1765584 (1.6 MiB)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 5939  bytes 2394177 (2.2 MiB)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>[andre@cubox vpnalma]$ route</div><div>Kernel IP routing table</div><div>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface</div><div>default         <a href="http://router.asus.com" target="_blank">router.asus.com</a> 0.0.0.0         UG    1024   0        0 eth0</div><div>10.0.0.0        *               255.255.255.0   U     0      0        0 eth0</div><div><a href="http://router.asus.com" target="_blank">router.asus.com</a> *               255.255.255.255 UH    1024   0        0 eth0</div><div>192.168.0.0     *               255.255.255.0   U     0      0        0 vpnalma</div><div>[andre@cubox vpnalma]$</div></div><div><br></div><div>——————————————————————————————————————————————————————————————————</div><div><br></div><div>ON THE ANDROIDE DEVICE SIDE I HAVE THIS CONFG:</div><div><br></div><div><br></div><div><p dir="ltr">u0_a167@hammerhead:/ $ su<br>root@hammerhead:/ # cd sdcard/tinc/vpnalma<br>at tinc.conf                                              <<br># Sample tinc configuration file</p><p dir="ltr"># This is a comment.<br># Spaces and tabs are eliminated.<br># The = sign isn't strictly necessary any longer, though you may want<br># to leave it in as it improves readability :)<br># Variable names are treated case insensitive.</p><p dir="ltr"># The name of this tinc host. Required.<br>Name = nexus5</p><p dir="ltr"># The internet host to connect with.<br># Comment these out to make yourself a listen-only connection<br># You must use the name of another tinc host.<br># May be used multiple times for redundance.<br>ConnectTo = cubox<br>ConnectTo = groppalbero<br>ConnectTo = imac<br># The tap device tinc will use.<br># Default is /dev/tap0 for ethertap or FreeBSD,<br># /dev/tun0 for Solaris and OpenBSD,<br># and /dev/net/tun for Linux tun/tap device.<br>#Mode = switch<br>Device = /dev/tun<br>#DeviceType = tap<br>#Interface = tap0<br>#echo 1 > /proc/sys/net/ipv4/conf/$INTERFACE/rp_filter<br>ScriptsInterpreter = /system/bin/sh<br>root@hammerhead:/sdcard/tinc/vpnalma # cat tinc-up<br>#!/bin/sh<br># This file sets up the tap device.<br># It gives you the freedom to do anything you want with it.<br># Use the correct name for the tap device:<br># The environment variable $INTERFACE is set to the right name<br># on most platforms, but if it doesn't work try to set it manually.</p><p dir="ltr"># Give it the right ip and netmask. Remember, the subnet of the<br># tap device must be larger than that of the individual Subnets<br># as defined in the host configuration file!<br>ifconfig $INTERFACE 192.168.0.80 netmask 255.255.255.0<br>#echo 1 > /proc/sys/net/ipv4/conf/$INTERFACE/rp_filter<br>#ip link set $INTERFACE up<br>#ip addr add  <a href="http://192.168.0.80/24" style="color:rgb(0,106,227)" target="_blank">192.168.0.80/24</a> dev $INTERFACE<br>#ip route add <a href="http://192.168.0.0/24" style="color:rgb(0,106,227)" target="_blank">192.168.0.0/24</a> dev $INTERFACE<br>root@hammerhead:/sdcard/tinc/vpnalma # hosts/nexus5<br>sh: hosts/nexus5: can't execute: Permission denied<br>at hosts/nexus5                                           <<br># Sample host configuration file</p><p dir="ltr"># The real IP address of this tinc host. Can be used by other tinc hosts.</p><p dir="ltr"># Portnumber for incoming connections. Default is 655.<br>#Port = 655</p><p dir="ltr"># Subnet on the virtual private network that is local for this host.<br>Subnet = <a href="http://192.168.0.80/32" style="color:rgb(0,106,227)" target="_blank">192.168.0.80/32</a></p><p dir="ltr">-----BEGIN RSA PUBLIC KEY-----<br><br>-----END RSA PUBLIC KEY-----</p><p dir="ltr">root@hammerhead:/sdcard/tinc/vpnalma # ip addr<br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN<br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8" style="color:rgb(0,106,227)" target="_blank">127.0.0.1/8</a> scope host lo<br>    inet6 ::1/128 scope host<br>       valid_lft forever preferred_lft forever<br>2: rmnet0: <UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000<br>    link/[530]<br>    inet <a href="http://10.183.70.124/29" style="color:rgb(0,106,227)" target="_blank">10.183.70.124/29</a> scope global rmnet0<br>    inet6 fe80::7561:c093:ea26:5781/64 scope link<br>       valid_lft forever preferred_lft forever<br>3: rmnet1: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>4: rmnet2: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>5: rmnet3: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>6: rmnet4: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>7: rmnet5: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>8: rmnet6: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>9: rmnet7: <> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/[530]<br>10: rev_rmnet0: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether a2:f5:64:5f:9d:05 brd ff:ff:ff:ff:ff:ff<br>11: rev_rmnet1: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether ea:f8:93:71:83:a1 brd ff:ff:ff:ff:ff:ff<br>12: rev_rmnet2: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether 2a:84:3a:f5:3b:f0 brd ff:ff:ff:ff:ff:ff<br>13: rev_rmnet3: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether 4a:d5:f8:77:cb:80 brd ff:ff:ff:ff:ff:ff<br>14: rev_rmnet4: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether 16:db:e7:e3:f4:39 brd ff:ff:ff:ff:ff:ff<br>15: rev_rmnet5: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether 46:3a:94:70:f0:5f brd ff:ff:ff:ff:ff:ff<br>16: rev_rmnet6: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether 62:2c:a9:03:e9:4d brd ff:ff:ff:ff:ff:ff<br>17: rev_rmnet7: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether f6:8e:08:a1:aa:10 brd ff:ff:ff:ff:ff:ff<br>18: rev_rmnet8: <BROADCAST,MULTICAST> mtu 2000 qdisc noop state DOWN qlen 1000<br>    link/ether 72:92:60:5c:e6:7c brd ff:ff:ff:ff:ff:ff<br>19: sit0: <NOARP> mtu 1480 qdisc noop state DOWN<br>    link/sit 0.0.0.0 brd 0.0.0.0<br>20: p2p0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000<br>    link/ether 8e:3a:e3:18:bb:55 brd ff:ff:ff:ff:ff:ff<br>21: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000<br>    link/ether 8c:3a:e3:18:bb:55 brd ff:ff:ff:ff:ff:ff<br>23: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500<br>    link/none<br>    inet <a href="http://192.168.0.80/24" style="color:rgb(0,106,227)" target="_blank">192.168.0.80/24</a> scope global tun0</p><p dir="ltr"><br>root@hammerhead:/sdcard/tinc/vpnalma # ip route<br><a href="http://10.183.70.120/29" style="color:rgb(0,106,227)" target="_blank">10.183.70.120/29</a> dev rmnet0  proto kernel  scope link  src 10.183.70.124<br>10.206.56.132 via 10.183.70.125 dev rmnet0  src 10.183.70.124<br>10.207.43.46 via 10.183.70.125 dev rmnet0  src 10.183.70.124<br><a href="http://192.168.0.0/24" style="color:rgb(0,106,227)" target="_blank">192.168.0.0/24</a> dev tun0  proto kernel  scope link  src 192.168.0.80</p><p dir="ltr"><br>root@hammerhead:/sdcard/tinc/vpnalma # ping 192.168.0.20<br>PING 192.168.0.20 (192.168.0.20) 56(84) bytes of data.<br>^C<br>--- 192.168.0.20 ping statistics ---<br>10 packets transmitted, 0 received, 100% packet loss, time 9003ms</p><p dir="ltr">1|root@hammerhead:/sdcard/tinc/vpnalma #</p><p dir="ltr">————————————————————————————————————————————————————————————————————————————————</p><p dir="ltr">From the tinc gui log that I can’t copy and paste , I see that the device in connected to cubic but i can’t ping with it.</p></div><span><font color="#888888"><div>-- </div><div>Andrea Squeri</div><div>Inviato con <a href="http://www.sparrowmailapp.com/?sig" target="_blank">Sparrow</a></div><div><br></div></font></span></div>
            <br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></div></blockquote></div><br></div>
<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></div>
______________________________<u></u>_________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-<u></u>bin/mailman/listinfo/tinc</a><br>
</div></blockquote></div>
<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></div></blockquote></div></div></div>
<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></div></blockquote></div><br></div>
</div><div><div>_______________________________________________</div><div>tinc mailing list</div><div><a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a></div><div><a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>
            </div></div><br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div>