Difficulty: Easy
Correct Answer: Configure each client to bypass the proxy server for local addresses
Explanation:
Introduction / Context:
Web proxy authentication is often required for outbound Internet access, but internal intranet sites should normally be reachable without passing through the external proxy or requiring proxy credentials. Browsers and WinINET clients can be configured to bypass the proxy for local (intranet) addresses, ensuring direct LAN access using standard Windows authentication if needed.
Given Data / Assumptions:
Concept / Approach:
Configure the proxy settings to “Bypass proxy server for local addresses” or add the intranet FQDN/IP patterns to the proxy exception list. This allows direct connections to the intranet server, avoiding the proxy’s authentication gate while keeping proxy enforcement for external sites.
Step-by-Step Solution:
Open Internet Options → Connections → LAN settings.Check “Bypass proxy server for local addresses.”Optionally add intranet hostnames or domains to the Exceptions list.Test intranet access; ensure Internet sites still route via proxy.
Verification / Alternative check:
Use netstat or proxy logs to confirm intranet traffic no longer hits the proxy. Validate Single Sign-On to the intranet via Integrated Windows Authentication if applicable.
Why Other Options Are Wrong:
Moving servers: Topology changes are unnecessary; this is a client configuration issue.
Common Pitfalls:
Forgetting to include both short hostnames and FQDNs in exceptions, or proxy-chaining intranet traffic inadvertently causing authentication prompts.
Final Answer:
Configure each client to bypass the proxy server for local addresses
Discussion & Comments