I'm having a problem with a Hyper-V configuration. I can ping the host from the guest, but not the guest from the host!

Here's my setup:

  • The host has its own NIC connecting to the network.

  • The guest has been assigned another NIC on the physical machine and is using a virtual adapter to connect.

Everything else is pretty standard.

Can anybody suggest any reason as to why this might be the case?

Thanks

Nick

link|improve this question
Try disabling AV and double check your that your default gateway is correct. – Nixphoe Jul 15 '11 at 10:45
feedback

migrated from stackoverflow.com Apr 1 '11 at 9:52

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

You've probably tried these things already but its worth mentioning.

Have you updated your network card drivers, I was using intel and had to download the latest from the intel site because of a network related issue, where the guest would not always be reachable after boot.

Are you using NAT for the guest? In which case the ping can go out and works correctly, but not the other way around.

Do you have a firewall enabled on the guest that is discarding the pings, in but allowing them out?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.