Description | This article describes how to deploy a transparent web-proxy policy that will redirect all web HTTPS/HTTP traffic from LAN to a remote proxy server. This set up can be applied to deployment in which the proxy is not configured in clients/workstations. |
Scope | FortiGate. |
Solution |
config web-proxy forward-server edit "ProxychainFTNT" set addr-type fqdn next end
Below is an example configuration:
config firewall policy edit 0 set name "LAN->Internet" next end
config firewall proxy-policy edit 0 set name "proxy-policy-transparent" next end |