TCP/IP communication between Hyper-V host and guests

hyper-vnetworkingtcpip

This may be a simple one. 🙂

I have a simple Hyper-V setup with a few guest os running. The host has 1 physical network adapter with a static IP assigned to it. The guests have network adapters assigned to "Internet" (Hyper-V network) which is bound to the physical host network adapter (Hyper-V "External" connection type).

I am not able to communicate (ping or anything else) between guests and host. I've checked firewall and it seems fine (ports open from anywhere still don't work). I'm trying to communicate with the hosts IP assigned to the same physical interface that the guests are sharing. Guests can communicate between them just fine.

I can't seem to find any relevant setting (I might just be missing it).

So my questions: How do I fix it so host and guests can communicate?

Best Answer

When you set up a virtual network for the guest machines to use, there's a checkbox for allowing the host to share the network. Did you enable this?

Related Topic