Hi @Pradeep Kabbur ,
Welcome to the Microsoft Q&A platform!
Based on your description, you are dealing with inconsistencies related to URL redirection and internal network access, which is further complicated by using DUO for multi-factor authentication (MFA). Here are some suggestions that may help you troubleshoot and resolve this issue:
- Make sure the DNS configuration is consistent across all servers in the same IP subnet. Inconsistent DNS settings may result in different resolution paths for the same URL.
- Since external URLs are blocked by the internal network, make sure firewall rules are applied consistently across all servers. Some servers may have different firewall settings.
- If you use a load balancer, check its configuration. The load balancer may direct traffic from some servers differently, which can explain the inconsistent behavior.
- Verify that the DUO MFA settings are configured correctly and applied consistently. Inconsistent MFA settings may cause authentication issues.
- Sometimes, browser cache and cookies may cause inconsistent behavior. Try clearing the cache and cookies, or use an incognito window to see if the problem persists.
- Make sure the network configuration, including routing and subnetting, is set up correctly and consistently across all servers.
- Ensure that all servers are running the same version of software and have the same patches applied. Differences in software versions can cause unexpected behavior.
- If you use SSL/TLS, ensure that the certificates are properly installed and not expired. Inconsistent certificate configuration can cause connectivity issues.
- Manually test URL access using tools such as curl or wget from the server and see if there are any differences in the responses.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang