PIng a particular port of a global ip address...how??

J

Joe M

Does anyone know how to ping a particular port for a global static ip
address. Eg. I have a Dynalink ADSL Router/NAT port mapping with 1 global
ip 203.145.145.145 with port 1352 opened for an internal Lan ip. I need to
ping it from the internet to see if the port 1352 is responding and work
properly, how do I check if port 1352 is opened with ping/other utility. And
how do I check all the ports that are opened for ip 203.145.145.145 from the
internet????
 
A

Alan J. McFarlane

Joe M said:
Does anyone know how to ping a particular port for a global static ip
address. Eg. I have a Dynalink ADSL Router/NAT port mapping with 1
global ip 203.145.145.145 with port 1352 opened for an internal Lan
ip. I need to ping it from the internet to see if the port 1352 is
responding and work properly, how do I check if port 1352 is opened
with ping/other utility. And how do I check all the ports that are
opened for ip 203.145.145.145 from the internet????

"telnet xx..xx..xx.xx 1352"? or netcat
(http://www.atstake.com/research/tools/network_utilities/)
 
M

Marc Reynolds [MSFT]

Hi Joe,

You cannot ping ports, but you can telnet to specific ports by opening a
command window and entering "telnet <destination IP address> <port #>"


Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top