I am trying to get Wireguard to work on my xubuntu. Installation no problem, but when I tried to copy/move the configuration file my VPN provider sent me - I could not. That is, I don´t know how. It should sit in /etc/wireguard - but I do not know how to get it there via the terminal (or any other method I have tried). Now I have tried: sudo cp -b Home/Downloads/File_vpn.conf etc/wireguard which gave cp: cannot stat "Home/Downloads/File_vpn.conf" : No such file or directory
Asked
Active
Viewed 81 times
0
-
2Does this answer your question? How to copy files via terminal? – mikewhatever Nov 06 '20 at 13:34
-
Thanks for your help. At the umpteenth attempt I got it right. I missed one level in the chain of folders!! So on to next problem... At least something happened when I tried sudo wg-quick up... but " line 32: resolvconf: command not found... – Roffe3 Nov 06 '20 at 16:57
-
Does that help you? https://superuser.com/questions/1500691/usr-bin-wg-quick-line-31-resolvconf-command-not-found-wireguard-debian?newreg=27709343ce1c48ed890fa67935017971 – max Nov 06 '20 at 17:09