VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2038 - 2040 of 16363)

Ticket Resolution Summary Owner Reporter
#3663 fixed bridge network dont work in virtualbox 2.2 on windows vista x64 host Oleg
Description

“net filter” driver dont installed ( VBoxNetFlt.sys not copied nor to Windows\System32\drivers nor to \Program Files\Sun\xVM VirtualBox\drivers\network\netflt\miniport )

#3664 fixed System fails to resume if network connection is disabled on OS X Scott E. Graves
Description

I create 2 network adapters for a single Windows XP VM: (1) bridged and (1) one nat'd. If you disable one of the adapters in Windows XP (i.e. right-click "Local Area Connection"->Disable) and then suspend the VM, it will never allow you to resume. Attached is the log indicating the error.

#3665 fixed New network model = degraded performance Alexey Loukianov
Description

There is severe network throughtput degradation between host and guests under linux hosts when using bridged networking since VirtualBOX changed its networking model not to use tun/tap and host-side bridging.

How to reproduce:

Sample prerequisites: Fedora 8 host, Windows XP guest, any ethernet card as eth0 on host with link up on 100MBit and any 1GBit guest NIC.

First try:

1. Set guest to use bridged networking, bridge its NIC with eth0 host interface.
2. Boot up guest and use any network channel bandwidth test utility to test network througthput between host<=>guest.
3. Result: approx. 100MBit. (95MBit in my case)

Second try:

1. Create new tap interface on host with command like:

# tunctl -t tap200
# ifconfig tap200 up

2. Create new host-side brigde:

# brctl addbr br0
# brctl addif br0 eth0
# brctl addif br0 tap200

3. Set guest to use bridged networking, bridge its NIC with tap200 host interface.
4. Boot up guest and use any network channel bandwidth test utility to test network througthput between host<=>guest.
5. Result: much more than 100MBit (approx.250MBit in my case, possible bottleneck - CPU).

Conclusion: looks like current network bridging model limits virtual NIC throughtput by the speed of physical network interface they are bridged to. It results in severe performance regression for users switching from tun/tap + host bridging model to new "one fancy click in GUI" bridging model.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy