"PhilT" <(E-Mail Removed)> wrote
>
>Peter wrote:
>> Is there any way I can check which ports are being blocked by an ISP,
>> on say a broadband connection?
>
>'telnet hostnameorIP portnumber' tries to make a connection, its value
>depends on what response the other end will give to a telnet session on
>that port. The error messages / speed of response may give you a clue
>if the outbound connection is refused.
>
>Inbound the port scanners like ShieldsUp from GRC or
>http://www.netmonitor.org/tools/nscan.php should help the other way,
>providing you have a port open and listening and no firewall issues.
>
>Phil
That's the problem - normally one needs to have an application
program, or an operating system function, servicing packets on the
port before one is going to get any response from it.
The question should have been: is there is a website which is running
some application that replies on *all* ports, so one could do an
outbound port check.
Most servers will not respond at all to any port other than those
specifically open (e.g. 80) so they are of no use for checking this.