[qemu-discuss] Networking In QEMU

2007-08-24 Thread stevens
I have to suspect Win2003 is the culprit. Check the > rtl8139 driver > in win2003. It is no doubt that windows 2003 is the culprit.I have installed windows 2000 server ,but I found it that it works well. Thanks very much! -- This message posted from opensolaris.org

[qemu-discuss] Networking In QEMU

2007-08-23 Thread Ben Taylor
stevens wrote: > Thank you for your reply. > I want to access Internet in QEMU guest,so I had tried two meanings. > > When I run the QEMU,my solaris host configurated this: > # ifconfig -a > lo0: flags=2001000849 mtu 8232 > index 1 > inet 127.0.0.1 netmask ff00 > bge0: flags=

[qemu-discuss] Networking In QEMU

2007-08-22 Thread stevens
Thank you for your reply. I want to access Internet in QEMU guest,so I had tried two meanings. (1) I have modified the dsl.sh and qemu-ifup script #cat dsl.sh #!/bin/ksh # qemu.sh: QEMU wrapper script # updated: 04/25/07 # Author: Sittichai Palingsong # Modified by: Ben Taylor # ##

[qemu-discuss] Networking In QEMU

2007-08-20 Thread Ben Taylor
stevens wrote: > I have downloaded sol_qemu_tap that wrapper for TAP, > run the script > #./sol_qemu_tap dsl.sh I assume you've modified the dsl.sh script to point at Solaris appropriate stuff. dsl.sh was just a short name for damn-small-linux. > Now I can see the tap0 when qemu is runn

[qemu-discuss] Networking In QEMU

2007-08-20 Thread Ben Taylor
stevens wrote: > Does TUN/TAP need openvpn running? > I didn't run openvpn when running QEMU No, you do not need the openvpn. The TUN/TAP module is used to do the fhe following: 1) TAP device is created with a private network between the host and the guest, and full network access (IE no

[qemu-discuss] Networking In QEMU

2007-08-18 Thread stevens
Does TUN/TAP need openvpn running? I didn't run openvpn when running QEMU -- This message posted from opensolaris.org

[qemu-discuss] Networking In QEMU

2007-08-18 Thread stevens
I have downloaded sol_qemu_tap that wrapper for TAP, run the script #./sol_qemu_tap dsl.sh Now I can see the tap0 when qemu is running. # ifconfig tap0 tap0: flags=1000851 mtu 1500 index 34 inet 192.168.10.250 --> 192.168.10.10 netmask ff00 ether a:0:20:1b:dd:b Where 192.168.10.

[qemu-discuss] Networking In QEMU

2007-08-17 Thread stevens
I have installed tun/tap,openvpn and bridge.But I could not see /dev/tap0 or /dev/tun0 except /dev/tun and /dev/tap.My OS is solaris 10 x86 u3,qemu version is 0.9.0.Here is my start script #qemu -hda windows/win2003/win2003.img -boot c -net nic -net tap -m 384 ifconfig: setifflags: SIOCSLIFFLAGS:

[qemu-discuss] Networking In QEMU

2006-12-01 Thread Mark Whittaker
Hi All, I've recently installed QEMU on Solaris 10 x86 from opensolaris (http://opensolaris.org/os/project/qemu/downloads/SUNWqemu-0.8.2_REV_2006.10.18-sol10-i386-opt.pkg.bz2) I've built an XP client, but I'm struggling to determine the best options for networking. Ideally, I'd like to be able