Re: [squid-users] restricting access by MAC

From: MUTHUKUMAR KANDASAMY <kmuthu_gct@dont-contact.us>
Date: Mon, 8 Dec 2003 22:12:05 +0530

I put in the squid.conf the following lines

acl lanaccess arp 00:20:E0:6F:FF:8D 00:50:FC:B4:22:68 00:06:4F:05:28:AD
http_access allow lanaccess

just before the existing - http_access deny all

I restarted the squid but nothing happens. Everybody can access the internet
(through proxy) like before, no matter its MAC.

>>>

I think the problem is the way you set the ACL for the MAC.Check this as

acl lan1 arp 00:20:E0:6F:FF:8D
acl lan2 arp 00:50:FC:B4:22:68
acl lan3 arp 00:06:4F:05:28:AD
http_access allow lan1
http_access allow lan2
http_access allow lan3
http_access deny all

More information about the MAC Acls
Ref:// http://www.squid-cache.org/Doc/FAQ/FAQ-10.html 10.23 MAC address.

Regards,
Muthukumar.
Received on Mon Dec 08 2003 - 09:42:04 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:07 MST