Hello Pritunl Support Team,
I am reaching out to report a connectivity issue when attempting to authenticate via Google SSO from a client machine that only has an IPv6 address.
Problem Description: The authentication flow fails at the final stage because auth.pritunl.com does not seem to support IPv6.
Steps to Reproduce:
-
Use a client machine with only an IPv6 stack enabled.
-
Initiate the VPN connection.
-
The client is redirected to our self hosted Pritunl server.
-
The server successfully redirects to the Google Login page.
-
After successful Google authentication, the browser attempts to redirect to
auth.pritunl.comto finalize the handshake. -
The connection fails because the client cannot resolve or reach
auth.pritunl.com.
Technical Details: A DNS lookup confirms that auth.pritunl.com only has an A record (IPv4), with no AAAA record available:
$ host ``auth.pritunl.com
auth.pritunl.com`` has address 129.213.65.110
Because of this, any client in an IPv6-only environment is unable to complete the SSO flow. I have verified that if Google SSO is disabled, I can connect to the VPN without issues, which confirms the bottleneck is specifically the reachability of the Pritunl auth portal.
Request: Are there any plans to add IPv6 support (AAAA records) to auth.pritunl.com? This is becoming increasingly critical as we move toward IPv6 infrastructure.
Looking forward to your feedback.