Verifying Communication Between VMs
- Start the VMs.
virsh start vm1 virsh start vm2
- Log in to a VM.Run the following command on host 1:
virsh console vm1
- 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.
Parent topic: Configuring OVS Flow Table NIC Acceleration