[pve-devel] [PATCH pve-firewall 1/1] fix #7232: update ports for ceph macro

Stefan Hanreich s.hanreich at proxmox.com
Tue Jan 27 11:25:57 CET 2026


The range of ports used by Ceph has changed since the creation of this
firewall macro. Update the macro so it reflects the new range of ports
used by Ceph [1].

[1] https://docs.ceph.com/en/latest/rados/configuration/network-config-ref/#mds-and-manager-ip-tables

Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
 src/PVE/Firewall.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index 93f8c34..92cbcaa 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -260,7 +260,7 @@ my $pve_fw_macros = {
         { action => 'PARAM', proto => 'tcp', dport => '6789' },
         # New port for protocol v2
         { action => 'PARAM', proto => 'tcp', dport => '3300' },
-        { action => 'PARAM', proto => 'tcp', dport => '6800:7300' },
+        { action => 'PARAM', proto => 'tcp', dport => '6800:7568' },
     ],
     'CVS' => [
         "Concurrent Versions System pserver traffic",
-- 
2.47.3




More information about the pve-devel mailing list