VirtualBox

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

Last change on this file was 108297, checked in by vboxsync, 4 weeks ago

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

38ede4e3c915bbab9000b1b990e187daa07b4f61 Created 7.2 books from the 7.1 content with new part numbers, variables and removed non-7.2 content.
0951cfa5daf57ec2a81e36d335f14d8b4f2acd87 Merge branch 'Finalise_seamless_windows' into 'main'
b9e418eb08b28c6353e3f4534c7e360269cf5eef Included Klaus' feedback on known issues, moved some.
373130ebe466a21f4271e2ac36f11709c3697093 Initial edits to troubleshooting topics
a7459a9a24b73b4d268a751fba85e595ad6f35db Restructured and updated troubleshooting section
e3f67c800044e585a4428a4fc76016980269301b Added comments for future work
dcc46e566f3d269e5994d83cc5421532421fa639 Initial restructuring to move topics into suitable sections
e7b6f99bf86526813fcbe96903cf0c2652952eb0 removed Guest Control known issue. Info now in CLI topics
0209a6a155f460eaba79bcf0d0f34d8460413868 Reworded clipboard intro to be clear it requires GUI, made config a separate chapter
94f883f2b38dc281e759878880280370aa517d5c Included feedback from Brent on troubleshooting
ac1c0c919eeb58b1db478ca66e825ea89eb7a1a8 Removed preface, consolidated intro topics
7117e423ecdc1841b2bbca1aafda1c43ae38f7ea More restructuring and removing duplication
c8728eee82bd4081ab6f0500b32068c8f6749bc2 Updated intro and more restructuring
25389ab0df09df59f8f5f517f15590a917bb66a1 Added link to support and licensing
981ba048798bf7985f2c230fe97172d587e25fd6 7.2 updates for 3d acceleration
e95113d1da7ccf299642cd3368804e319e2bf3ca Updated diagram in intro, and filename
5c4555249e12738e55e9b8a0710f83ee7d4a9e61 New filenames, ids for intro
abf8d5092aea7f1fd4e9b7dbab578d615579eb4e Updated diagram to higher res

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 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 </ul>
29 <p>The PCNet FAST III is the default because it is supported by nearly all operating systems, as well as by the GNU
30 GRUB boot manager. As an exception, the Intel PRO/1000 family adapters are chosen for some guest operating system
31 types that no longer ship with drivers for the PCNet card, such as Windows Vista. </p>
32 <p>The Intel PRO/1000 MT Desktop type works with Windows Vista and later versions. The T Server variant of the Intel
33 PRO/1000 card is recognized by Windows XP guests without additional driver installation. The MT Server variant
34 facilitates OVF imports from other platforms. </p>
35 <p>The Paravirtualized network adapter (virtio-net) is special. If you select this adapter, then <ph
36 conkeyref="vbox-conkeyref-phrases/product-name"/> does <i>not</i> virtualize common networking hardware that is
37 supported by common guest operating systems. Instead, <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
38 expects a special software interface for virtualized environments to be provided by the guest, thus avoiding the
39 complexity of emulating networking hardware and improving network performance. <ph
40 conkeyref="vbox-conkeyref-phrases/product-name"/> provides support for the industry-standard <i>virtio</i>
41 networking drivers, which are part of the open source KVM project. </p>
42 <p>The virtio networking drivers are available for the following guest operating systems: </p>
43 <ul>
44 <li>
45 <p>Linux kernels version 2.6.25 or later can be configured to provide virtio support. Some distributions have
46 also back-ported virtio to older kernels. </p>
47 </li>
48 <li>
49 <p>For Windows 2000, XP, and Vista, virtio drivers can be downloaded and installed from the KVM project web
50 page: </p>
51 <p><ph>http://www.linux-kvm.org/page/WindowsGuestDrivers</ph>.
52 </p>
53 </li>
54 </ul>
55 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> also has limited support for <i>jumbo frames</i>. These are
56 networking packets with more than 1500 bytes of data, provided that you use the Intel card virtualization and
57 bridged networking. Jumbo frames are not supported with the AMD networking devices. In those cases, jumbo packets
58 will silently be dropped for both the transmit and the receive direction. Guest operating systems trying to use
59 this feature will observe this as a packet loss, which may lead to unexpected application behavior in the guest.
60 This does not cause problems with guest operating systems in their default configuration, as jumbo frames need to
61 be explicitly enabled. </p>
62 </body>
63
64</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