]> git.proxmox.com Git - pmg-docs.git/commitdiff
nmap.adoc: move nmap docu to extra file
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 12 Jan 2018 09:16:52 +0000 (10:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 12 Jan 2018 09:16:52 +0000 (10:16 +0100)
nmap.adoc [new file with mode: 0644]
pmg-admin-guide.adoc

diff --git a/nmap.adoc b/nmap.adoc
new file mode 100644 (file)
index 0000000..cf6a96b
--- /dev/null
+++ b/nmap.adoc
@@ -0,0 +1,22 @@
+[[nmap]]
+`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.
index d41a208994348b74d9df3f7841b65f380c708727..3ae28a2a466c2fb3ee1d5903b7bd2e116e0fc3b9 100644 (file)
@@ -77,31 +77,13 @@ include::pmgreport.adoc[]
 
 include::pmgupgrade.adoc[]
 
-:leveloffset: 0
-
-
-[[nmap]]
-`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.
+:leveloffset: 1
 
-.Test Razor port (tcp port 2703):
-----
-# nmap -P0 -sS -p 2703 c301.cloudmark.com
+include::nmap.adoc[]
 
-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
+:leveloffset: 0
 
-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