User Tools

Site Tools


wireguard

This is an old revision of the document!


WireGuard

https://www.wireguard.com/

WireGuard is the new kid on the block with regards to VPN stuff. It's simple, (comparatively) easy to set up and fast.

Maybe the code isn’t perfect, but I’ve skimmed it, and compared to the horrors that are OpenVPN and IPsec, it’s a work of art.
Linus Torvalds

It's useful for accessing anabasis machines.

How to (user perspective)

Windows

1. Install from https://www.wireguard.com/install/

2. Contact tml to generate your keys and add them to terra.

3. Use the following template for the connection:

[Interface]
Address = 192.168.10.xx/32
PrivateKey = xxx

[Peer]
PublicKey = /AZxUoy1XVY9x8b875oo1tRRVywGGwmid4pDJ0nEBSk=
Endpoint = 37.205.12.19:51194
AllowedIPs = 192.168.10.0/24
PersistentKeepalive = 20

Replace Address and PrivateKey appropriately.

Save & done!

wireguard.1620040592.txt.gz · Last modified: 2021/05/03 13:16 by sdbs