Skip to main content

Guangzhou, China

Wireguard

Network Manager

sudo pacman -Syu
sudo pacman -S networkmanager wireguard-tools
sudo pacman -S plasma-nm # for KDE Plasma
sudo pacman -S networkmanager-openvpn # for GNOME

Fritzbox Configuration

In your FRITZ!Box:

  1. Internet → Permit Access → VPN (WireGuard)
  2. Click Add Connection
  3. Select Connect a single device
  4. Give it a name.
  5. Download the generated .conf file.

Import Configuration

nmcli connection import type wireguard file ~/Downloads/wg_config.conf
Connection 'wg_config' successfully added.

Connect

Either use the UI - e.g. KDE:

Wireguard VPN on Arch Linux

Or run nmcli connection up wg_config