Re: Squid Auth
- From: Christian Winter <thepoet_nospam@xxxxxxxx>
- Date: Thu, 16 Mar 2006 11:51:54 +0100
Ajayk wrote:
How can we make squid clients authenticated on the bases of their mac
addresses?
Squid has the "arp" ACL type to do that, but it has to be explicitely
compiled in (giving --enable-arp-acl to configure before running make).
If it is there, you can say
acl WellKnownClients arp 00:01:02:03:04:05
http_access allow WellKnownClients
http_access deny all
Or, if you have a larger number of clients, just put their MACs
into a file (e.g. /etc/squid/WellKnownClients) line-by-line and say
acl WellKnownClients arp "/etc/squid/WellKnownClients"
-Chris
.
- Follow-Ups:
- Re: Squid Auth
- From: Ajayk
- Re: Squid Auth
- References:
- Squid Auth
- From: Ajayk
- Squid Auth
- Prev by Date: PCI wlan card 802.11g for Access Point
- Next by Date: Re: Getting around corporate firewalls to access ssh server
- Previous by thread: Squid Auth
- Next by thread: Re: Squid Auth
- Index(es):
Relevant Pages
|