I'm fairly new to home networking. I've got a Windows 7 machine and Mac OS X 10.7 (Lion) machine connected to the same home network via a wireless Netgear router. I can ping the Mac from the Win7 PC by default, but I can't go the other way around (ping attempts time out).

Can someone who is more enlightened in the area of networking explain how to enable pinging the Windows 7 machine from the mac? Naturally I'm ultimately hoping to do more than pinging, but this first step's hanging me up.

Many thanks!

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Most likely your windows 7 firewall is blocking it, enter the command:

netsh firewall set icmpsetting 8 enable

to disable it back:

netsh firewall set icmpsetting 8 disable

link|improve this answer
Apparently that command is deprecated and 'netsh advfirewall firewall' is preferred? Not sure how to use the latter, but your suggestion worked anyway. Thanks! – user72923 Oct 22 '11 at 21:55
feedback

Your Answer

 
or
required, but never shown

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