Windows – Cannot create external switch on Hyper-V

hyper-vnetworkingvirtual machinewindowswindows 8

I am getting the following error when creating an external switch on Hyper-V:

Hyper-V Error

I am running Windows 8.1 x64.

My switch settings are as follows:

External Switch Settings

Event viewer gives me the following errors in Applications and Services Logs -> Microsoft -> Windows -> Hyper-V-VMMS in the order of logging:

1) Timed out trying to acquire network configuration lock, current owner = 'Binding Engine Task Queue Handler'.

2) Switch delete failed, switch = 'C8486DBE-CFB6-4355-99E3-19CD37C6D606': Operation times out (0x80041069).

3) Failed while removing virtual Ethernet switch.

Best Answer

If you can't cretae external switch on Hyper-V.

First you need to create a new internal virtual switch.In order to do that, kindly follow the below steps.

Open the Hyper-V Manager and select your server.

In your Hyper-V Manager window, Top of the screen to the left side the second option is "ACTION". Click on ACTION.

In the ACTION tab now select "NEW VIRTUAL NETWORK" and "INTERNAL" and click on "OK".

In machine, Go to

CONTROL PANEL ==> NETWORK AND SHARING CENTER ==> MANAGE NETWORK CONNECTIONS.

Now locate the active Wireless network adapter and do RIGHT click on the "PROPERTIES"

Click on "SHARING" tab and check the box which has the option "Allow other network users to connect through this computer's Internet connection".

Now go to Hyper-V manager and do "RIGHT" on the respective server and click on

SETTINGS ==> NETWORK ADAPTER ==> in virtual switch drop down choose the EXTERNAL VLAN (NAME YOU GIVEN) and enable the Virtual LAN identification.

Related Question