April 19, 2024, 02:27:22 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Squid Access control by MAC Address ( mac based ACL )  (Read 8236 times)

Offline bijusoman

  • Linux Noob !
  • *
  • Posts: 11
Squid Access control by MAC Address ( mac based ACL )
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Squid Access control by MAC Address ( mac based ACL )
« Reply #1 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.

Offline bijusoman

  • Linux Noob !
  • *
  • Posts: 11
Squid
« Reply #2 on: May 29, 2004, 07:27:29 AM »
Thank you Ricky for your earliest reply and solution.

Thank you very much
BIJU

Offline Chhoton

  • New Member
  • Posts: 1
mac based acl in squid
« Reply #3 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Squid Access control by MAC Address ( mac based ACL )
« Reply #4 on: October 12, 2004, 08:35:39 AM »
Chhoton!! you need to look this also to make squid working properly ..
Squid proxy server configuration and then follow my above instructions to make it working on the basis of MAC