diff --git a/kralizec/wireguard11/README.md b/kralizec/wireguard11/README.md index 93a93b4..470cc86 100644 --- a/kralizec/wireguard11/README.md +++ b/kralizec/wireguard11/README.md @@ -4,14 +4,14 @@ VMID: 103 [Wireguard VPN quickstart](https://www.wireguard.com/quickstart) -Check dmzadmin for `wireguard.gpg` to know who to contact for access +Check `dmzadmin` for `wireguard.gpg` to know who to contact for access --- ### Client config -client conf example -`x` is the assinged on the server as peer +Client config example +`x` is the assigned on the server as peer: ```conf @@ -37,7 +37,7 @@ PersistentKeepalive = 21 ### Server config New user/client needs to provide their wireguard `publickey` and new ip on the network needs to be assigned (`x`) -check the server conf file `/etc/wireguard/wg0.conf` to find free address +check the server config file `/etc/wireguard/wg0.conf` to find free address ```sh sudo wg set wg0 peer allowed-ips 192.168.164.x/32 @@ -45,12 +45,12 @@ sudo wg set wg0 peer allowed-ips 192.168.164.x/32 --- -Command to resolve ip clashing with current and wireguard network, if needed +Command to resolve IP clashing with current and wireguard network, if needed ```shell ip route add dev ``` -- `ip` you want to resove -> for wireguard vm 192.168.1.10 -- `wg0` name of the wireguard conf +- `ip` you want to resolve -> for wireguard VM 192.168.1.10 +- `wg0` name of the wireguard config