[Ilugc] squid-problem

Gilbert Raja gilbertraja at gmail.com
Thu Jun 21 08:52:00 IST 2007


Instead of ip address you can put mac based authentication.

On 6/20/07, Thanigairajan murugan <methanigai at yahoo.co.in> wrote:
>
>
> This is my squid.conf for accessing particular sites
> for particular users at particular time
>
> acl our_networks src 192.168.0.0/24
> acl ceo src 192.168.0.1 192.168.0.2 192.168.0.3
> 192.168.0.4 192.168.0.5
> acl normal_users src 192.168.0.6 192.168.0.7
> 192.168.0.8 192.168.0.9
> acl business_hours time M T W H F 9:30-19:00
> acl bannedsites url_regex -i "/etc/squid/banned.txt"
> http_access deny normal_users bannedsites
> business_hours
> http_access allow our_networks
> http_access allow localhost
> http_access allow ceo
> http_access deny all
>
> Here ,
> If the client changes his IP then there is no use for
> doing this.(he can browse all sites)
> so ,
> while I am trying with uncomment the " our_networks
> ",then none of the machine hasn't connected to
> internet.
> I also tried ,
> In squid.conf, i add the line http_access deny
> !normal_users
> and then i add the line http_access deny normal_users
> bannedsites business_hours
>
> and also
> http_access deny our_networks
> yet no luck for me.
>
> Your idea can help me.
>
> Advance Thanks
>
> regards
> MThanigairajan
>
>
>
> __________________________________________________________
> Yahoo! India Answers: Share what you know. Learn something new
> http://in.answers.yahoo.com/
> _______________________________________________
> To unsubscribe, email ilugc-request at ae.iitm.ac.in with
> "unsubscribe <password> <address>"
> in the subject or body of the message.
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>


More information about the ilugc mailing list