I am trying to setup squid to allow one user by ip address and block another user on another ip address. This is what I have so far. acl julie src 192.168.1.20/24 acl jess src 192.168.1.12/24 http_access allow localhost http_access allow julie http_access deny jess # And finally deny all other access to this proxy http_access deny all Thanks for any help in advance B.Rumsey