RE: [squid-users] arp based acl

From: Elsen Marc <elsen@dont-contact.us>
Date: Thu, 15 Jul 2004 07:56:12 +0200

 squid-users] arp based acl
>
>
> i am using squid 2.5 stable5 on redhat linux 9
> i had install it befor by ./configure --prefix=/usr/local/squid
> make all
> make install
>
> now i reinstall it by ./configure --enable-arp-acl
> --prefix=/usr/local/squid
> make clean
> make
> make install
>
> my access controls are
> acl mac1 arp 00:a0:c9:9b:3c:e7
> acl mac2 arp 00:A0:C9:9B:3B:4B
> acl mylan src 204.15.5.1-204.15.5.150/255.255.255.255
> acl mylanblocked src 204.15.5.151-204.15.5.254/255.255.255.255
> http_access allow manager localhost
> http_access deny manager
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access deny mylanblocked
> http_access allow mylan
> http_access allow mac1
> http_access allow mac2
> http_access deny all
>
>
> the problum is squid deny http access to mac1 and mac2
> pleas help me
> Allah Hafiz
>

 Are these boxes on the same 'subnet' as the SQUID box ?
 In other cases mac based acl's won't work.

 M.
Received on Wed Jul 14 2004 - 23:58:08 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT