> Hello, > I've got a unique situation. I've got squid acting as a transparent > proxy. I want to block all outgoing http requests from a single machine with > the exception of a single site, let that through. In other words if machine > x goes to any other site other than the one i've designated they get an > access denied msg. Is this doable? > Thanks. > Dave. > No, because of the transp. proxying ; SQUID sees all connections coming from the redirector (interceptor). So the one source can not be identified. This would work, if transp. proxying isn't used. For specific settings , check the FAQ on Access Controls. M.