qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] socket option under windows host


From: octane indice
Subject: [Qemu-devel] socket option under windows host
Date: Wed, 16 Apr 2008 17:58:47 +0200

Hello,

I have some trouble using the -net socket option under windows.

I read a lot of docs, I googled a lot, I saw a lot of people getting the
same error, but no solution.

Here what I got:
I launch the first qemu instance:
qemu -L . -hda slack.img -net nic -net socket,listen=:1234
In monitor, I have:
(qemu) info network
VLAN 0 devices:
  ne2000 pci macaddr=52:54:00:12:34:56
(qemu)

a netstat in windows shows:
D:\>netstat -na | grep 1234
  TCP    0.0.0.0:1234           0.0.0.0:0              LISTENING

I then launch a second qemu with:
qemu -L . -hda slack.img -net nic -net socket,connect=127.0.0.1:1234
connect: No error
Could not initialize device 'socket'

What can I do in order to make the socket option work under windows host?

Note: Under linux host, it work good, without any trouble

thanks

Eurolines : Voyagez au meilleur prix : http://www.alinto.com/pub/




reply via email to

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