mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 17:20:36 -05:00
[GH-ISSUE #2688] IPv6 target address not working #7004
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jess-sch on GitHub (Mar 22, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2688
Describe the Bug
When trying to use an IPv6 address as target through Newt, I get a "Bad Gateway" error.
Environment
To Reproduce
Note that the website prevents me from entering an IPv6 address that is encapsulated with
[], so the unencapsulated form seems to be correct in this context.Also notable:
Unfortunately, even after enabling debug logging in Newt, and looking at the logs for pangolin, gerbil and traefik, I was unable to find any indication of where things are going wrong.
Expected Behavior
There is no "Bad Gateway" error, the HTTP service is available through Pangolin.
Workaround
Create an internal AAAA DNS entry for the target IP and point Pangolin to that. This indicates to me that the issue is caused by some component not parsing the target address correctly - I assume some component expects the aforementioned brackets around the IPv6 address and fails because they're missing.
@LaurenceJJones commented on GitHub (Mar 22, 2026):
Surprised the healthcheck are working.
This will be fixed once https://github.com/fosrl/pangolin/pull/2667 is released.