我要评分
获取效率
正确性
完整性
易理解

Verifying Communication Between VMs

  1. Start the VMs.
    virsh start vm1
    virsh start vm2
  2. Log in to a VM.
    Run the following command on host 1:
    virsh console vm1
  3. Verify communication between VMs.
    Run the following command on VM 1 of host 1:
    ping <Host1vm2_ip>
    ping <Host2vm1_ip>

    VM 1 of host 1 can ping the VM on the same or another physical machine.