Check to see if your port is really open.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

This one is pretty handy. Lets say you have a crappy little home router and you have to open a port, the html interface of the router says your port is open, but is it really? This great little tool finds your external IP address and then lets you check to see if your port is open. I tried this on a proxy and it pulls the proxies IP perfectly and is able to get the ports that are open.
Email down? maybe your ISP is dumb and blocked your port 25 (outgoing SMTP) or port 110 (pop3). In any case this simple web application will tell you whether your port is open or not.
Read more posts by Christopher Carey
- Demonoid is back - April 18th, 2008
- Collect data on your website with Google Forms - March 10th, 2008
- Weight loss the Web 2.0 way - March 6th, 2008
- Print your Window's file directories easily - February 8th, 2008
- Create a Firefox Search Plugin with only a right click - February 8th, 2008
Comments
5 Responses to “Check to see if your port is really open.”
Got something to say?


















Very good system, I actually made a script that checks this! It’s a handy tool to have.
If you have Windows Firewall or some other firewall in your computer, you can simply check its settings and it should have a list of allowed ports (all other ports are blocked). Of course, this tool would be great for checking if the ISP/router blocked something it shouldn’t be blocking (but that’s unlikely).
To get your IP address, simply check your network connection properties (most online IP checkers may not be able to check for certain IPs accurately if you are behind some proxies).
@multippt: You’d also need to check your router and make sure you’re PORT FORWARDING the appropriate ports if you wanted them to be open.
More info at http://www.portforward.com
thanks, really helps
Hello,
Very useful indeed, but I need not just a checker but a constant monitor, if possible, even a program checking on given intervals, and resetting my “crappy little home router”
when necessary.