Share via


An unexpected error when configuring the network bridge

Question

Wednesday, February 5, 2020 11:25 PM

Hi All,

This question was originally posted on Jan 20, 2020 at https://forums.openvpn.net/viewtopic.php?f=6&t=29484 but got no answer

Windows 10 Pro, 1909 x64
openvpn-install-2.4.8-Win10.exe

Under 1903, I was able to easily establish a network bridge. Well 1909 occurred and the bridge could no longer get a DHCP address. Breaking the bridge and re-establishing it did not help. Removing, rebooting, and reinstalling OpenVPN did not help either. I keep getting

    An unexpected error when configuring the network bridge

And I have three other identical computer -- hardware and software -- that are working perfectly.

GGGG RRRRRRR !!!!!

Any word of wisdom?

Many thanks,

All replies (4)

Thursday, February 6, 2020 4:34 AM âś…Answered | 1 vote

Hi,

The issue might have occurred due to certain files in the WMI repository which is blocking you to create network bridge.

1. Click on Start; in the start search type cmd. 

2. Right click on cmd.exe and run as administrator.

3. Execute the following commands.
   net stop winmgmt
   cd /d %windir%\system32\wbem
   ren repository repository.old
   net start winmgmt

4. It may take a minute or so to complete while WMI rebuilds the database.

Restart the computer and then try creating a network bridge again.

Regards,

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, February 6, 2020 1:34 AM

To work around this issue, follow these steps:

  1. Remove all the network adapters from the network bridge. To do this, follow these steps:
    1. Click Start, and then click Control Panel.
    2. Double-click Network Connections.
    3. Right-click Network Bridge, and then click Properties.
    4. Click the General tab.
    5. On the Select the adapters you want to use to connect to computers on your local network list, click to clear the check boxes for the network adapters that are installed on your computer, and then click OK.
  2. Remove the MAC Bridge Miniport. To do this, follow these steps:
    1. Click Start, and then click Run.
    2. Type devmgmt.msc in the Open box, and then click OK.
    3. Expand Network Adapters, right-click MAC Bridge Miniport, and then click Uninstall.
    4. Click OK

S.Sengupta,Microsoft MVP Windows and Devices for IT, Windows Insider MVP


Thursday, February 6, 2020 3:13 AM

To work around this issue, follow these steps:

  1. Remove all the network adapters from the network bridge. To do this, follow these steps:
    1. Click Start, and then click Control Panel.
    2. Double-click Network Connections.
    3. Right-click Network Bridge, and then click Properties.
    4. Click the General tab.
    5. On the Select the adapters you want to use to connect to computers on your local network list, click to clear the check boxes for the network adapters that are installed on your computer, and then click OK.
  2. Remove the MAC Bridge Miniport. To do this, follow these steps:
    1. Click Start, and then click Run.
    2. Type devmgmt.msc in the Open box, and then click OK.
    3. Expand Network Adapters, right-click MAC Bridge Miniport, and then click Uninstall.
    4. Click OK

S.Sengupta,Microsoft MVP Windows and Devices for IT, Windows Insider MVP

No MAC Bridge Miniport.  The arrow are for the two I am trying to bridge.  They are not bridged at the moment.


Friday, February 7, 2020 7:52 PM

Thank you!  That worked!