[squid-users] Banning MAC addresses in squid3

2009-06-24 Thread Dayo Adewunmi
Hi all, I'm trying to block MAC address with this ACL: acl banned_MAC arp 00:1a:73:ff:fa:9a http_access deny banned_MAC ...and restarting squid3 gives me this error: 2009/06/24 10:34:52| Reconfiguring Squid Cache (version 3.0.STABLE1)... 2009/06/24 10:34:52| FD 12 Closing HTTP connection

Re: [squid-users] Banning MAC addresses in squid3

2009-06-24 Thread Jeff Pang
2009/6/24 Dayo Adewunmi contactd...@gmail.com: Hi all, I'm trying to block MAC address with this ACL: Is there something else that needs to be included for 'arp' to become a valid ACL type? Have you enabled arp ACL when configure Squid? from squid.conf: # # The arp ACL requires

Re: [squid-users] Banning MAC addresses in squid3

2009-06-24 Thread Gontzal
It seems to be ok, have you configure squid with --enable-arp-acl? acl aclname arp mac-address ... (xx:xx:xx:xx:xx:xx notation) # The arp ACL requires the special configure option --enable-arp-acl. # Furthermore, the ARP ACL code is not portable to all operating systems.

[squid-users] Antwort: [squid-users] Banning MAC addresses in squid3

2009-06-24 Thread Martin . Pichlmaier
an contactd...@gmail.com An squid-users@squid-cache.org Kopie Thema [squid-users] Banning MAC addresses in squid3 Hi all, I'm trying to block MAC address with this ACL: acl banned_MAC arp 00:1a:73:ff:fa:9a http_access deny banned_MAC ...and restarting squid3 gives me this error: 2009/06

Re: [squid-users] Antwort: [squid-users] Banning MAC addresses in squid3

2009-06-24 Thread Amos Jeffries
contactd...@gmail.com 24.06.2009 11:52 Bitte antworten an contactd...@gmail.com An squid-users@squid-cache.org Kopie Thema [squid-users] Banning MAC addresses in squid3 Hi all, I'm trying to block MAC address with this ACL: acl banned_MAC arp 00:1a:73:ff:fa:9a http_access deny

Re: [squid-users] Banning MAC addresses in squid3

2009-06-24 Thread Dayo Adewunmi
I installed squid3 on ubuntu with apt. How would I go about enabling arp ACL with this? Jeff Pang wrote: 2009/6/24 Dayo Adewunmi contactd...@gmail.com: Hi all, I'm trying to block MAC address with this ACL: Is there something else that needs to be included for 'arp' to become a valid ACL