Changes

Jump to: navigation, search

WireGuard

446 bytes added, 18:47, 25 October 2019
/* Client configuration */
= Client configuration =
 
 
/etc/wireguard/fixme.conf:
<pre>
* Install: https://www.wireguard.com/install/
* Key management https://www.wireguard.com/quickstart/#key-generation
 
And then activate the VPN with wg-quick.
 
<pre>
# wg-quick up fixme
# wg show
root@fixme:~# wg show
interface: fixme
public key: ehn2tJDbFUtHVXf4095KPm9vFetxcCoR6YDCjpFfohc=
private key: (hidden)
listening port: 34869
fwmark: 0xca6c
 
peer: (hidden)
endpoint: 62.220.131.170:53
allowed ips: 0.0.0.0/0, ::/0
latest handshake: 1 minute, 3 seconds ago
transfer: 1.57 MiB received, 263.00 KiB sent
</pre>
= Router configuration =
512
edits