Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A disabled Hyper-V virtual network adapter is re-enabled after you install Windows Server 2008 Service Pack 2


View products that this article applies to.

Symptoms

Consider the following scenario.
  • You have the release version of Hyper-V installed on a computer that is running Windows Server 2008.
  • You create an external virtual network in Hyper-V Manager.
  • You disable the virtual network adapter in the management operating system.
  • You install Windows Server 2008 Service Pack 2 (SP2) in the management operating system.
In this scenario, the virtual network adapter that you disabled in the management operating system is now enabled.

↑ Back to the top


Cause

This issue occurs because the network adapters in the management operating system are re-created when Windows Server 2008 SP2 is applied, and the previous state of the adapters is not migrated.

↑ Back to the top


Resolution

To resolve this issue, use one of the following methods.

Method 1: Full installation of Windows Server 2008

To disable the virtual network adapter in a full installation of Windows Server 2008, follow these steps:
  1. Open Network and Sharing Center in Control Panel.
  2. Click Manage Network Connections.
  3. On the View menu, click Details.
  4. Double-click the appropriate virtual network adapter in the Name column.

    Note In a default installation, this is the name of the External Virtual Network that was created by Virtual Network Manager in Hyper-V Manager.
  5. Click Disable.

Method 2: Server core installation of Windows Server 2008

To disable the virtual network adapter in a server core installation of Windows Server 2008, open a command prompt, and then type the following commands. Press ENTER after each command.
netsh interface show interface

netsh interface set interface "InterfaceName" admin=disabled
Note The InterfaceName placeholder is the Interface name that is displayed by the first command.

↑ Back to the top


More information

We recommend that you take the following actions:
  • Create external virtual networks that do not have to have connectivity in the management operating system.
  • Create these networks without a virtual network adapter within the management operating system in which they are created.
To do this by using the Hyper-V WMI APIs, visit the following Microsoft MSDN Blogs Web site:

↑ Back to the top


Keywords: KB973802, kbprb, kbsurveynew, kbtshoot, kbexpertiseinter, kbhyperv

↑ Back to the top

Article Info
Article ID : 973802
Revision : 3
Created on : 11/22/2010
Published on : 11/22/2010
Exists online : False
Views : 188