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)

link|improve this question

11% accept rate
feedback

2 Answers

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 .

link|improve this answer
1  
Thanks 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
1  
It'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
feedback

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.

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.