> I have SUNWqemu-0.8.2, > REV=2006.10.14-sol8-sparc-opt.pkg.gz on solaris sparc > and tun/tap v1.1 and openvpn v2.0.9 and bridge. I > installed windows 2003 on qemu but I cannot connect > to the local net from the guest. > Someone might they say to me if there exists some > possibility of configure the qemu-guest to access the > local network same to qemu-host? > Please help me. > Regards, > Ivanovik
I didn't think that Martin incorporated the tun/tap patches into the 0.8.2 release he did, so you're stuck with using the "-net user -net nic,model="<your choice, rtl8139 is best probably>" If you set your client to dhcp, the qemu process provides dhcp services and default route to the client. Your client should pickup a 10.0.2.15 address and the default route of the client should be 10.0.2.2, but you should also be able to access the host via it's default ip address. HTH, Ben -- This message posted from opensolaris.org