User Tools

Site Tools


info:tinc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
info:tinc [2019/03/25 15:08] – [Problems] hartmutinfo:tinc [2019/03/25 19:18] (current) – [Tinc] hartmut
Line 3: Line 3:
 Tinc is a simple-to-use VPN software. It differs from other VPN implementations by building a mesh network between clients. This is useful for connecting two networks using a single VPN server without running traffic via the server. Tinc is a simple-to-use VPN software. It differs from other VPN implementations by building a mesh network between clients. This is useful for connecting two networks using a single VPN server without running traffic via the server.
  
 +After configuration changes, the best way to restart tinc is ''ifdown vpn; ifup vpn''
 +
 +Tinc logs to /var/log/daemon.log
 ===== Problems ===== ===== Problems =====
  
   * When experiencing the issue that tinc will only sometimes connect to a server, and there are log messages like the following, then it might be that the ping timeout is too small. <code>Timeout from vpn (VPN_SERVER_IP port 655) during authentication</code> To solve this issue, increase the ping timeout in tinc's client configuration file, i.e. put the following line in ''/etc/tinc/<net>/tinc.conf'': <code>PingTimeout = 10</code>   * When experiencing the issue that tinc will only sometimes connect to a server, and there are log messages like the following, then it might be that the ping timeout is too small. <code>Timeout from vpn (VPN_SERVER_IP port 655) during authentication</code> To solve this issue, increase the ping timeout in tinc's client configuration file, i.e. put the following line in ''/etc/tinc/<net>/tinc.conf'': <code>PingTimeout = 10</code>
-  * If your host connects to vpn.antiguru.de via ipv6, no edges to ipv4 hosts will be created. You have to force using ipv4 on your tinc host by setting the Address in the key file, like ''Address = vpn4.antiguru.de''.+  * If your host connects to vpn.antiguru.de via ipv6, no edges to ipv4 hosts will be created. You have to force using ipv4 on your tinc host by setting the Address in the key file, like ''Address = vpn4.antiguru.de'', otherwise all traffic will have to pass through vpn.antiguru.de, which should be avoided.
  
info/tinc.1553522916.txt.gz · Last modified: 2019/03/25 15:08 by hartmut

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki