19 Apr 2022 12:37 PM - last edited on 16 Jun 2023 12:01 PM by Karolina_Linda
The security group on our client asks to close the port 8022 because it is no secure, How can we close it?
8022 | Dynatrace Managed UI and REST API (NGINX) |
Port 8022 can be closed to traffic coming from outside the Dynatrace cluster. This port can be used as an equivalent to 443 if usage of a non-privileged port is required. |
Solved! Go to Solution.
19 Apr 2022 03:45 PM
You could do it using firewalld or iptables on Linux or Windows Firewall on Windows, of course also you can do it with external equipment.
20 Apr 2022 09:34 AM
do you mean not using the port 8022 for managed service? or simply block access? Blocking access can be updated in iptables or client firewall policies. Make sure its allowed for Dynatrace cluster ips
20 Apr 2022 11:20 AM
I refer block access. Thanks a lot for your both answers