IRONICBo/kvm-dashboard

Use MAC address to find ip address.

Closed this issue · 2 comments

Use MAC address to find ip address.
  • check mac address
virsh domiflist net_interface
  • check ip
arp | grep net_interface_ip

Solved Links: