Hey.
I have 2 Labs: one for Proxmox and second deployed with another hypervisor based on KVM
I have a VMs in each labs.
Is there a way to detect if a VM belongs to the Proxmox datacenter and get the VM’s IP address?
I know I can install
During my research, I found that I can use
thanks
I have 2 Labs: one for Proxmox and second deployed with another hypervisor based on KVM
I have a VMs in each labs.
Is there a way to detect if a VM belongs to the Proxmox datacenter and get the VM’s IP address?
I know I can install
qemu-guest-agent
on the VMs, but is there another way to check it without using the agent?During my research, I found that I can use
systemd-detect-virt
or dmidecode
but they both return "kvm" as result (so I can't distinguish between my two datacenters).thanks