I am trying to connect to my pivpn wireguard setup and the router will never connect. I have copied and pasted the conf file directly from the pi into the web text box. This same .conf file works on the wireguard app on my phone. Below is my conf file with any keys or endpoints taken out.
[Interface]
PrivateKey = ********************************************
Address = 10.6.0.3/24
DNS = 10.6.0.1
Also did you check on whoer.net or similar sites if it’s might just the Router-UI which shows disconnected but Wireguard is working fine? That happened to me quite often when I used a beta firmware or a snapshot, but fixed itself after a few days.
Try rebooting the router after creating the config. Also try using the manual input option instead of the text box. BTW the manual input will only accept 0.0.0.0/0 for the allowed IPs (though you can change it after the fact - I’m not sure how well IPV6 is supported on gl.inet’s wireguard currently though).
Basically there is no global ipv6 support in the GL firmware for now, be it VPN, or other things. That will change in the future, but for now its not supported.