VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/ts_win-host-bridged-network-adapters.dita@ 99009

Last change on this file since 99009 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
File size: 1.9 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="ts_win-host-bridged-network-adapters">
4 <title>Bridged Networking Adapters Missing</title>
5
6 <body>
7 <p>
8 If no bridged adapters show up in the
9 <b outputclass="bold">Networking</b> section of the VM
10 settings, this typically means that the bridged networking
11 driver was not installed properly on your host. This could be
12 due to the following reasons:
13 </p>
14 <ul>
15 <li>
16 <p>
17 The maximum allowed filter count was reached on the host. In
18 this case, the MSI log would mention the
19 <codeph>0x8004a029</codeph> error code returned on NetFlt
20 network component install, as follows:
21 </p>
22 <pre xml:space="preserve">VBoxNetCfgWinInstallComponent: Install failed, hr (0x8004a029)</pre>
23 <p>
24 You can try to increase the maximum filter count in the
25 Windows registry using the following key:
26 </p>
27 <pre xml:space="preserve">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\MaxNumFilters</pre>
28 <p>
29 The maximum number allowed is 14. After a reboot, try to
30 reinstall Oracle VM VirtualBox.
31 </p>
32 </li>
33 <li>
34 <p>
35 The INF cache is corrupt. In this case, the install log at
36 <filepath>%windir%\inf\setupapi.dev.log</filepath> would
37 typically mention the failure to find a suitable driver
38 package for either the <userinput>sun_VBoxNetFlt</userinput> or
39 <userinput>sun_VBoxNetFltmp</userinput> components. The solution
40 then is to uninstall Oracle VM VirtualBox, remove the INF cache
41 (<filepath>%windir%\inf\INFCACHE.1</filepath>), reboot and
42 try to reinstall Oracle VM VirtualBox.
43 </p>
44 </li>
45 </ul>
46 </body>
47
48</topic>
Note: See TracBrowser for help on using the repository browser.

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