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

  • Thread starter Thread starter Joe M
  • Start date Start date
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????
 
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/)
 
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.
 
Back
Top