Displaying 2 results from an estimated 2 matches for "linodevpn".
2019 Nov 09
3
Fwd: Error during key creation
...d tinc without an
issue (v.1.0.36).
On the second one, I've installed tinc from the repo (v.1.0.33), then
removed it and then built it and installed it (v.1.0.36) manually.
There was no error during the installation.
Now when I try to create the keys I'm getting this error:
$ sudo tincd -n linodeVPN -K 4096
Cannot open config file /usr/local/etc/tinc/linodeVPN/tinc.conf: No such
file or directory
Failed to read `/usr/local/etc/tinc/linodeVPN/tinc.conf': No such file or
directory
Generating 4096 bits keys:
Done.
Please enter a file to save private RSA key to
[/usr/local/etc/tinc/linodeVPN/...
2019 Nov 09
0
Fwd: Error during key creation
> Cannot open config file /usr/local/etc/tinc/linodeVPN/tinc.conf: No such
> file or directory
> Any ideas what went wrong and how can I fix it?
sudo mkdir -p /usr/local/etc/tinc/linodeVPN
ALBI...