VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/nichardware.dita@ 108599

Last change on this file since 108599 was 108599, checked in by vboxsync, 8 weeks ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

ab13e70df1f11d94f5aa74320f3d5bcd09eb0615 Merge branch 'VBP-1524_intro' into 'main'
2d22f9e3961d9af151d8fd68be179fe158ecdbe8 Updated 7.2 NAT topics
db0dea26b24752c0700fe2482c71096e5e34c144 Second draft for review
1ed94a09615e74cbefb40eae15334256716fce3e Updates to User Guide previously made by changesets 166326 and 166288 in vbox repo.
6dd488e154f44f2fe176a5a8b966c53b4dc9bc11 initial changes more to do
c5daadaa4ca2c9566a138d0f8747ac251409a597 more changes still more to do
f6485c3e017173701848468da9411723eeffaa7a Renamed topics and IDs
7ee42f9b5ec05968c90fdc476c2b2d63d9b729c2 Redrafted as two topics
3d44dd223c479bff7e5e7b4ff04551bf3e100a5c Tidied up unattended installation topics and removed duplication, corrected links.
e55738b05d654b7e3ad4e3bf9d085207703188b0 Updated overview of creating VM
168aee91e9dfffc02caaf409f35dd5a4087acfbe Merge branch 'VBP-1276_createVM' into 'main'
b51d42c208d4a5bc5c8cb0fc3a99180446ebe58e Removed obsolete note, and fixed typo
bf979f08427ff1dbb28c8a746789188416ffd137 Updated refs to Global Tools
e505a3f336b2dd2a8fb518b5dd6df4de3aa4e4be Removed unreferenced files
707ad04594a853717261ca66b320caaeb5b9ebbb Draft changes to network setup
ddda752407bad20a499b04206006b95fc1d6466d Restructured and updated network config topics
809714626c61832152b8f6d709abfbf750904af9 Updated topics for configuring vbox

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="nichardware">
4 <title>Virtual Networking Hardware</title>
5
6 <body>
7 <p>For each card, you can individually select what kind of <i>hardware</i> will be presented to the virtual machine.
8 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can virtualize the following types of networking hardware: </p>
9 <ul>
10 <li>
11 <p>AMD PCNet PCI II (Am79C970A) Not available on Arm guests.</p>
12 </li>
13 <li>
14 <p>AMD PCNet FAST III (Am79C973), the default setting on x86 guests. Not available on Arm guests.</p>
15 </li>
16 <li>
17 <p>Intel PRO/1000 MT Desktop (82540EM)</p>
18 </li>
19 <li>
20 <p>Intel PRO/1000 T Server (82543GC)</p>
21 </li>
22 <li>
23 <p>Intel PRO/1000 MT Server (82545EM)</p>
24 </li>
25 <li>
26 <p>Paravirtualized network adapter (virtio-net)</p>
27 </li>
28 <li>
29 <p>Ethernet over USB network adapter (usbnet)</p>
30 </li>
31 </ul>
32 <p>The PCNet FAST III is the default because it is supported by nearly all operating systems, as well as by the GNU
33 GRUB boot manager. As an exception, the Intel PRO/1000 family adapters are chosen for some guest operating system
34 types that no longer ship with drivers for the PCNet card, such as Windows Vista. </p>
35 <p>The Intel PRO/1000 MT Desktop type works with Windows Vista and later versions. The T Server variant of the Intel
36 PRO/1000 card is recognized by Windows XP guests without additional driver installation. The MT Server variant
37 facilitates OVF imports from other platforms. </p>
38 <p>The Paravirtualized network adapter (virtio-net) is special. If you select this adapter, then <ph
39 conkeyref="vbox-conkeyref-phrases/product-name"/> does <i>not</i> virtualize common networking hardware that is
40 supported by common guest operating systems. Instead, <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
41 expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the
42 complexity of emulating networking hardware and improving network performance. <ph
43 conkeyref="vbox-conkeyref-phrases/product-name"/> provides support for the industry-standard <i>virtio</i>
44 networking drivers, which are part of the open source KVM project. </p>
45 <p>The virtio networking drivers are available for the following guest operating systems: </p>
46 <ul>
47 <li>
48 <p>Linux kernels version 2.6.25 or later can be configured to provide virtio support. Some distributions have
49 also back-ported virtio to older kernels. </p>
50 </li>
51 <li>
52 <p>For Windows 2000, XP, and Vista, virtio drivers can be downloaded and installed from the KVM project web
53 page: </p>
54 <p><ph>http://www.linux-kvm.org/page/WindowsGuestDrivers</ph>.
55 </p>
56 </li>
57 </ul>
58 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> also has limited support for <i>jumbo frames</i>. These are
59 networking packets with more than 1500 bytes of data, provided that you use the Intel card virtualization and
60 bridged networking. Jumbo frames are not supported with the AMD networking devices. In those cases, jumbo packets
61 will silently be dropped for both the transmit and the receive direction. Guest operating systems trying to use
62 this feature will observe this as a packet loss, which may lead to unexpected application behavior in the guest.
63 This does not cause problems with guest operating systems in their default configuration, as jumbo frames need to
64 be explicitly enabled. </p>
65 </body>
66
67</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette