User Tools

Site Tools


notes:setup-wireguard-vpn-on-debian9

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
notes:setup-wireguard-vpn-on-debian9 [2018/09/06 12:09] – [Server Setup] adminnotes:setup-wireguard-vpn-on-debian9 [2018/09/06 12:11] admin
Line 2: Line 2:
  
 -- //Tested with **Debian 9** (server side) and **Ubuntu 18.04** (client side) on **September 2018**// -- -- //Tested with **Debian 9** (server side) and **Ubuntu 18.04** (client side) on **September 2018**// --
- 
  
 ==== Server Setup ===== ==== Server Setup =====
  
-=== Install WireGuard ===+=== Install WireGuard on the Server ===
  
 Install WireGuard from Debian packages Install WireGuard from Debian packages
Line 78: Line 77:
 If needed, you can kill the tunnel with If needed, you can kill the tunnel with
   sudo wg-quick down wg0s   sudo wg-quick down wg0s
-   
-=== Install the Client === 
  
-Install wireguard on the Debian +==== Client Setup ===== 
 + 
 +=== Install WireGuard on the Client === 
 + 
 +Install wireguard on your Ubuntu client with
   sudo add-apt-repository ppa:wireguard/wireguard   sudo add-apt-repository ppa:wireguard/wireguard
   sudo apt-get update   sudo apt-get update
   sudo apt-get install wireguard   sudo apt-get install wireguard
- 
  
 === Configure the Client === === Configure the Client ===
Line 94: Line 94:
  
   [Interface]   [Interface]
-  Address = 172.16.16.3/24+  Address = 172.16.16.2/24
   SaveConfig = true   SaveConfig = true
   ListenPort = 47824   ListenPort = 47824
notes/setup-wireguard-vpn-on-debian9.txt · Last modified: 2019/02/02 21:48 by admin