I am trying to harden, however the Datacenter firewall is blocking traffic, even traffic I have specifically accepted with a rule. I have tried single IP (10.26.24.10) and whole network (10.26.24.0/32).
I must be missing something simple here, but I think I followed docs/guidance?
THX,
-JB
Code:
[OPTIONS]
enable: 1
[IPSET mgmt_network] # Management network
10.26.24.0/24 # Management network
[RULES]
IN ACCEPT -source +dc/mgmt_network -p tcp -sport 8006 -log nolog # WebGUI
THX,
-JB
Last edited: