Link to home
Start Free TrialLog in
Avatar of Richard H
Richard H

asked on

Cannot ping Hyper-V VM from the network or access any Rolls when the Windows Firewall is turned on.

I setup a Hyper-V VM on Windows Server 2008 R2.  The VM can access the Internet and can also ping the Domain controller and other systems on the network.  The problem I am having is I cannot ping the VM or access any Rolls such as Remote Desktop Server from any system on the network, unless I turn off the Windows Firewall.  All access is one direction.  What are the correct Windows Firewall settings for a Hyper-V VM, because I don’t have this issue when I setup a standard (None VM) server?
Avatar of sfossupport
sfossupport
Flag of United States of America image

What type of networking did you setup under hyper-v. Are you sharing the ip address.
Virtual networking and switches are a new concept unless you are familiar with vmware.
Here is a good description of virtual networking

http://blogs.msdn.com/b/virtual_pc_guy/archive/2008/01/08/understanding-networking-with-hyper-v.aspx
Avatar of Darius Ghassem
You need to open the ports within the Hyper-V VM.
ASKER CERTIFIED SOLUTION
Avatar of brian_vt_hokie
brian_vt_hokie
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard H
Richard H

ASKER

I was able to allow ping by running the following command from this
Website: http://www.petri.co.il/enable-ping-windows-2008-server.htm

Enable ICMP Replies via the local Command Prompt
Open and elevated command promt

To Enable Run:
netsh firewall set icmpsetting 8

To Disable Run:
netsh firewall set icmpsetting 8 disable