Domain users timeout accessing external website

d3admouse 0 Reputation points
2023-03-04T08:47:51.57+00:00

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.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
2,429 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,863 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,189 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
8,883 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
4,000 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 342.4K Reputation points MVP
    2023-03-04T15:04:10.2366667+00:00

    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--