AznMaverick
Platinum Member
How do i ping specific ports in windows server?
Originally posted by: spidey07
you can't. Ping is a utility to test IP connectivity to another host.
what you can do is try a direct TCP connection to the port...easiest way is "telent host port"
Originally posted by: Devistater
Originally posted by: spidey07
you can't. Ping is a utility to test IP connectivity to another host.
what you can do is try a direct TCP connection to the port...easiest way is "telent host port"
As a matter of fact, if you view MS information on troubleshooting email when doing MS server software, they tell you to try that with port 25. So even MS officially uses that method 🙂