Communication between Two NIC cards in Hyper V Virtual machine

Ajith Borra 116 Reputation points
2022-08-24T08:33:44.947+00:00

I have a Hyper-V host with 2 Private Virtual Switches named as Production and Management. Now I have 2 VM's listed as below.

VM1: NIC1-Management(192.168.100.10)
VM1: NIC2-Production(192.168.101.10)

VM2: NIC1-Management(192.168.100.11)
VM2: NIC2-Production(192.168.101.11)

Now I am able to ping 192.168.100.11 from 192.168.100.10 and vice versa but unable to ping 192.168.101.11 from 192.168.101.10 and vice versa.

How can I achieve this?

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

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-08-24T12:41:32.317+00:00

    Check the firewalls. By default ICMPv4 would be blocked.

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


  2. Ajith Borra 116 Reputation points
    2022-08-27T03:26:16.137+00:00

    @Anonymous

    Sorry for the delay go stuck in other works.
    Firewall is disabled in all profiles in all servers.

    0 comments No comments

  3. Anonymous
    2022-08-27T13:02:54.053+00:00

    The interface used to send out packets is determined by the local routing table. You can look at the computer's routing table by opening up a command prompt and typing ROUTE PRINT

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


  4. Sean O'Brien 11 Reputation points
    2022-08-30T07:39:37.81+00:00

    Hello there,

    In Hyper-V, we always don't recommend to bridge the Virtual Switch adapter with physical network adapters in the host. The correct way to implement networking in Hyper-V for VM communication and internet is to create an external Virtual Switch.

    You can look into this thread for the detailed discussion of this topic and the reason the communication might not happen https://learn.microsoft.com/en-us/answers/questions/204807/hostsguests-cannot-access-each-other-ping-destinat.html

    -----------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

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.