mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #275] Server Configurations: IP Address: IPv6 not working #92
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#92
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 @YoSiJo on GitHub (Nov 5, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/275
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Can not add a new Proxmox server, over there IPv6 Address.

🔄 Steps to reproduce the issue.
Please enter a valid IP address❌ Paste the full error output (if available).
Please enter a valid IP address🖼️ Additional context (optional).
I think the code line is this and so i can see, is this regexx IPv4 only and missing a IPv6 Regex (Example).
@michelroegl-brunner commented on GitHub (Nov 7, 2025):
implementet but i can not test as i have no IPv6 Network. Please Report when it is not working.
@YoSiJo commented on GitHub (Nov 7, 2025):
Thank @michelroegl-brunner very much for implementing this.
It looks good so far, with FQDNs, short names, and IPv6 routable addresses such as ULAs and the like working.
Unfortunately, only link local addresses do not work. A short List of my Test:
192.168.0.254pvepve.example.com2a00:ae00:e2:7600:bb24:119f:fe2c:30db999.999.999.999(echo '9.9.9.9 999.999.999.999' >> /etc/hosts)fe80::be24:11ff:fe28:30db%eth0I only checked the Link Local variant as an additional option, but it would certainly be useful for some people. My case is perfectly covered by the FQDNs, so thanks again.
@michelroegl-brunner commented on GitHub (Nov 8, 2025):
thank you for your feedback and testing, appreciated it!
I look into the link-local stuff again.