SecurityFirewall
Nmap
Network scanning and security auditing with Nmap
NMAP is a useful tool to view what ports are exposed from an external location. It is good to test your security and no rouge ports are open.
To run a basic NMAP:
nmap public.ip.address.hereWill return standard ports it can query. To run more of a thorough scan, use:
nmap -p 1-10000 your.public.ip.address