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.