Skip to content

Commit

Permalink
Fixed typos, again
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrm committed Jun 22, 2016
1 parent 68b949f commit 61ce6fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/setup-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ echo "net.ipv4.all.forwarding=1" >> /etc/sysctl.conf
```

### Start Elvisp
Now the only thing left is to run Elvisp with the correct flags:
Now the only thing left to do is to run Elvisp with the correct flags:

```./elvisp -cidr fd12:3456::10/64 -cidr 172.28.0.10/16 -password ElvispAdminPasswordHere -cjdns-password cjdnsAdminPasswordHere```

Change the cjdns password and set a good administration password. Also notice how the CIDR's start at `::10` and `.10`, Elvsip will start to lease IP addresses after these. Meaning the first user will get: `::11` and `.11`.
Change the cjdns password and set a good administration password. Also notice how the CIDR's start at `::10` and `.10`, Elvisp will start to lease IP addresses after these. Meaning the first user will get: `::11` and `.11`.

We're done!

Expand Down

0 comments on commit 61ce6fe

Please sign in to comment.