https://www.cyberciti.biz/faq/how-to-im ... -on-linux/.
I'm able to install wireguard successfully, but not able to execute the command to register the client config.
I was able to successfully install network manager and tried running this command to add the client config file as in the tutorial above:
Code: Select all
nmcli connection import type wireguard file client.conf
Code: Select all
Error: failed to find VPN plugin for wireguard.
Code: Select all
Unpacking wireguard-dkms (1.0.20210606-1) over (1.0.20210606-1) ...
Setting up wireguard-dkms (1.0.20210606-1) ...
Loading new wireguard-1.0.20210606 DKMS files...
It is likely that 4.19.95-rt38 belongs to a chroot\'s host
Building for 4.19.95-rt38 and 4.19.95-rt38-v7
Module build for kernel 4.19.95-rt38 was skipped since the
kernel headers for this kernel does not seem to be installed.
Module build for kernel 4.19.95-rt38-v7 was skipped since the
kernel headers for this kernel does not seem to be installed.
I appreciate your help!