Re: [squid-users] Help with acl's

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Fri, 01 Sep 2006 23:18:34 +0200

fre 2006-09-01 klockan 11:35 -0500 skrev Jason:

> # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
>
> # Example rule allowing access from your local networks. Adapt
> # to list your (internal) IP networks from where browsing should
> # be allowed
> #acl our_networks src 192.168.1.0/24 192.168.2.0/24
> #http_access allow our_networks
> acl scorpio src 192.168.5.21
> http_access allow scorpio

The above allows 192.168.5.21 access. There is no other rules so it's
only that address who is allowed access.

> 2006/09/01 11:05:47| aclMatchAcl: checking 'acl scorpio src 192.168.5.21'
> 2006/09/01 11:05:47| aclMatchIp: '192.168.5.249' NOT found

This says the request came from 192.168.5.249, not 192.168.5.21.

Are you running some other proxy infront of Squid perhaps?

Regards
Henrik

Received on Fri Sep 01 2006 - 15:18:39 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Oct 01 2006 - 12:00:03 MDT