Browse Source

added instruction on setting up the linux client

Toastie 2 months ago
parent
commit
a4426e2058
1 changed files with 1 additions and 0 deletions
  1. 1 0
      linux/wireguard/create-config/README.md

+ 1 - 0
linux/wireguard/create-config/README.md

@@ -3,5 +3,6 @@ Scripts and templates to setup keys, PSKs and config files for a central wiregua
 1. [wg-new.sh](wg-new.sh) prepares a new `./config/` directory **(!! any existing directory will be deleted)**
 1. [wg-new.sh](wg-new.sh) prepares a new `./config/` directory **(!! any existing directory will be deleted)**
 2. Next the files `server.cfg` and `peers.cfg` in `./config/` need to be modified as per your requirements
 2. Next the files `server.cfg` and `peers.cfg` in `./config/` need to be modified as per your requirements
 3. Finally run  [wg-createconfig.sh](wg-createconfig.sh) generate keys, PSKs and configs
 3. Finally run  [wg-createconfig.sh](wg-createconfig.sh) generate keys, PSKs and configs
+4. On the linux peer, copy .conf to /etc/wireguard/wg0.conf, apt install wireguard and `wg-quick up wg0`
 
 
 To run in docker: `docker-compose run wg-config`
 To run in docker: `docker-compose run wg-config`