Dear Squid-Users,
I try use MAC address in ACL rules.
I did ./configure -enable-arp-acl and so on
I have next string in my squid config file:
acl all src 0.0.0.0
acl pl800_arp arp 00:08:c7:9f:34:41
http_access allow pl800_arp
http_access deny all
past squid -k reconfigure
I have "Access Denied" message from 10.0.0.30 (00:08:c7:9f:34:41). And I have no idea WHY???
If I will change MAC address on IP in config file,
acl all src 0.0.0.0
acl pl800 src 10.0.0.30
http_access allow pl800
http_access deny all
all will work fine.
May be somebody have some experience with MAC in ACL. If so help me please.
thanks,
Rostislav Vavilov
Received on Mon May 22 2000 - 05:56:55 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:32 MST