VirtualBox 3.0.51.r22902 on CURRENT/amd64 leads system freeze within bridge networking

Daichi GOTO daichi at ongs.co.jp
Wed Nov 11 06:42:35 UTC 2009


I have tried to use VirtualBox 3.0.51.r22902 within bridge
networking. In any ways, VirtualBox gets system freeze.

  Environment:
    VirtualBox 3.0.51.r22902
    FreeBSD 9.0-CURRENT (Fri Nov  6 10:09:25 JST 2009) amd64
    Core2Quad Q8300 (xVT not supported version)

  Method #1
    kldload vboxdrv
    kldload vboxnetflt
    kldload vboxnetadp
    VirtualBox -> Bridge Networking -> choose of re0
        (re0 is used on host)
    GuestOS starts boot and host gets freeze immediately 

  Method #2
    kldload vboxdrv
    kldload vboxnetflt
    kldload vboxnetadp
    VirtualBox -> Bridge Networking -> choose of fxp0
        (re0 is not used on host, just plugged)
    GuestOS starts boot and host gets freeze immediately 

  Method #3
    kldload vboxdrv
    kldload if_bridge
    setup tap interface
    setup bridge intarace
    VirtualBox -> Bridge Networking -> choose of tap0
    GuestOS starts boot and host gets freeze immediately 

  Method #4
    kldload vboxdrv
    kldload vboxnetflt
    kldload vboxnetadp
    kldload if_bridge
    setup tap interface
    setup bridge intarace
    VirtualBox -> Bridge Networking -> choose of tap0
    GuestOS starts boot and host gets freeze immediately 

It looks like VirtualBox on amd64 cannot use bridge feature.
Could anyone use bridge networking on amd64?  The lack of 
xVT technology leads this issue?

If anyone has any ideas, please teach me.
Thanks

-- 
Daichi GOTO
CEO | ONGS Inc.
81-42-316-7945 | daichi at ongs.co.jp | http://www.ongs.co.jp
LinkedIn: http://linkedin.com/in/daichigoto


More information about the freebsd-emulation mailing list