Hi Luca

It can be done. The FAQ says so...

The access control has the "arp" keyword. According the FAQ you have to have compiled squid with the --enable-arp-acl switch to enable this.

I think you would use it such:

acl USERARP arp arp1 arp2
acl USERSRC src src1 src2
http_access allow USERARP USERSRC

Since ACL entries are or'd and ACCESS is AND'd.

On Wed, 20 Apr 2005 10:43:53 -0600, Luca Ferrari <[EMAIL PROTECTED]> wrote:

Hi,
I'd like to know if it is possible to enforce a squid acl to check, at the
same time, the couple IP and MAC address; I mean to verify that a requests
come from a couple ip and mac specified. Anybody had already done it?


Luca



-- | Richard Nairn Specializing in Linux | Nairn Consulting Web / Database Solutions | Calgary, AB | [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Reply via email to