From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Fri, 21 Aug 2009 21:34:03 EDT." References: From: Bakul Shah Date: Fri, 21 Aug 2009 23:35:49 -0700 Message-Id: <20090822063550.42A275B4C@mail.bitblocks.com> Subject: Re: [9fans] Plan 9 via QEMU Topicbox-Message-UUID: 518fa29e-ead5-11e9-9d60-3106f5b1d025 On Fri, 21 Aug 2009 21:34:03 EDT Akshat Kumar wrote: > If I start QEMU with the option to boot directly from > the HD image, as opposed to booting from network, > then it starts up fine - but then the kernel is different > also. I don't know what part of this is really troublesome. > Maybe the pcap device? I can't get into VNC if I start > QEMU with -boot d and -net pcap,devicename=ath0 so > -boot n remains my only options; but with this option > we have the hung fossil... or something.... > So many problems (due to so many limitations). AFAIK, only one mac address is allowed with wifi (unlike ethernet). Have you tried using NAT on the host? When I used to run qemu on a FreeBSD laptop with only a wifi link, this is what worked best. I used something like this: qemu -vnc : -net tap -net nic,macaddr=,model= -monitor stdio img On the host I bridged all tap devices so that all the VMs can talk to each other. If you want any plan9 services accessible from outside the qemu host, you will have to redirect any ports of interest. [Note: FreeBSD runs on Acer Aspire One]