update README
This commit is contained in:
parent
028691b198
commit
ef21fa4a53
1 changed files with 27 additions and 3 deletions
30
README.md
30
README.md
|
@ -1,4 +1,4 @@
|
||||||
# nix
|
# Nix - LaSuite Federez
|
||||||
|
|
||||||
## Onboarding:
|
## Onboarding:
|
||||||
|
|
||||||
|
@ -9,8 +9,32 @@ You will need at least nix installed on you machine
|
||||||
Add your publickeys into ./shared/users-wg.nix
|
Add your publickeys into ./shared/users-wg.nix
|
||||||
Create the following interfaces:
|
Create the following interfaces:
|
||||||
|
|
||||||
bastion.mtz.lasuite.federez: nePNA6RDzgNeSC7deXqeoK2rGGei65tBNnCEN6ZKkEI=
|
```
|
||||||
bastion.ren.lasuite.federez: tSnZQM0s1EaN2uvCgYP8xkLXt+NccBBPJj5UBzV3h2Y=
|
[interface]
|
||||||
|
Address = 172.19.128.<id>/32
|
||||||
|
Address = fc00:f::128:<i>/128
|
||||||
|
PrivateKey = <private.key>
|
||||||
|
|
||||||
|
[Peer]
|
||||||
|
PublicKey = nePNA6RDzgNeSC7deXqeoK2rGGei65tBNnCEN6ZKkEI=
|
||||||
|
Endpoint = 193.48.225.150:51920
|
||||||
|
PersistentKeepalive = 25
|
||||||
|
AllowedIPs = 172.19.0.0/17,fc00::/96
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
[interface]
|
||||||
|
Address = 172.19.129.<id>/32
|
||||||
|
Address = fc00:f::129:<id>/128
|
||||||
|
PrivateKey = <private.key>
|
||||||
|
|
||||||
|
[Peer]
|
||||||
|
PublicKey = tSnZQM0s1EaN2uvCgYP8xkLXt+NccBBPJj5UBzV3h2Y=
|
||||||
|
Endpoint = 193.48.225.150:51920
|
||||||
|
PersistentKeepalive = 25
|
||||||
|
AllowedIPs = 172.19.0.0/17,fc00::/96
|
||||||
|
```
|
||||||
|
Only one need to be up at a time
|
||||||
|
|
||||||
### SSH
|
### SSH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue