Re: [squid-users] Allowing access from one specific IP to ONLY one specific domain

From: Kinkie <kinkie-squid@dont-contact.us>
Date: Thu, 02 Feb 2006 16:07:36 +0100

On Thu, 2006-02-02 at 10:39 -0400, wireless IT professional wrote:
> Dear fellows,
> One question about squid: is it possible to "tell" Squid to permit
> access from one IP in my LAN to ONLY one specific domain? Any other
> traffic from that particular IP directed to ANY other domains must be
> denied. Also, the rest of IPs in the LAN must continue to have total
> http access to any site.
>
> I tried with:
>
> acl blocked src 192.168.1.59/32
> acl allowed dstdomain domain.com

Is the client only accessing http://domain.com/something?
Because if it's http://something.domain.com/somethingelse
then you want to specify

acl allowed dstdomain .domain.com
                     ^^^

> http_access allow blocked allowed
> http_access deny blocked
> acl our_networks src 192.168.1.0/24
> http_access allow our_networks
>
> but it did not work! With these acls the .59 IP gets completely blocked
>
> Thanks in advance for any light you may shed upon.
> Regards,
> Fred
>

        Kinkie
Received on Thu Feb 02 2006 - 08:07:51 MST

This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST