27 Aug 2023 09:15 AM - last edited on 29 Aug 2023 12:31 PM by Ana_Kuzmenchuk
What is the best practice to route OneAgent traffic from a remote environment to a local through internet as HLD and any special configuration?
Solved! Go to Solution.
27 Aug 2023 09:28 AM - edited 27 Aug 2023 09:29 AM
Hi @Eslam_saeid
This is one of the Cluster ActiveGate (AKA CAG) roles as explained in Dynatrace Managed connectivity scheme
HTH
Yos
27 Aug 2023 09:33 AM
hi Yos
thanks for passing, we have alone of oneagent in the remote environment , is there is any possible to put AG in the remote environment and linked it the the cluster AG in the local environment?
Regards,
27 Aug 2023 09:39 AM
You are more than welcome @Eslam_saeid
Yes, you can place EAG between the OA and CAG
HTH
Yos
27 Aug 2023 09:43 AM
can you feedback and how we will configure the remote Env AG to link it to the cluster AG
Regards,
27 Aug 2023 09:57 AM
First install the local CAG and be sure you see it from the CMC - deployment status of AG's
After that, download the EAG and install it on the remote machine.
Make sure your FWs allows https connection from the remote EAG to the local CAG on port 9999
After your EAG will show up in your environment deployment status download the OA and install it on the remote machines.
Be ware that EAGs and OAs are looking for all the current available endpoints, hence the sequence of the above steps are essential.
HTH
Yos
27 Aug 2023 11:41 AM
this is not working at all
thanks for your tries
27 Aug 2023 12:09 PM
Actually it is working just fine for couple of our customers.
In order to check connection from EAG to the CAG run curl -k https://<CAG-IP>:9999/rest/state, this should return running, if that is not working check the FW rules and the route tables.
Yos