qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Bug of Qemu when running TAP device on Windows?
@ 2006-08-09  8:31 Tieu Ma Dau
  2006-08-09 11:24 ` Paul Sokolovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Tieu Ma Dau @ 2006-08-09  8:31 UTC (permalink / raw)
  To: qemu-devel, tieumadauy2k

[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]

      Hi all,
 I ran successfully Qemu to simulate ARM system on Linux host with the following command:
 ./qemu-system-arm -kernel zImage.integratorCP -append "root=/dev/nfs nfsroot=192.168.7.1:/mnt/nfsqemu rw ip=192.168.7.2::192.168.7.1:255.255.255.0 " -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup
 The content of qemu-ifup script is: 
 ifconfig tap0 192.168.7.1
 
 But my project demands me to run this ARM system on Windows host. So I modify a bit the qemu-ifup script as:
 ipconfig tap0 192.168.7.1 # "ipconfig" , not "ifconfig"
 And the corresponding command on Windows is:
 qemu-system-arm -kernel zImage.integrator -append "root=/dev/nfs nfsroot=192.
 168.7.1:/c/cygwin/openpsionfiltered=192.168.7.2::192.168.7.1:255.255.255.0" -net
 nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup
 
 But the error I got is:
 tap: Could not open 'tap0'
 Could not initialize device 'tap
 
 I found that the problem arrives when creating TAP interface on Windos. Do you have any ideas?
 Best   regards,
 Tieu
 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[-- Attachment #2: Type: text/html, Size: 1254 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-09 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09  8:31 [Qemu-devel] Bug of Qemu when running TAP device on Windows? Tieu Ma Dau
2006-08-09 11:24 ` Paul Sokolovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).