Hi All, I am running qemu on windows 8 host and trying to get the network enabled on the linux guest with virtio drivers. but not successful so far, i have also tried setting the static ip address and dns configuration on my linux guest. But nothing works.
I am using 2.3.0 version Qemu and below is the command line i am executing. qemu-system-x86_64.exe -hda linux.img -boot c -vga std -net nic,model=virtio -m 1024 If i use below command line on Ubuntu host it just works fine. qemu-system-x86_64.exe -hda linux.img -boot c -vga std -net nic,model=virtio -net bridge,br=virbr0 -m 1024 there we can easily create the network bridge virbr0, but on windows i don't know how to do the same. I tried tap adapter networking also, but that is also not working. qemu-system-x86_64.exe -hda linux.img -boot c -vga std -m 1024 -net nic -net "tap,ifname=Ethernet4" basically guest VM not able to ping to host ipaddress itself, external networking is next step. Any Input will be of great help. Regards Roshan Sullad