Tinc: Difference between revisions
imported>MrVanDalo mNo edit summary |
imported>MrVanDalo mNo edit summary |
||
Line 22: | Line 22: | ||
== Generate keys == | == Generate keys == | ||
Tinc clients need to verify themself to each other, is done by keys. There are multiple ways to generate your keys. | Tinc clients need to verify themself to each other, which is done by keys. There are multiple ways to generate your keys. Here is one. | ||
<pre>nix-shell -p tinc_pre --run "tinc generate-keys 4096"</pre> | <pre>nix-shell -p tinc_pre --run "tinc generate-keys 4096"</pre> | ||
Line 36: | Line 34: | ||
== Creatie host files == | == Creatie host files == | ||
The hostfile can have a lot of parameters | The hostfile can have a lot of parameters. (here is an overview)[https://www.tinc-vpn.org/documentation/Host-configuration-variables.html] | ||
But these are the minimum needed for our setup | But these are the minimum needed for our setup |