qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] How to Enable virtio networking on windows host win8.1


From: test comp
Subject: [Qemu-discuss] How to Enable virtio networking on windows host win8.1
Date: Mon, 2 Nov 2015 11:49:06 -0800

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]