angristan / wireguard-install

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

Error Parsing IP #373

Closed QuaverSager closed 1 year ago

QuaverSager commented 1 year ago

I'm having an issue where every profile I'm making is getting this IP parse issue, and it's affecting our users from being able to use the VPN. For example I tried to create a new profile:

Client's WireGuard IPv4: 10.69.69.176 Client's WireGuard IPv6: fd42:42:42::176 Unable to parse IP address: `fd42:42:42::130=' Configuration parsing error

image

Does anyone have some insight or suggestions that may help me resolve this issue?

alekskomp commented 1 year ago

Check client with "fd42:42:42::130=" in /etc/wireguard/wg0.conf And remove "=" symbol

QuaverSager commented 1 year ago

Thank you! :D After I removed the "=", I found a new error that said the interface was down, which was odd. But once I restarted the interface manually, it came back up.