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.1k stars 1.31k forks source link

How to make VPN use both ipv4 and ipv6 at the same time.. #517

Open Kame03 opened 2 months ago

Kame03 commented 2 months ago

Whenever I run the installer script it prompts me with this: "IPv4 or IPv6 public address:" I can select either ipv4 or ipv6 and it will work, but the VPN itself doesn't give me access to ipv6 when I am connected to it, and my network supports ipv6 so does the VPS.

vnsugadev commented 2 months ago

Uhm you need to add your v6 in the "AllowedIP's" as a part of the config on both ends, on your client end it should be like ::/0 or something

I'm sure there are config examples online do check them.