You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've lost my original ansible install directory and need to add more clients how can I do this?
I've tried manually creating the public and private keys and adding to /etc/wireguard/wg0.conf but when you restart the service it reverts to the original wg0.conf
The text was updated successfully, but these errors were encountered:
Generate the keys - wg genkey | tee new_client_private_key | wg pubkey > new_client_public_key
Register them on the server | wg set wg0 peer <new_client_public_key> allowed-ips <new_client_vpn_IP>/32
Finally create your new client config file.
I've lost my original ansible install directory and need to add more clients how can I do this?
I've tried manually creating the public and private keys and adding to /etc/wireguard/wg0.conf but when you restart the service it reverts to the original wg0.conf
The text was updated successfully, but these errors were encountered: