---- Tim <linux_geek at comcast.net> wrote: 
> So at the moment there is no way to get this guest host from other hosts on 
> the same network?

Sure there is.  You can use "-net user -net nic" and some "-redir ....." rules

or you can use the tun/tap stuff (be sure it's the modified version from
the japan site, not blastwave) and start qemu "-net tap -net nic".

> I installed all the Tap/Tun stuff but it doesn't create the /dev/tap0 device 
> or at least I can see it in ifconfig or /dev/tap0.

how are you starting qemu?   if you're using tap, you need to start
qemu with "-net tap -net nic".  What does your /etc/qemu-ifup script
look like?  

> I want to be able to access this from my network.. From the qemu guest I can 
> access the network and the internet just fine. I have to say it is Fast, very 
> fast - I am using the kqemu module. 

I tend to just use usernet and redir with ssh since that's all I usually
need to get into a guest.  If you need more ports, then I guess it's
a tossup between writing redir rules and tun/tap.  
> 
> I have this installed on OpenSolaris b61 on a Intel Core 2 duo e6300 box.
> 
> I need a Linux distro with a 2.6 kernel... So until {if ever} I can make a 
> zone. I am gonna use this.

zone and tap isn't going to work.  AFAIK, you can't use a loadable module
in a zone, so you may as well figure out how to do it with the user-net and
redir rules.

> I am planning to setup a PackeFence host via this... We'll see how this goes.

Never heard of it.

Ben

Reply via email to