Difference between revisions of "New Hacker Challenge Series"
(→Complete DIY Mesh Node Guide: Add link to node setup guide.) |
(→Connect to Yggdrasil Network: Add getself check for Yggdrasil installation.) |
||
Line 5: | Line 5: | ||
== Connect to Yggdrasil Network == | == Connect to Yggdrasil Network == | ||
− | Now, you'll need to get onto the Yggdrasil network. For more information about the Yggdrasil network architecture, see [[Network Architecture]]. To connect your Linux machine to the Yggdrasil network, follow the [https://yggdrasil-network.github.io/installation-linux-deb.html guide on Yggdrasil's documentation website]. | + | === Install Yggdrasil === |
+ | Now, you'll need to get onto the Yggdrasil network. For more information about the Yggdrasil network architecture, see [[Network Architecture]]. To connect your Linux machine to the Yggdrasil network, follow the [https://yggdrasil-network.github.io/installation-linux-deb.html guide on Yggdrasil's documentation website]. | ||
{{Note|Ubuntu is a Debian-based Linux distribution, which has the package manager <code>apt</code> already installed. The <code>apt</code> manual pages can be accessed on your Linux machine by entering the following command: <code>man apt</code>}} | {{Note|Ubuntu is a Debian-based Linux distribution, which has the package manager <code>apt</code> already installed. The <code>apt</code> manual pages can be accessed on your Linux machine by entering the following command: <code>man apt</code>}} | ||
+ | |||
+ | === Get Your Yggdrasil Info === | ||
+ | Now that you've followed the instructions above, you should have Yggdrasil installed on your computer. Let's make sure it worked. | ||
+ | |||
+ | Once more, jump into your Linux terminal. We're going to be using a command called "sudo" for this. You may have used it above when you were installing Yggdrasil already, but it will ask for your password. For more information about sudo and the "root user", see [https://wiki.archlinux.org/index.php/Root_user the Arch wiki]. | ||
+ | |||
+ | Enter the following command to get your machine's Yggdrasil information: <code>sudo yggdrasilctl getself -v</code> | ||
+ | |||
+ | You should see something like the following: | ||
+ | |||
+ | [[File:Yggdrasil-getself-v-output.png|frame|left|Yggdrasil getself -v should give you your node's build name, build version, IPv6 address, IPv6 subnet, and your node's coordinates (on the Yggdrasil network.)]] | ||
+ | |||
+ | If you see output similar to that above, congratulations! You've successfully installed Yggdrasil. Now, you're ready to start adding peers. | ||
== Complete DIY Mesh Node Guide == | == Complete DIY Mesh Node Guide == |
Revision as of 20:15, 17 November 2020
Contents
Install Ubuntu Linux
Linux is a must have for the aspiring hacker. Follow the guide here to install Ubuntu Linux: Install Ubuntu Desktop
(Ubuntu is not the only Linux distribution, or even the best. It's just shared here as an easy-to-use option that we can provide tutorials for consistently. If you would like to try out other distributions, please don't hesitate at all!)
Connect to Yggdrasil Network
Install Yggdrasil
Now, you'll need to get onto the Yggdrasil network. For more information about the Yggdrasil network architecture, see Network Architecture. To connect your Linux machine to the Yggdrasil network, follow the guide on Yggdrasil's documentation website.
apt
already installed. The apt
manual pages can be accessed on your Linux machine by entering the following command: man apt
Get Your Yggdrasil Info
Now that you've followed the instructions above, you should have Yggdrasil installed on your computer. Let's make sure it worked.
Once more, jump into your Linux terminal. We're going to be using a command called "sudo" for this. You may have used it above when you were installing Yggdrasil already, but it will ask for your password. For more information about sudo and the "root user", see the Arch wiki.
Enter the following command to get your machine's Yggdrasil information: sudo yggdrasilctl getself -v
You should see something like the following:
If you see output similar to that above, congratulations! You've successfully installed Yggdrasil. Now, you're ready to start adding peers.
Complete DIY Mesh Node Guide
Now, you should complete the DIY Mesh Node Guide if you haven't already. This will allow us to do the rest of the challenges in an isolated Yggdrasil environment on your home network.
SSH Basics
- Generate a key-pair
- Enter your pubkey into your mesh node
SSH Intermediate
- Save mesh node yggdrasil IP in SSH config
- Log in to mesh node with saved SSH config
- use curl to get your IP address
SSH Advanced
- Set a static IP and change wifi name of your mesh node