how to connect to different system within the lan? im getting messages back when pinged with host ip address and also for default gateway. But messages pinged to another ip address with in my lan are not comming back? please help me out.

link|improve this question
2  
This question belongs on SuperUser. Stack Overflow is for programming related questions. But, you should check to see your other computers allow ICMP messages. – Alan Jun 12 '10 at 2:23
2  
This a serverfault or superuser question. – Babiker Jun 12 '10 at 2:24
1  
Could you provide more information please. Such as what type of systems you are trying to connect, type of LAN etc. – Pulse Jun 12 '10 at 5:45
Is there something else that isn't working, or do you just want ping to work? – Stephen Jennings Jun 12 '10 at 5:57
feedback

migrated from serverfault.com Jun 12 '10 at 5:39

This question came from our site for system administrators and desktop support professionals.

2 Answers

You should provide more details, but it seems like a routing issue.

Maybe you can solve it using jQuery.

link|improve this answer
feedback

You may have a firewall blocking ping responses. If you're using a third party firewall, you should temporarily disable it for testing.

If you're only using the default Windows XP firewall, you want to flag "Allow incoming echo request" in the firewall ICMP settings.

In Vista or Windows 7, it looks like the easiest way to allow ping is via command prompt:

netsh firewall set icmpsetting 8 enable
link|improve this answer
feedback

Your Answer

 
or
required, but never shown