angristan / wireguard-install

WireGuard VPN installer for Linux servers
https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/
MIT License
8.09k stars 1.31k forks source link

Unable to use the generated conf file on Debian for client #467

Open ramones79 opened 1 year ago

ramones79 commented 1 year ago

I have a working wireguard server, installed with the help of your script and it works perfectly.

I've created a new wg client/user for a new device, that runs Debian 12. However, on it I got this error:

Line unrecognized: "Address=10...."
Configuration parsing error

in response to

sudo wg setconf wg0 wg0-client-XXX.conf

Any ideas how to get around this? Is there any good GUI WG client for Debian? I've found one, but looks abandoned (last update 2 yrs ago) and looks very bulky (80MB+ seems a lot!).

Thanks.