Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Peer Allowed IP selection fails to display IP #170

Open
gtmylab opened this issue Mar 29, 2022 · 7 comments
Open

Add New Peer Allowed IP selection fails to display IP #170

gtmylab opened this issue Mar 29, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@gtmylab
Copy link

gtmylab commented Mar 29, 2022

Newly installed works fine for available IP selection in (Allowed IPs field) when creating first time Add New Peer.

But second attempt for Add New Peer creation, the available IP section of (Allowed IPs field) disappear and does not display IP. I have to enter the IP manually.

Any idea why ? I am running Ubuntu 20.04

@gtmylab gtmylab added the bug Something isn't working label Mar 29, 2022
@donaldzou
Copy link
Owner

Hi would you mind post your configuration file here? You can remove all the keys.

@zverstal
Copy link

zverstal commented Apr 10, 2022

@gtmylab hi, i have this issue if the wg0.conf have IPv6 in Address.
Just delete IPv6 from wg0.conf.
The problem example here:
image
image

After editing your wg.conf file should be like this:
image

Try this:

  1. wg-quick down wg0
  2. editing wg.conf on my example with only IPv4 Address
  3. wg-quick up wg0

@donaldzou
Copy link
Owner

IPv6 is a known problem with this project: #167, if you removed your IPv6 address, will it work?

@donaldzou
Copy link
Owner

I will be fixing it in the next release ;)

@zverstal
Copy link

Yes, available IPs appeared if i remove IPv6 :)

@donaldzou
Copy link
Owner

I see, IPv6 wasn't fully support in the current version. If you really need IPv6 support, you can download the beta version of v3.1, you can follow the instruction on the very top of README.md ;)

@DaanSelen
Copy link
Collaborator

@gtmylab is this still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants