10 pts.
 port forwarding
how to check open port on remote systems?

Software/Hardware used:
ASKED: June 5, 2010  9:16 AM
UPDATED: June 7, 2010  3:12 PM

Answer Wiki:
You can use an application like Angry IP Scanner to scan the remote machine or network for open ports. Here is the link: <a href="http://www.angryip.org/w/Home">Angry IP Scanner</a> Update: This app scans for both TCP and UDP ports but there are tons of other out there, just have a quick google search.
Last Wiki Answer Submitted:  June 6, 2010  3:30 pm  by  Matt Mather   3,610 pts.
All Answer Wiki Contributors:  Matt Mather   3,610 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Or you can try with SuperScan application. A powerful connect-based TCP port scanner, pinger and hostname resolver.

 20 pts.

 

nmap is an excellent tool for scanning ports on even firewalled systems – Use NMap to quickly scan a large subnet for MAC or IP addresses – even firewalled systems!

Also, if the port is a TCP port, simply use telnet to see if the port is open: telnet ip port. If the port is open, a blank screen will presented. If not open, then an error message will be returned.

 32,735 pts.

 

Keep in mind that some port scanners are detected as malware by some antivirus programs.

 63,580 pts.