https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287163
--- Comment #5 from Lexi Winter <i...@freebsd.org> --- > Its network interface is bridged to em0 (using vboxnet); > it is not possible to bridge to bridge0, doing so generates > an error message i don't know anything about VirtualBox, but from the bridge(4) point of view, this does not sound like it will result in a working configuration... can vboxnet attach to epair(4) devices? if so, you could try creating an epair, putting one end in the bridge, then running VirtualBox on the other end. this should result in bridge(4) treating it like any other (physical) network port. you can then put em0 in the bridge as normal, and assign the IP addresses to the bridge interface. -- You are receiving this mail because: You are the assignee for the bug.