mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 18:15:50 +03:00
[GH-ISSUE #71] Application listeners not bound to IPV6 #49
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @FireAmpersand on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/PegaProx/project-pegaprox/issues/71
Originally assigned to: @mkellermann97 on GitHub.
Was interested in trying out this project since I am not super fond of the PVE/PDM web interfaces but I am unable to access the WebUI on my PegaProx install via IPV6. Checking netstat, there is nothing listening on ports 5000,50015002 on IPV6 ([::]:5000, [::]:5001, [::]:5002 are missing). Only 0.0.0.0:5000, 0.0.0.0:5001, and 0.0.0.0:5002 are listening. This is an issue since I don't run dual stack in my lab. And I am sure there is some installs out there that do use IPV6 exclusively or preferred over ipv4.
I am more of a network/server admin then a developer so not sure how difficult this is to implement. I installed a Debian 13 VM and ran the deploy script from the main website (https://pegaprox.com/#download) so I haven't done anything fancy to get this running. I feel like listening on IPV6 should be a default behaviour on a quick start deploy script.
@jwgn commented on GitHub (Feb 22, 2026):
Also noticed that after install. How can we configure the WebUI listener for IPv6?
@abyss1 commented on GitHub (Feb 23, 2026):
1 more for IPv6 Support either single stack or dual stack :)