This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vpn-tinc [2023/01/11 11:00] – rs232 | vpn-tinc [2024/11/28 23:27] (current) – [Hosts Tab] hogwild | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Tinc Daemon | + | ====== Tinc ====== |
- | Tinc is a newer VPN technology | + | Tinc is a newer VPN technology. Unlike with other protocols, it lets you create partial/ |
The Tinc Daemon menu is divided into tabbed sections, including Tinc Configuration, | The Tinc Daemon menu is divided into tabbed sections, including Tinc Configuration, | ||
+ | |||
===== Config Tab ===== | ===== Config Tab ===== | ||
Line 11: | Line 12: | ||
\\ | \\ | ||
- | **Start with WAN: | + | **Start with WAN: |
- | **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 " | + | \\ |
- | **VPN Netmask:** Here, specify | + | **Interface type:** specifies |
- | **Host Name:** This is the unique identifier of the OpenVPN device. This is NOT the same as the device' | + | |
+ | * TAP - a switched protocol running at the datalink layer. | ||
- | **Poll interval: | + | \\ |
+ | |||
+ | Generally, you should choose TUN. For more details, see " | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **VPN Netmask:** here, specify the (sub)netmask to be used for intra-site communications. | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **Host Name:** a unique identifier of the OpenVPN device. This is NOT the device' | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **Poll interval: | ||
| | ||
Line 27: | Line 43: | ||
\\ | \\ | ||
- | **Ed25519 Private Key: **In this field, enter your private Ed25519 encryption key. This key is needed for the encryption process. | + | **Ed25519 Private Key: **the private Ed25519 encryption key. |
- | **RSA Private Key * : **Here, enter your private RSA key. The RSA encryption | + | This is needed for the encryption process. |
+ | |||
+ | \\ | ||
+ | |||
+ | **RSA Private Key: * **here, enter the private RSA key. | ||
+ | |||
+ | RSA encryption uses much more CPU power than the Ed25519 protocol. | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **Custom: **here you can specify any custom Tinc daemon parameters you wish. \\ \\ | ||
- | **Custom: **This field allows you to specify any custom Tinc daemon parameters you might want. \\ \\ | ||
===== Hosts Tab ===== | ===== Hosts Tab ===== | ||
- | Most of the hosts on your network should be defined on this page. Tinc doesn' | + | Most hosts on your network should be defined on this page. Tinc doesn' |
- | **ConnectTo: | + | However, you do need to define |
- | **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. | + | {{:pasted: |
- | **Port: **An empty value configures the default setting (both TCP/UDP on port 655). You might need to tweak this value for devices on the network that do not have root/ | + | \\ |
- | **Compression:** In some cases, compression may increase VPN speeds. Here, the default of " | + | **ConnectTo:** this can be set "On" |
+ | |||
+ | \\ | ||
- | **Subnet:** Defines | + | **Name:** as on the Config tab, this is a unique Tinc identifier |
\\ | \\ | ||
- | {{:pasted: | + | **Address: **this is used only for direct communication. It defines the IP/FQDN where the host can be found (without a relay). |
\\ | \\ | ||
- | **Ed25519 Public Key:** This is where you enter your Ed25519 encryption Public Key. | + | **Port: **if blank, sets the default setting of TCP/ |
- | **RSA Public Key *:** If you are using an RSA key, you must define the public key on for each host here. RSA is optional in Tinc 1.0+ . | + | You might need to tune this for network devices without root/ |
- | You must provide the minimum information for every host you define before you can click OK and proceed to the next row. Clicking OK does not save the settings. After you've defined all hosts, and clicked " | + | \\ |
- | **Custom:** In this field, | + | **Compression:** lets you set the compression level (between the default of " |
+ | |||
+ | Sometimes, compression can increase VPN speeds. You must configure all nodes with the same setting. Think carefully about whether | ||
\\ | \\ | ||
+ | |||
+ | **Subnet:** the primary subnet reachable via the host being defined. | ||
+ | |||
+ | This is published to tinc peers so they know which peer hosts the subnet. | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **Ed25519 Public Key:** here, enter your Ed25519 encryption Public Key. | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **RSA Public Key: * ** if you're using RSA encryption, you must define each host's public key here. | ||
+ | |||
+ | RSA is optional in Tinc 1.0 and later. You must provide minimal details for all hosts defined before you can click OK and go to the next row. Clicking OK **does not** save settings. Only after you've defined all hosts, clicked " | ||
+ | |||
+ | \\ | ||
+ | |||
+ | **Custom:** in this field, you can define custom settings for each host. | ||
+ | |||
+ | For example, if a host communicates with with another subnet, you could add: | ||
+ | |||
+ | // Subnet = 10.10.8.0/ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | These settings must be consistent with the host IP/subnet + config-page " | ||
+ | |||
+ | \\ \\ \\ | ||