Hyper-V 2022 NIC Configuration

EMR 171 Reputation points
2023-07-05T06:24:43.3466667+00:00

I am configuring Hyper-V on Windows Server 2022. My server has 2 physical NICs. I don't know much about Hyper-V, so I would enjoy feedback on the best way to configure the NICs for Hyper-V VM and the physical host access. Should I use teaming NICs? Or should I dedicate one NIC to the Hyper-V NIC and the other NIC to the host operating system?

Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-07-05T19:40:20.8333333+00:00

    When you create the vSwitch you'll also assign it some name. Then during the virtual machine guest configuration use the dropdown and select the new vSwitch (by name), then within each virtual machine use each VM's vEthernet to configure the addressing in the exact same manner as if it were a physical NIC

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-07-05T19:27:25.3966667+00:00

    Yes, you can create an external vSwitch. When you create a new external vSwitch the internet protocols are removed from the adapter and the Hyper-V Extensible Switch protocol is added turning that physical port into a multi-port virtual switch. Connect your VMs to this vSwitch and use each VM's vEthernet to configure the addressing in the exact same manner as if it were a physical NIC

    vSwiches do not have an address since it is now a multi-port virtual switch.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

  2. Anonymous
    2023-07-05T14:45:32.9466667+00:00

    Most likely leave one for the host to use and configure an external vSwitch for the guests to use.

    When you create a new external vSwitch the internet protocols are removed from the adapter and the Hyper-V Extensible Switch protocol is added turning that physical port into a multi-port virtual switch. Connect your VMs to this vSwitch and use each VM's vEthernet to configure the addressing in the exact same manner as if it were a physical NIC

    https://blogs.technet.microsoft.com/jhoward/2008/06/17/hyper-v-what-are-the-uses-for-different-types-of-virtual-networks/

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.