Thu, Dec 4 2008 22:59
bradley
So how's that networking do-dads work in HyperV anyway?
Virtual PC Guy's WebLog : Understanding Networking with Hyper-V:
http://blogs.msdn.com/virtual_pc_guy/archive/2008/01/08/understanding-networking-with-hyper-v.aspx
So how does this networking stuff work in HyperV anyway?
I've found I will build a box with a legacy nic, the server will install and then after it's builtI will flip it to a "synthetic nic" as it's called.

My hyperV box has two physical network cards, one is connected to my duplicate router. As you can see once the HyperV role is enabled I now have four network connections. The reason is that I have two virtual networks setup to hold the network topologies I have set up.

I'll blog more on this later as well as I'm still getting a handle on this myself in the meantime read -- Hyper-V Getting Started Guide:
http://technet.microsoft.com/en-us/library/cc732470.aspx
After you install Hyper-V and create an external virtual network, your computer will operate differently. After installation, the parent partition uses a virtual network adapter to connect to the physical network. When you look at Network Connections on the parent partition, you will see the original network adapter and a new virtual network adapter. The original physical network adapter has nothing bound to it except the Microsoft Virtual Network Switch Protocol, and the virtual network adapter now has all of the standard protocols and services bound to it. The virtual network adapter that appears under Network Connections will have the same name as the virtual network switch with which it is associated. It is possible to create an internal virtual network, which will expose a virtual network adapter to the parent partition without the need to have a physical network adapter associated with it. Hyper-V only binds the virtual network service to a physical network adapter when an external virtual network is created. However, networking will get disrupted for a short period of time on the network adapter when a virtual network gets created or deleted.
The part I need to still understand and investigate more is how to have a single nic SBS box not be hooked to the physical network adapter. That's the part that I'm not quite gelling in my mind of how the magic works. Stay tuned.
Filed under: Virtualization