Carinus Carelse wrote:
I have a group of users that want to have an adsl link of their very own
but I would still like them to use my proxy server. I have a firewall
that can run squid and seperates the adsl from my normal network.
I would like to know is squid can do this.
Take the requesting IP number and then match to a IP number in a file if
the IP number is in the File then redirect the HTTP request to another
parent and not on the normal parent I have sepcified.
Carinus
Look into the cache_peer_access directive
(http://wiki.squid-cache.org/config/cache_peer_access).
Chris