How can I test whether a port is open on a firewall?

Carl Galt

Distinguished
Nov 23, 2011
2
0
18,510
I travel a lot and use wifi in a lot of different places (hotels, airports, etc.)

My apps don't always work and I suspect that in some instances the broadband provider is blocking some of the ports I need.

I don't need a port scanner like NMAP since that scans a target IP for listening ports. What I need is a way to figure out whether some firewall between my PC and the Internet is blocking specific UDP or TCP port ranges.
 
Solution



Firebind is a site that was designed for this purpose. They have a java app that can test any of the 65535 TCP or UDP ports to see whether there is a firewall blocking them.

You can test a single port or a range of ports. They also have some canned tests.

www.firebind.com

ProtocolGeek

Distinguished
Nov 23, 2011
2
0
18,520



Firebind is a site that was designed for this purpose. They have a java app that can test any of the 65535 TCP or UDP ports to see whether there is a firewall blocking them.

You can test a single port or a range of ports. They also have some canned tests.

www.firebind.com
 
Solution