]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-firewall.adoc
pve-firewall.adoc: move info about pve ports to the end
[pve-docs.git] / pve-firewall.adoc
index 925ce161596505268cf6861069db79ac2b842439..4e551a79105b4e45b336a7459a204ce316dcabe9 100644 (file)
@@ -64,17 +64,6 @@ For each zone, you can define firewall rules for incoming and/or
 outgoing traffic.
 
 
-Ports used by Proxmox VE
-------------------------
-
-* Web interface: 8006
-* VNC Web console: 5900-5999
-* SPICE proxy: 3128
-* sshd (used for cluster actions): 22
-* rpcbind: 111
-*  corosync multicast (if you run a cluster): 5404, 5405 UDP
-
-
 Configuration
 -------------
 
@@ -444,6 +433,16 @@ iface vmbr0 inet6 static
 (...)
 ----
 
+Ports used by Proxmox VE
+------------------------
+
+* Web interface: 8006
+* VNC Web console: 5900-5999
+* SPICE proxy: 3128
+* sshd (used for cluster actions): 22
+* rpcbind: 111
+*  corosync multicast (if you run a cluster): 5404, 5405 UDP
+
 
 ifdef::manvolnum[]