VPN Internet for Linux Ubuntu Static Public IP via Wireguard

Estimated reading: 1 minute 12 views

1. Install Windows Wireguard

  • Install wireguard in linux Ubuntu
    apt-get update && apt-get install -y wireguard resolvconf

2. Connecting VPN Account

  • Select the VPN Internet menu.
  •  In the VPN Internet list, click Actions then click View,

  • Select Linux Wireguard Config tab.
  • Copy wireguard config by clicking copy icon.
  • Create config wireguard file.
sudo nano /etc/wireguard/wg0.conf
  • Past wireguard config here.
  • Save config by type ctrl + x  then tupe Y then type Enter.
  • Activate and enable wireguard by typing.
sudo wg-quick up wg0
sudo systemctl enable wg-quick@wg0
  • Check wireguard connection by checking latest handshake is exists.
sudo wg show

3. Checking Public IP

  • In the menu, click What is My IP
  • Check your Public IP, this will be static every wireguard connected.

Leave a Comment

Share this Doc

VPN Internet for Linux Ubuntu Static Public IP via Wireguard

Or copy link

CONTENTS