Wireguard Client Setup Linux Mint

To setup the Linux Mint to be a Wireguard Client :

  1. Get the client config file from the Wireguard Server
    • We will call it WGClient.conf
  2. Add the connection
    • nmcli connection import type wireguard file WGClient.conf
  3. Start the Wireguard Client
    • nmcli connection up WGClient
  4. Stop the Wireguard Client
    • nmcli connection down WGClient

  • to stop WGClient from auto connecting on reboot run
    • nmcli connection modify WGClient autoconnect no
  • to list the settings for the connection
    • nmcli connection show WGClient


Posted

in

by

Tags: