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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
