03 Nov 2022 08:45 AM - last edited on 03 Nov 2022 09:49 AM by MaciejNeumann
Hello,
On my server, when I use the command ./oneagentctl --get-server it returns multiple servers :
{activegate_addresses}{dynatrace_server_addresses}
I want to change the order of my activategate addresses, to avoid non authorized flow
For example :
#./oneagentctl --get-server
{https://activegate1_name:9999/communication;https://activegate1_ip1:9999/communication;*https://activegate1_ip2:9999/communication}{https://dynatrace_server_ip1:9999/communication;https://dynatrace_server_ip1:9999/communication}
I want to have
#./oneagentctl --get-server
{https://activegate1_ip2:9999/communication;https://activegate1_ip1:9999/communication;*https://activegate1_name:9999/communication}{https://dynatrace_server_ip1:9999/communication;https://dynatrace_server_ip1:9999/communication}
How could I do the change and persistent ?
Thanks.
Regards,
03 Nov 2022 09:13 AM
Get familiar with network zones: https://www.dynatrace.com/support/help/setup-and-configuration/network-zones. Network zones are Dynatrace entities that represent your network structure. They help you to route the traffic efficiently, avoiding unnecessary traffic across data centers and network regions.
In short, you need to assign ActiveGates to network zones, and then configure OneAgents to prioritize routing to a selected network zone than others.
03 Nov 2022 09:27 AM
In fact, I only have one Activegate but this Activegate has multiple addresses IP
I'm not sure that the solution fit with my request