hello all ... I'm using squid proxy server under RHEL5 . How to filter a particular MAC address under squid? I am using squid-2.6.STABLE13-1.fc6. i have download its squid-3.0.STABLE8 src. I have recompile squid and make it before mac based filtering works. #cd /squid-3.0.STABLE8 there is configure file. then i run % ./configure --enable-arp-acl %make clean % make # vi /etc/squid/squid.conf acl macf2 arp 00:11:22:33:44:55 http_access allow macf2 http_access deny all Save and close the file. Restart squid server: # /etc/init.d/squid restart Stopping squid: [FAILED] Starting squid: [FAILED] any suggestion ??? -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list