Connect two QEMU VMs
I created two QEMU VMs using Ubuntu cloud images . Then, I started them and enabled the ssh port forwarding using the following command: qemu-system-x86_64 -m 4G -smp 4 -hda ./ubuntu2404-vm0.img \ -device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::2222-:22 \ -nographic -enable-kvm qemu-system-x86_64 -m 4G -smp 4 -hda ./ubuntu2404-vm1.img \ -device e