TCP/IP communication between Hyper-V host and guests
Posted
by
Tedd Hansen
on Server Fault
See other posts from Server Fault
or by Tedd Hansen
Published on 2010-12-29T20:35:06Z
Indexed on
2010/12/29
20:56 UTC
Read the original article
Hit count: 226
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?
© Server Fault or respective owner