X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2FPVE%2FFirewall.pm;h=0e15090f3d7940c680fcc5aa8a6744d04d54f0e7;hp=f529593c7a5f0fe7ef5748bb62c7e428a0654de9;hb=a44539a351b71b24bb4074949aab52bb59d56e80;hpb=bb6ebf3b84bce5f58069fd8a6c2ba5431c426e86 diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index f529593..0e15090 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -214,7 +214,10 @@ my $pve_fw_macros = { ], 'Ceph' => [ "Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Deamons)", + # Legacy port for protocol v1 { action => 'PARAM', proto => 'tcp', dport => '6789' }, + # New port for protocol v2 + { action => 'PARAM', proto => 'tcp', dport => '3300' }, { action => 'PARAM', proto => 'tcp', dport => '6800:7300' }, ], 'CVS' => [