OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: FrenchFries on August 23, 2020, 11:27:09 PM

Title: Wireguard IPv6 support
Post by: FrenchFries on August 23, 2020, 11:27:09 PM
Dear all,

Does OPNSense wireguard support IPv6? The default documentation does tell about IPv6 in Wireguard, only IPv4.

I am planning to use a Roadwarrior scenario. If the client has a public IPv6 assigned by ISP, IPv6 routing may take precedence over IPv4 routing if Wireguard only offers IPv4. Therefore, Wireguard needs to support IPv6.

Do I miss something or IPv6 is needed in Wireguard?

How to configure IPv6 in Wireguard? Can I choose any /64 within my delegated /48 subnet?

Kind regards,
Title: Re: Wireguard IPv6 support
Post by: mimugmail on August 24, 2020, 08:03:59 AM
It supports v6, no issues
Title: Re: Wireguard IPv6 support
Post by: Patrick M. Hausen on August 24, 2020, 10:23:15 AM

[Interface]
PrivateKey = *****
Address = 192.168.255.2/32, dead:beef:dead:beef::2/128
DNS = 192.168.255.1

[Peer]
PublicKey = *****
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = vpn.mydomain.com:51821


Läuft mit der OPNsense als Gegenstelle ...