Error accessing firewall control page in StorageGRID UI
- Views:
- 8
- Visibility:
- Public
- Votes:
- 0
- Category:
- storagegrid
- Specialty:
- sgrid
- Last Updated:
- 3/27/2025, 1:46:08 PM
Applies to
- NetApp StorageGRID
- Baremetal running CentOS 7
Issue
- Error observed accessing the Firewall Control page in Grid Manager:
"Error
TypeError: Cannot read properties of undefined (reading externalTcpPorts')"
- 500 Internal Server Error returned running GET for
/private/firewall-external-ports
via API:
"Failed to get port-sets from localhost: #<Net::HTTPNotFound 404 NOT FOUND readbody=true"
net/update-firewall.log
records:
[2025-03-18T13:44:49.321update-firewall] ERROR -- Failed to load NFT file /etc/storagegrid-firewall.d/blocked_ports.nft:/etc/storagegrid-firewall.d/blocked_ports.nft:6:16-23: Error: No such file or directory
flush set inetsgfilter blocked_tcp_ports
^^^^^^^^
/etc/storagegrid-firewall.d/blocked_ports.nft:7:16-23: Error: No such file or directory
flush set inetsgfilter blocked_udp_ports
- Running command
nft --numeric --numeric --numeric --handle list ruleset
produces no output.