The bug is when you run the commands I gave on the guest not the host.  I
have not tested multiple guests yet to see if one guest freezing will
freeze the rest


On Sat, Sep 21, 2013 at 2:37 AM, Michael Dexter
<edi...@callfortesting.org>wrote:

> On 9/20/13 10:04 PM, Aryeh Friedman wrote:
> > if I have something like:
> >
> > ifconfig bridge0 create
> > ifconfig bridge0 addm vtnet0 up
> >
> > the second ifconfig will just freeze the guest up (host is unaffected)
>
> vtnet0 is only visible from within a guest, not on the host. Here are
> the steps I use:
>
> Run once on the host before all guests:
>
> ifconfig bridge0 create
>
> Run on the host for each guest with different tap# numbers:
>
> ifconfig tap5 down
> ifconfig tap5 destroy
> ifconfig tap5 create
> ifconfig bridge0 addm tap5 addm em0 up
> ifconfig tap5 up
>
> em0 is the hardware interface on the host.
>
> Note that this will not work with a wireless interface unless you
> manually set some routes with pf.
>
> What is the bug?
>
> Michael
> _______________________________________________
> freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "
> freebsd-virtualization-unsubscr...@freebsd.org"
>
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to