That works! Thank you so much, you've made my day. *** *** *** *** *** *** *** *** *** *** Margaret G. --- On Mon, 5/24/10, James Zuelow <James_Zuelow@xxxxxxxxxxxxxxx> wrote: > From: James Zuelow <James_Zuelow@xxxxxxxxxxxxxxx> > Subject: RE: Squid3 on ubuntu 10.4 problem using acl whitelist in external file > To: "squid-users@xxxxxxxxxxxxxxx" <squid-users@xxxxxxxxxxxxxxx> > Date: Monday, May 24, 2010, 12:43 PM > > > > -----Original Message----- > > From: MM Gillon [mailto:margaretgi@xxxxxxxxx] > > > Sent: Monday, 24 May, 2010 11:38 > > To: James Zuelow > > Subject: RE: Squid3 on ubuntu 10.4 > problem > > using acl whitelist in external file > > > > Hi James, > > I made the changes you suggested, restarted Squid, and > now > > nothing is being blocked. > > *** *** *** *** *** *** *** *** *** *** > > Margaret G. > > > > > > Hmm. OK. That's my fault as I wasn't paying > attention to the localnet line. > > Take out the `http_access allow localnet`. > > What that part is doing is allowing any traffic from your > local network through the proxy. > > If you remove that line, only traffic going to your > whitelist will be allowed. > > Or, you could return that entry back to the old one of > `http_access deny !localnet` if you're worried about traffic > from other than your local network getting through your > proxy. > > James