From: Dietmar Maurer Date: Fri, 12 Jan 2018 08:41:44 +0000 (+0100) Subject: pmg-admin-guide.adoc: add nmap docu X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=9d3349461c68611a0662c9a5e5bb2e0ebb8b0e6f;p=pmg-docs.git pmg-admin-guide.adoc: add nmap docu --- diff --git a/pmg-admin-guide.adoc b/pmg-admin-guide.adoc index 6dbb460..808ede9 100644 --- a/pmg-admin-guide.adoc +++ b/pmg-admin-guide.adoc @@ -93,6 +93,31 @@ include::pmgreport.adoc[] include::pmgupgrade.adoc[] +:leveloffset: 0 + + +`nmap` - Port Scans +----------------- + +`nmap` is designed to allow system administrators to scan large +networks to determine which hosts are up and what services they are +offering. You can use nmap to test your firewall setting, for example +to see if the required ports are open. + +.Test Razor port (tcp port 2703): +---- +# nmap -P0 -sS -p 2703 c301.cloudmark.com + +Starting Nmap 5.00 ( http://nmap.org ) at 2012-07-31 11:10 CEST +Interesting ports on c301.cloudmark.com (208.83.137.114): +PORT STATE SERVICE +2703/tcp open unknown + +Nmap done: 1 IP address (1 host up) scanned in 0.17 seconds +---- + +See the manual page (`man nmap`) for more information about nmap. + :leveloffset: 1