Jump to content



Photo

Ping Specific Port


  • Please log in to reply
2 replies to this topic

#1 Juanola

Juanola

    Seeker

  • Active Members
  • 47 posts

Posted 16 February 2009 - 06:51 AM

I have one PC with all the ports closed except one.

If I do one ping with the function PING() it result always 0 and it is ONLINE.

I have one port open in the pc.

How Can I obtain the pong or the the roundtrip-time of it PC?

Is there any solution to do one ping to one specific port?

Thank you!!!

Edited by Juanola, 16 February 2009 - 06:53 AM.






#2 JRowe

JRowe

    Chasing the white rabbits

  • Active Members
  • PipPipPipPipPipPip
  • 1,764 posts

Posted 16 February 2009 - 07:16 AM

Ping(192.168.0.0:80)

returns roundtrip-time in milliseconds.

#3 BrettF

BrettF

    My Drunk Monkey Guerilla is gonna getcha!

  • MVPs
  • 7,662 posts

Posted 16 February 2009 - 07:27 AM

JRowe something like that fails if I do this:

;This fails MsgBox (0, "", Ping ("www.google.com.au:80", 500)) ;Fails MsgBox (0, "", Ping ("74.125.19.103:80", 500)) ;This doesn't? MsgBox (0, "", Ping ("www.google.com.au", 500)) ;Or this MsgBox (0, "", Ping ("74.125.19.103", 500))





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users