10-30-2024, 10:02 PM
(10-30-2024, 02:39 PM)Tim Curtis Wrote: Try installing the package
sudo apt install wireguard
I have installed wireguard on moode and I generated confi file wg_config.conf from my router fritzbox.
This file is now on my Downloads folder on C:
How can I move this wg_config.conf file from C:/ to one order on moode e.c. /home ?
then I will start folows commands:
nmcli connection import type wireguard file wg_config.conf
#!/bin/bash
nmcli connection up wg_config
#!/bin/bash
nmcli connection down wg_config
regards