-
Notifications
You must be signed in to change notification settings - Fork 26
Description
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.