> HEllo, > > I'm also looking for something that let me have a > networkable XP host inside my Solaris10 server. So to > have it clear, is there any possibility to have this > working ? (i.e. to have at lease IE browsing > internet) and if it is, how ?
this is dead easy. when you start qemu, add -net user. You XP client should be set to DHCP, and assuming your Solaris host has a valid network connection and can resolve DNS (or even if you have an external proxy from the Solaris host), this should jsut work. The qemu guest (XP) will get a 10.0.2.15 address, and the default route is 10.0.2.2, which technically is a proxy address for the qemu process. Using the slirp stack it will translate that packet and send it on its way. > I've been playing a while with the same version of > qemu whitout fonding the trick ! :-) even the 0.7.0 version of qemu for Solaris could do this. -- This message posted from opensolaris.org