How can I find the IP of the VM on KVM(using Nmap)? If not,are there any functions in Libvirt to do that?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Sep 9 '11 at 17:46
|
Fast and dirty example for KVM on Centos 63 x86_64. Short ping in background to all possible IP addresses that the VMs may have in this segment
Extract the names and MAC addresses of the VMs via virsh and extract IP from ARP table
|
||||
|
|
|
After long hours of getting my hands dirty, I chanced to stumble upon this Epic link.
|
|||||||
|