This is a discussion on Re: [squid-users] help with access lists within the Squid Users forums, part of the Web Server and Related Forums category; Dan Brita wrote: >I am having a hell of a time getting squid to let me browse the internet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dan Brita wrote: >I am having a hell of a time getting squid to let me browse the internet from client machines. Every time I try to access the internet I get this error. >While trying to retrieve the URL: http://www.yahoo.com/ > >The following error was encountered: > >Access Denied. >Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. > >Your cache administrator is webmaster. > > >I realize that this has to do with the access lists. I think I have them setup correctly. Here is a look at them. >acl our_networks src 192.168.1.1-192.168.1.50/24 > > have you tried: acl our_networks src 192.168.1.0/24 ? >http_access allow manager localhost >http_access deny manager >http_access deny !Safe_ports >http_access deny CONNECT !SSL_ports >http_access deny to_localhost > >I hope someone can tell me where I am going wrong. >http_access allow our_networks >http_access allow MYLAN > > MYLAN is not defined in your access list. >http_access deny all > > > > for more details on access list, please see: http://www.squid-cache.org/Doc/FAQ/FAQ-10.html hope this helps. -- Dodjie Nava <dpnava@mozcom.com> Systems Engineer E-Net Corporation Binan, Laguna, Philippines |
![]() |
| Thread Tools | |
| Display Modes | |
|
|