Windows Server 2019
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
2,429 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello. Users from my company have troubles reaching an external website. when they are behind global protect, getting timeouts, while when GP is disabled they can reach it smoothly. How can I set DNS config to allow users to access this website? Thanks in advance.
Most likely a firewall issue. You could test some things with gp off / on.
Test-NetConnection -ComputerName "192.168.10.10" -Port 443 -InformationLevel "Detailed"
Test-NetConnection -ComputerName "www.somesite.com" -Port 443 -InformationLevel "Detailed"
--please don't forget to upvote
and Accept as answer
if the reply is helpful--