Changes between Initial Version and Version 1 of noc2018/agenda/TransparentProxy


Ignore:
Timestamp:
Nov 26, 2018, 2:35:01 PM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • noc2018/agenda/TransparentProxy

    v1 v1  
     1== Squid as a Transparent Proxy on pfSense ==
     2
     3
     4Proxy servers can be very useful for improving the speed of an internet connection by caching, logging internet usage, or filtering the traffic. The proxy server will store local copies of HTML pages, images, and other files in its cache.
     5
     6Caching proxy servers can greatly improve the internet performance of corporate networks where many users may be requesting similar pages.
     7
     8'''Transparent proxys''' route the clients traffic through the proxy server automatically, unlike traditional proxys which require configuration changes on the client systems.
     9
     10Following is how to install popular proxy server application '''squid''' as a transparent proxy.