We have a federated ArcGIS Enterprise Environment, with two web adaptors(one each for portal and server) installed.
To make it accessible to all users we configured NLB on top of the web adaptors.
So, originally we have server services web adaptor URL:
https://test.test.net/server/rest/services/
After NLB this URL is changed to:
https://arcgis.test.com/server/rest/services/
But it fails to access the services using this new NLB URL and if we access services on Portal Web Maps, the request's sent are to the server URL with domain name which user's can't access making it non useful for the users to access services using NLB URLs.
Any thoughts would be highly appreciated.
Thank you!!