-
Beta Was this translation helpful? Give feedback.
Answered by
rh-ops
Jan 10, 2025
Replies: 1 comment
-
Try the command |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maksb2bb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try the command
so-soc-restart
. If that doesn't work, run the commandsudo salt-call pillar.get firewall
and look for the IP or IP range in Analyst to see if the address you're trying to access is missing. If so, use the following command to add it.sudo so-firewall --apply includehost analyst [IPADDRESS]
. After that, perform anotherso-soc-restart
.