Site Tools


vpn-tinc

This is an old revision of the document!


Tinc Daemon

Tinc is a newer VPN technology that allows you to create partial/full mesh VPN connections without having to define every endpoint, as you'd have to with other VPN protocols. A minimum amount of configuration is still needed for each site. However, it's the quickest way to develop a mesh VPN between network sites.

The Tinc Daemon menu is divided into tabbed sections, including Tinc Configuration, and (VPN) Hosts.

Tinc Configuration


Start with WAN: Enabling this will cause the tinc daemon to start as part of the wanup (WAN interface initialization) process.

Interface type: TUN/TAP: Here, you specify the communication protocol used within your VPN. TUN is routed, and runs at the network (IP) layer. TAP is switched, and runs at the datalink layer. Generally, you should choose TUN. For more information on these protocols, see the “Interface Type” section of the OpenVPN Server wiki page.

VPN Netmask: Here, specify the (sub)netmask to be used for intra-site communications.

Host Name: This is the unique identifier of the OpenVPN device. This is NOT the same as the device's DHCP/DNS Hostnames.

Poll interval: This enables hello packets on the VPN. Hello packets are sent back and forth periodically between routers to establish adjacency (presence for communication).




Ed25519 Private Key: In this field, enter your private Ed25519 encryption key. This key is needed for the encryption process.

RSA Private Key * : Here, enter your private RSA key. The RSA encryption protocol uses much more CPU power than the Ed25519 protocol. The RSA key is optional and is only needed for communication with hosts using tinc version 1.0 or lower.

Custom: This field allows you to specify any custom tinc daemon parameters you might want.

Hosts

Most of the hosts on your network should be defined on this page. Tinc doesn't need all the hosts to be defined. It's able to use a relay to reach secondary hosts if the end devices are not able to communicate. This can be happen for various reasons, such as the presecne of NAT devices between hosts. However, you do need to define “yourself” on each tinc device.



ConnectTo: This flag and can be set to “On” or left blank. This tells the local tinc daemon whether it should attempt a direct connection with another host (not including a relayed connection to another host).

Name: As on the Config tab, this is the unique tinc identifier defined in the Host Name field.

Address: This is used only when direct communication is possible and defines the IP address or FQDN (fully qualified domain name) where the host can be found. Direct communication means without relay.

Port: An empty value configures the default setting (both TCP/UDP port 655). You might need to tweak this value if you include direclty windows devices in your tinc communication. <Fix Me!> Needs clarification.

Compression: In some cases, compression may increase VPN speeds. Here, the default of “0” (disabled) can be tweaked to as high as “11”. All the nodes must be configured with the same compresssion settting. Since most VPN traffic is already compressed/encrypted at the application layer, think carefully about whether you really need this enabled. Enabling compression will add extra workload to the CPU, and may not increase speed/throughput.

Subnet: Defines the primary subnet reachable via the host being defined.



Ed25519 Public Key: This is where you enter your Ed25519 encryption Public Key.

RSA Public Key *: In case of RSA key you must define the public on on a host basis here. RSA is optional in tinc 1.0+

For every host you define, you must provide the minimum info before being able to click OK and proceed to the next row. OK doesn't save the settings. After all the hosts are defined (and having clicked OK for each) you must then click the Save button at the bottom of the menu. Only then will all your host settings be saved.

Custom: In this field, you are free to define custom configuration settings for each host. For example, if a host is providing reachability to a second subnet you could add something like: Subnet = 10.10.8.0/24 . Make certain this is consistent with the host IP/subnet + config-page “netmask” setting.

vpn-tinc.1644539084.txt.gz · Last modified: 2022/02/11 00:24 by hogwild