'가상화'에 해당되는 글 1건

  1. 2020.08.06 KVM VM IP 알아보기
posted by 떠돌이늑대 2020. 8. 6. 13:09
[root@vhost /]# virsh list
 Id    Name                           State
----------------------------------------------------
 1     win10                          running
 2     Templet_rhel8.2-clone          running
 3     Templet_rhel8.2-clone1         running
 4     Templet_rhel8.2-clone2         running
 5     Templet_rhel8.2-clone3         running
 6     Templet_rhel8.2-clone4         running
 7     Templet_rhel8.2-clone5         running
 8     Templet_rhel8.2-clone6         running
[root@vhost /]# virsh dumpxml Templet_rhel8.2-clone4 |grep "mac address"
      <mac address='52:54:00:fb:4e:c5'/>
[root@vhost /]# arp -an |grep 52:54:00:fb:4e:c5
? (192.168.1.21) at 52:54:00:fb:4e:c5 [ether] on server-manage

'컴이야기 > linux' 카테고리의 다른 글

Netdata 모니터링  (0) 2020.11.18
Centos 7 KVM 에서 rhel 8 vm virt-sysprep error  (0) 2020.07.20
RHEL 8 local dnf 설정  (0) 2020.07.20
fail to open efi boot grubx64.efi  (0) 2018.09.20
yum 이 안되는 곳에서 PHP7 설치  (0) 2018.02.12