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 <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
|
---|
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 <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, remove the INF cache
|
---|
41 | (<filepath>%windir%\inf\INFCACHE.1</filepath>), reboot and
|
---|
42 | try to reinstall <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
|
---|
43 | </p>
|
---|
44 | </li>
|
---|
45 | </ul>
|
---|
46 | </body>
|
---|
47 |
|
---|
48 | </topic>
|
---|