diff --git a/README.md b/README.md index 56530cd..af68bf7 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Custom configurations should be supplied in a `lixonet.conf` file in the `name=v 2. `tun` and `tap` are in `/etc/modules` to load at boot (https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/) and the system has been rebooted afterwards. 3. IPv4 forwarding is on: `sysctl -w net.ipv4.ip_forward=1` 4. Clone this repository: `git clone ` -5. `mkdir /etc/lixonet/(mesh)/` -6. Fill out `/etc/lixonet/(mesh)lixonet.conf` (see: **Configuration options**) -7. Supply `/etc/lixonet/(mesh)/tinc.key` -8. Supply `/etc/lixonet/id_rsa` and `/etc/lixonet/(yournetwork)/id_rsa` -9. Supply `/etc/lixonet/known_hosts` +5. `mkdir /etc/lixonet/(mesh)/` where `(mesh)` is something like `teamlixo` if you're planning to use `teamlixo.mesh`. +6. Fill out `/etc/lixonet/(mesh)/lixonet.conf` (see: **Configuration options**) +7. Supply `/etc/lixonet/(mesh)/tinc.key` (see: **Generating keypairs for tinc**) +8. Supply `/etc/lixonet/id_rsa` and `/etc/lixonet/(yournetwork)/id_rsa` (see: **Generating SSH keys**) +9. Supply `/etc/lixonet/known_hosts` (see: **Setting `known_hosts`**) **Generating keypairs for tinc (`tinc.key`)**: