mirror of
https://github.com/andrew-d/proxmox-service-discovery.git
synced 2026-04-26 12:55:51 +03:00
[GH-ISSUE #8] VMs IPs are not recognizer #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-service-discovery#5
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 @MrZoidberg on GitHub (Apr 12, 2025).
Original GitHub issue: https://github.com/andrew-d/proxmox-service-discovery/issues/8
I've tried your project and the problem I see is that not all VMs IPs are detected:
However, portainer-1 has several IPs attached:
@andrew-d commented on GitHub (Apr 12, 2025):
Would you mind showing me the hardware configuration for
portainer-1as well? And perhaps running with the--verboseflag and pasting the debug logs here that mentionportainer-1(which should be log lines withvm=101)? There's some logic internally that tries to only pick IPs from the guest that are from an interface configured on the host (to e.g. avoid VPN interfaces, localhost, docker, etc.), and it's possible that I'm missing an edge case there.@MrZoidberg commented on GitHub (Apr 16, 2025):
Here is the hardware config for portainer-1:

And here are the debug logs:
@MrZoidberg commented on GitHub (Apr 27, 2025):
any updated on this?
@ange007 commented on GitHub (Mar 4, 2026):
try fix from PR: https://github.com/andrew-d/proxmox-service-discovery/issues/11