From: Dietmar Maurer Date: Fri, 1 Apr 2016 08:30:57 +0000 (+0200) Subject: pve-firewall.adoc: move info about pve ports to the end X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=224128ce0994a66e2a91e82845a39afcc32b0010 pve-firewall.adoc: move info about pve ports to the end --- diff --git a/pve-firewall.adoc b/pve-firewall.adoc index 925ce16..4e551a7 100644 --- a/pve-firewall.adoc +++ b/pve-firewall.adoc @@ -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[]