Update tinc/lixonet/hosts/test_mane_lixo, README.md files
This commit is contained in:
parent
19e09fb718
commit
1f2b3c833a
12
README.md
12
README.md
@ -4,6 +4,12 @@ This is the semi-official, testing Lixonet EE repository.
|
|||||||
|
|
||||||
Custom configurations should be supplied in a `lixonet.conf` file in the `name=value` format, such as your subnet. Additionally, a tinc keypair is also be required.
|
Custom configurations should be supplied in a `lixonet.conf` file in the `name=value` format, such as your subnet. Additionally, a tinc keypair is also be required.
|
||||||
|
|
||||||
|
**Generating keypairs for tinc (`tinc.key`)**:
|
||||||
|
|
||||||
|
Source: https://www.tinc-vpn.org/documentation/Generating-keypairs.html
|
||||||
|
|
||||||
|
Run: `tincd -n lixonet -K`
|
||||||
|
|
||||||
**Configuration options**
|
**Configuration options**
|
||||||
|
|
||||||
All options are supplied in the `name=value` format on individual lines, i.e. `name=test_name_lixo`
|
All options are supplied in the `name=value` format on individual lines, i.e. `name=test_name_lixo`
|
||||||
@ -19,5 +25,7 @@ Given,
|
|||||||
|
|
||||||
Then, on the host:
|
Then, on the host:
|
||||||
1. Clone this repository: `git clone`
|
1. Clone this repository: `git clone`
|
||||||
2. `mkdir /etc/lixonet/`,
|
2. `mkdir /etc/lixonet/`
|
||||||
3. fill out `lixonet.conf` (see: **Configuration options**), supply a `tinc.key`, and run `chmod +x build.sh && ./build.sh` to begin.
|
3. Fill out `/etc/lixonet/lixonet.conf` (see: **Configuration options**)
|
||||||
|
4. Supply `/etc/lixonet/tinc.key`
|
||||||
|
5. Run `chmod +x build.sh && ./build.sh` to deploy the stack on Docker.
|
||||||
|
2
tinc/lixonet/hosts/test_mane_lixo
Normal file
2
tinc/lixonet/hosts/test_mane_lixo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Cipher = blowfish
|
||||||
|
Digest = sha1
|
Loading…
x
Reference in New Issue
Block a user