[squid-users] ACL List help.

From: Coreix Systems - UNIX Developers <craigrm@dont-contact.us>
Date: Fri, 13 Jun 2003 00:28:23 +0800

Hi everyone,

I have a client that need's (wants) to deny all of their staff client machines
access to the internet except some specific sites required to do their work, but
on the other hand allow the managements clients machines access to the entire
internet.

How do i achieve this?

i want to have the acl's in the /etc/ dir as i don't want their sysadmin to edit
the squid.conf file.

so basically i want "squid-management.acl"
                                        192.168.1.45/255.255.255.0
                                        192.168.1.50/255.255.255.0
                                        etc, etc....
                                        # all management PC - IP_ADDRESSES ALLOWED INTERNET ACCESS

then:

                        "squid-staff.acl"
                                        192.168.1.100/255.255.255.0
                                        192.168.1.101/255.255.255.0
                                        192.168.1.102/255.255.255.0
                                        192.168.1.103/255.255.255.0
                                        192.168.1.104/255.255.255.0
                                        # All Staff IP_ADDRESSES.

and finally:

                        "squid-staff-urls.acl"
                                        work-site1.com
                                        work-site2.com
                                        work-site3.com
                                        # All sites Address's in the [squid-staff.acl] are allowed to access
                                        # everything else is denied....

Regards,

Craig.

I have tried a few thing, but had no success, can someone add some advise.
Thanks in advance....
Received on Thu Jun 12 2003 - 10:28:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:20 MST