Dear Friends,
I am using ACL for user access Internet by SQUID, but I need all users access site http://sivolks1.volkswagen.com.br:5169/indexteste.html.
How do it ?
Thanks for all
Adriano Frare
Greetings, Adriano.
10 ?????? 2006 ?., 22:34:55 you have wrote:
I am using ACL for user access Internet by SQUID, but I need all users access site http://sivolks1.volkswagen.com.br:5169/indexteste.html.
How do it ?
Assuming your users are on subnet 192.168.0.0/24, this should go to the squid.conf to the place where are all the acls defined:
acl aero url_regex -i http://sivolks1%5C.volkswagen%5C.com%5C.br:5169/indexteste%5C.html acl lan_users src 192.168.0.0/255.255.255.0
And this should go to squid.conf just after # # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS # # And finally deny all other access to this proxy
http_access allow lan_users this_site
After modifying:
[someuser@somehost pwd]# squid -k parse [someuser@somehost pwd]# service squid reload