---- Dennis Clarke <blastwave at gmail.com> wrote: > On 4/22/07, Ben Taylor <sol10x86 at cox.net> wrote: > > > > ---- 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". > > This modified version that you speak of, where is it specifically ?
It's current in CVS. Guess I need to document how to use the bridge and tap interface and post the TAP wrapper and bridge script. The bridge in Solaris is slightly different than in Linux/*BSD in the fact that the guest can't actually talk to the host and vice versa due to the way the bridge works. But this can be worked around by using a second tap or user-net to enable communication between the guest and host. Let me get a current tarball posted of the current CVS source, plus some Solaris appropriate patches that haven't been committed to CVS yet and post that, along with the TAP/bridge files. Maybe tommorow. Ben