I'm running 2003 Server and have workstations set up to connect to a terminal services session in order to use software stored on the server. we use a program that connects an external entity with us to send documents electronically..both sides have proven to have connection yet we cannot ping each other's ip's...what could be the problem here? (possible firewall config)
Asked
Active
Viewed 953 times
2 Answers
3
Your firewall, or their firewall, could be configured to not accept ICMP (Internet Control Message Protocol ) requests, which is a certain type of network traffic (ping is a subset of that type of network traffic)
A lot of companies disable this type of traffic to prevent ping flooding, which could be used as a denial of service type of attack
Look at this post to see if you could use these techniques if you're trying to determine if a connection is alive w/o using ping .
-
1Thanks for the edit izzy... I should know the difference between Your and You're... that's twice I've done that now :( – Roy Rico Sep 22 '09 at 20:27
-
1It's a pet peeve of mine ;) – Izzy Sep 22 '09 at 20:42
-
usually mine too, which is why i'm so ashamed of doing it :) – Roy Rico Sep 22 '09 at 20:58
-
Heh, I'll chime in on that one also :) – squillman Sep 22 '09 at 21:29
0
ICMP is being blocked somewhere between your server and the other party's server. 99.9% chance (being liberal on the probability) that it's one or more firewalls.

squillman
- 37,883
- 12
- 92
- 146