Install WireGuard Client on Machine

(WIP)

Description

The guide here provides steps to install WireGuard app on machine and to activate the tunnel. This app allows users to create an encrypted VPN for secure communication.

Prerequisites

The prerequisites to install WireGuard on Machine:

  1. Download WireGaurd Client here.

  2. Before proceeding with the installation, obtain the WireGuard conf file from a System Administrator.

Procedure

The steps to set up a WireGuard client on an windows machine are:

  1. After the successful installation, launch the WireGuard Application.

  2. Click Add Tunnel and select the wg.conf file shared with you.

  3. Click Activate to activate the WireGuard.

The steps to set up a WireGuard client on an Ubuntu machine are:

  1. After successfully installing WireGuard, navigate to the directory /etc/wireguard using the terminal.

  2. Activate WireGuard using the commands below.

    sudo systemctl enable wg-quick@wge2e 
    sudo systemctl start wg-quick@wge2e
    sudo systemctl status wg-quick@wge2e

Ensure that the listening port is unique for each WireGuard configuration file when using multiple instances.

Last updated

Logo

Copyright © 2024 OpenG2P. This work is licensed under Creative Commons Attribution International LicenseCC-BY-4.0 unless otherwise noted.