When a visitor visits the site canyouseeme.org and type in a port number, let's say 80 for example, (IP is already detected by canyouseeme), would that be equivalent to do the following telnet:

telnet <ip-detected-and-reported-by-canyouseeme> 80

In my case, canyouseeme can see the service on my IP on the specified port, but telnet says that the connection is refused and unable to connect.

Why the difference?

link|improve this question
if you're behind a NAT Router, you can't access that external ip internally. Try going to a computer at another location and running that telnet ip 80 – barlop Jul 9 '11 at 21:23
and try with nmap too.. I think this is the line, you may not need -P0. C:\>nmap -P0 -p80 ip – barlop Jul 9 '11 at 21:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.