Hi ,

I want to make the MAC address based acl rules .how do i do that? 
do i need to download the source and again recompile it? 


Thanks
Manish




To use ARP (MAC) access controls, you first need to compile in the
optional code. Do this with the
--enable-arp-acl configure option: 

% ./configure --enable-arp-acl ...
% make clean
% make

If src/acl.c doesn't compile, then ARP ACLs are probably not supported
on your system. 

If everything compiles, then you can add some ARP ACL lines to your
squid.conf: 

acl M1 arp 01:02:03:04:05:06
acl M2 arp 11:12:13:14:15:16
http_access allow M1
http_access allow M2
http_access deny all
-- 
*************************************************************************
                Manish Verma                    E-Mail:[EMAIL PROTECTED]
   Surevin Internet Services                                    
         ...the friendly ISP

------------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/linux-delhi

Reply via email to