LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Squid Proxy access list configuration on MAC address bsisis (https://www.linuxquestions.org/questions/linux-server-73/squid-proxy-access-list-configuration-on-mac-address-bsisis-828130/)

ganesh24pal@gmail.com 08-24-2010 01:40 AM

Squid Proxy access list configuration on MAC address bsisis
 
I am using Redhat 5.3 , I configured well access list using IP address, but my customer want to access list on MAC address basis.

Thanks all.

Regards,

Ganesh pal

TB0ne 08-24-2010 06:16 PM

Quote:

Originally Posted by ganesh24pal@gmail.com (Post 4075808)
I am using Redhat 5.3 , I configured well access list using IP address, but my customer want to access list on MAC address basis.

Did you try to look this up on the Squid site:
http://www.squid-cache.org/Doc/config/acl/

From their docs:
Code:

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.
          # It works on Linux, Solaris, Windows, FreeBSD, and some
          # other *BSD variants.
          # [fast]
          #
          # NOTE: Squid can only determine the MAC address for clients that are on
          # the same subnet. If the client is on a different subnet,
          # then Squid cannot find out its MAC address.

And if you're using RHEL3, CALL THEM FOR SUPPORT since your paying for it. If you're not paying for RHEL, then don't use it.

ganesh24pal@gmail.com 08-28-2010 03:03 AM

Quote:

Originally Posted by TB0ne (Post 4076658)
Did you try to look this up on the Squid site:
http://www.squid-cache.org/Doc/config/acl/

From their docs:
Code:

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.
          # It works on Linux, Solaris, Windows, FreeBSD, and some
          # other *BSD variants.
          # [fast]
          #
          # NOTE: Squid can only determine the MAC address for clients that are on
          # the same subnet. If the client is on a different subnet,
          # then Squid cannot find out its MAC address.

And if you're using RHEL3, CALL THEM FOR SUPPORT since your paying for it. If you're not paying for RHEL, then don't use it.

========================================================================


Thanks , I am going to use Cent OS.

Regards,

Ganesh Pal +91-9833830464


All times are GMT -5. The time now is 11:39 AM.