IPv6 WireGuard

Hello,

I was wondering if it’s possible to configure WireGuard to use an IPv6 address and allowed IP. Something like the following:

[Interface]
Address = 172.16.42.2/32, 2600:beef:beef::1/64

[Peer]
AllowedIPs = 0.0.0.0/0, ::/0

As best I can tell, GL iNet (or maybe it’s openwrt) strips the commas when creating a WireGuard configuration manually.

1 Like

I contacted them about two weeks ago regarding this and they said they are working on IPv6 support for the router in general, and WireGuard. Hopefully the update comes out soon :slight_smile:

Have you tried, in /etc/config/network, list addresses and list allowed_ips

You might also try using a space and not a comma in LuCI (as a guess).