Go to the table of contents Go to the previous page Go to the next page
Content Gateway Deployment > Content Gateway explicit and transparent proxy deployments
Content Gateway explicit and transparent proxy deployments
Deployment and Installation Center | Forcepoint Web Security | v8.4.x
Content Gateway provides the following proxy deployment options:
*
Explicit proxy deployment, where the user's client software is configured to send requests directly to Content Gateway
*
Transparent proxy deployment, where user requests are transparently redirected to a Content Gateway proxy, typically by a switch or router, on the way to their eventual destination
For more information about configuring explicit and transparent proxy options in Content Gateway, see the Explicit Proxy and Transparent Proxy and ARM topics in the Content Gateway Manager Help.
Explicit proxy deployment
Use of Content Gateway in an explicit proxy deployment is an easy way to handle web requests from users. This type of deployment is recommended for simple networks with a small number of users. Explicit proxy is also used effectively when proxy settings can be applied by group policy. It requires minimal network configuration, which can be an advantage when troubleshooting.
For explicit proxy deployment, individual client browsers may be manually configured to send HTTP, and optionally, HTTPS and FTP, requests directly to the proxy. They may also be configured to download proxy configuration instructions from a Proxy Auto-Configuration (PAC) file. A group policy that points to a PAC file for configuration changes is a best practice for explicit proxy deployments. Another option is the use of Web Proxy Auto-Discovery (WPAD) to download configuration instructions from a WPAD server. See Explicit Proxy in the Content Gateway Manager Help for a sample PAC file and more information about how to implement these options. See also: PAC file best practices.
Exception handling instructions can also be included in the PAC file or WPAD instructions. For example, requests for trusted sites can be allowed to bypass the proxy.
Disadvantages of explicit proxy deployment include a user's ability to alter an individual client configuration and bypass the proxy. To counter this, you can configure the firewall to allow client traffic to proceed only through the proxy. Note that this type of firewall blocking may result in some applications not working properly.
You can also use a Group Policy object (GPO) setting to prevent users from changing proxy settings. If you cannot enforce group policy settings on client machines, this type of configuration can be difficult to maintain for a large user base because of the lack of centralized management.
 
Note 
Multiple proxies can provide for redundancy using Virtual Router Redundancy Protocol (VRRP). Using a single IP address, requests are sent to an alternate proxy in the event of failure. VRRP is not invoked until there is a failure with one of the proxies. See RFC 3768 for information on VRRP.
Configuring client browsers for explicit proxy
For explicit proxy deployments, you must configure each client browser to send Internet requests to Content Gateway, over the ports that Content Gateway uses for the associated protocol.
The default proxy port in Content Gateway for both HTTP and HTTPS traffic is 8080. The default port for FTP is 2121.
Use the instructions below to configure client browsers manually. Alternatively, use a PAC or WPAD file to configure client browsers.
 
Note 
Configuring Internet Explorer 8.0 and later for explicit proxy
1.
In Internet Explorer, select Tools > Internet Options > Connections > LAN Settings.
2.
Select Use a proxy server for your LAN.
3.
Click Advanced.
4.
For HTTP, enter the Content Gateway IP address and specify port 8080.
5.
For Secure, enter the Content Gateway IP address and specify port 8080.
6.
Clear Use the same proxy server for all protocols.
7.
Click OK to close each screen in this dialog box.
Configuring Firefox 5.x for explicit proxy
1.
In Firefox, select Tools > Options > Advanced, and then select the Network tab.
2.
Select Settings.
3.
Select Manual proxy configuration.
4.
For HTTP Proxy, enter the Content Gateway IP address and specify port 8080.
5.
For SSL Proxy, enter the Content Gateway IP address and specify port 8080.
6.
Click OK to close each screen in this dialog box.
Transparent proxy deployment
In a transparent proxy deployment, the user's client software (typically a browser) is unaware that it is communicating with a proxy. Users request Internet content as usual, without any special client configuration, and the proxy serves their requests. The Adaptive Redirection Module (ARM) component of Content Gateway intercepts incoming packets and redirects them to the proxy. The proxy establishes a connection with the origin server and returns requested content to the client. ARM readdresses returned content as if it came directly from the origin server. For more information, see Transparent Proxy and ARM in the Content Gateway Manager Help.
Note that in a transparent proxy deployment, all Internet traffic from a client goes through the proxy (not just traffic from web browsers), including:
*
*
*
*
Many of these programs are not developed with proxy compatibility in mind. For a successful transparent proxy deployment, the network must be configured to allow the proxy's static bypass feature to work. See the "Static bypass rules" section of Transparent Proxy and ARM in the Content Gateway Manager Help.
Because traffic management is centralized, users cannot easily bypass the proxy.
This type of deployment requires the implementation of at least one other network device that is not required in the explicit proxy deployment. Added equipment presents compatibility issues, as all network devices must work together smoothly and efficiently. The overall system is often more complex and usually requires more network expertise to construct and maintain.
The use of a Layer 4 switch or WCCPv2-enabled router to redirect traffic in a transparent proxy deployment can provide redundancy and load distribution features for the network. These devices not only route traffic intelligently among all available servers, but can also detect whether a proxy is nonfunctional. In that case, the traffic is re-routed to other, available proxies.
Exception handling can be included in switch or router configuration. For example, requests for data from some internal, trusted sites can be allowed to bypass the proxy.
Layer 4 switch
You can implement policy-based routing (PBR) for a transparent proxy deployment with the use of a Layer 4 switch, which can be configured to redirect a request to the proxy, as follows:
1.
2.
3.
See Transparent Proxy and ARM in the Content Gateway Manager Help for more information about the use of a Layer 4 switch.
WCCP-enabled router
 
Note 
WCCP is a protocol used to route client request traffic to a specific proxy. A WCCP-enabled router can distribute client requests based on the proxy server's IP address, routing traffic to the proxy most likely to contain the requested information.
The router may use Generic Routing Encapsulation (GRE) to forward IP packets to the proxy. GRE is a tunneling protocol that allows point-to-point links between multiple traffic routing hops.
A router may also use Layer 2 (L2), which does not use GRE. As a best practice, use L2 if the router supports it. With L2 redirection, Content Gateway must be on the same subnet as the WCCP device (that is, Layer 2 adjacent).
A proxy and a router communicate via a set of WCCP "Here I am" and "I see you" messages. A proxy that does not send a "Here I am" message for 30 seconds is removed from service by the router, and client requests that would have been directed to that proxy are sent to another proxy.
The following illustration shows an example transparent proxy deployment.
A comparison of how some activities are handled in explicit and transparent proxy deployments appears in the following table:
 

Go to the table of contents Go to the previous page Go to the next page
Content Gateway Deployment > Content Gateway explicit and transparent proxy deployments
Copyright 2017 Forcepoint. All rights reserved.