diff options
author | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2021-06-13 13:26:13 -0400 |
---|---|---|
committer | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2021-06-13 13:26:13 -0400 |
commit | d00ce021e49da7f458f31c9ca486a81846c63861 (patch) | |
tree | c4ddc2e92e5e22811e9f7c0804511e7ddd62983e | |
parent | 590c010b31c06beeb547299101c4cd718527d905 (diff) | |
download | loh-website-d00ce021e49da7f458f31c9ca486a81846c63861.tar.gz |
Changed cafe:babe back to the old ID convention
-rw-r--r-- | site/en/cafe-babe.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/site/en/cafe-babe.md b/site/en/cafe-babe.md index 4c028e9..bc2b27f 100644 --- a/site/en/cafe-babe.md +++ b/site/en/cafe-babe.md @@ -11,11 +11,13 @@ Here's a step-by-step guide to getting connected to the network. 1. Install `wireguard-tools` on your Linux or BSD machine. 2. Generate keys with `wg genkey | tee privatekey | wg pubkey > publickey`. -3. Pick a four-digit hex number to be your ID. It must not already be taken. -3. Email your public key and ID to [root@leagueh.xyz](mailto:root@leagueh.xyz). -4. Once approved, you will receive an email with your gateway information. -5. Fill in the example configuration file given below using your assigned ID. -6. Start WireGuard using `wg-quick up wg0`, or your preferred method. +3. Get your ID by taking the last bytes of the first section of `dmidecode | + grep UUID`, in reverse order. For example, `eb7b764c-XXXX-XXXX-XXXX-XXXX` + becomes `4c76`. You can also ues `lshw | grep uuid`. +4. Email your public key and ID to [root@leagueh.xyz](mailto:root@leagueh.xyz). +5. Once approved, you will receive an email with your gateway information. +6. Fill in the example configuration file given below using your assigned ID. +7. Start WireGuard using `wg-quick up wg0`, or your preferred method. This example configuration file should be installed to `/etc/wireguard/wg0.conf`. It is very important that this file only be readable |