Changes between Version 1 and Version 2 of howto/SetupInterceptionSquid


Ignore:
Timestamp:
Dec 29, 2010, 4:59:29 PM (13 years ago)
Author:
fclaire@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupInterceptionSquid

    v1 v2  
    1010== Introduction ==
    1111
    12 Installing and running squid on a Mac OS X system is as easy as "sudo port install squid; sudo launchctl load -w /Library/LaunchDaemons/org.macports.Squid.plist" and to configure your browser to use it as a proxy on port 3128. Now, to setup a interception proxy with squid on Mac OS X is more tricky. This howto is explaining how to install and configure an interception squid running on Snow Leopard.
     12Installing and running squid on a Mac OS X system is as easy as "sudo port install squid; sudo port load squid3" and to configure your browser to use it as a proxy on port 3128. Now, to setup a interception proxy with squid on Mac OS X is more tricky. This howto is explaining how to install and configure an interception squid running on Snow Leopard.
    1313
    1414We'll focus on a setup where the Mac OS X system running squid is also the Internet gateway of your local network and all outgoing HTTP request will transit through the box. Here are the high-level steps required to get the thing to work:
     
    3030
    3131{{{
    32 sudo launchctl load -w /Library/LaunchDaemons/org.macports.Squid.plist
     32sudo port load squid3
    3333}}}
    3434