Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: bijusoman on May 29, 2004, 04:59:44 AM

Title: Squid Access control by MAC Address ( mac based ACL )
Post by: bijusoman on May 29, 2004, 04:59:44 AM
Hi !

  Is it possible to control the client access, by MAC Address of clients, in Squid proxy ?

With Regards
BIJU
Title: Squid Access control by MAC Address ( mac based ACL )
Post by: Ricky on May 29, 2004, 05:24:35 AM
yes it is possible,  but squid can block clients which are on same subnet and moreover you have to compile squid with --enable-arp-acl
now the acl should like like this in squid.conf
Code: [Select]
acl comp1 arp 01:02:03:04:05:06
acl comp2 arp 11:12:13:14:15:16
http_access allow comp1
http_access allow comp2
http_access deny all
Above will only allow computer with above two mac.
Title: Squid
Post by: bijusoman on May 29, 2004, 07:27:29 AM
Thank you Ricky for your earliest reply and solution.

Thank you very much
BIJU
Title: mac based acl in squid
Post by: Chhoton on October 12, 2004, 06:18:47 AM
Hello All

Anyone help me to configure mac based acl in squid. I am using Red Hat Linux 8. What is the procidure to configure mac based acl. Pls give me setp by setp information about mac based acl.

i configure squid in following method

First I download squid 2.4 STABLE7 and compile and then following ./configure --enable-arp-acl
 
 but when i restart squid it is not working.

waiting for reply

ahsan
Title: Squid Access control by MAC Address ( mac based ACL )
Post by: Ricky on October 12, 2004, 08:35:39 AM
Chhoton!! you need to look this also to make squid working properly ..
Squid proxy server configuration (http://www.linuxsolved.com/forums/ftopic116.html) and then follow my above instructions to make it working on the basis of MAC