On Sun, 27 Feb 2000, Ryan McBride wrote:

> Hey All
> 
> im running squid on my mandrake 6.1 box. Im basically using it to proxy for
> windows box. Im also using Webmin and have been trying to administer it
> through that.
> Here is a paste of my ACL:
> 
> Access control lists
> Name Type Matching..
> all Client Address 0.0.0.0/0.0.0.0 192.168.0.2/255.255.255.0
> 192.168.0.1/255.255.255.0
this should be 

acl all src 0.0.0.0/0.0.0.0

> manager URL Protocol cache_object
> localhost Client Address 127.0.0.1/255.255.255.255 192.168.0.1/255.255.255.0
same hwere it should be only localhost

acl localhost src 127.0.0.1/255.255.255.255


then add say 
acl localnet src 192.168.0.0/255.255.255.0


which will cover for your local network

> SSL_ports URL Port 443 563
> Safe_ports URL Port 80 21 443 563 70 210 1025-65535
> Safe_ports URL Port 280
> Safe_ports URL Port 488
> Safe_ports URL Port 591
> Safe_ports URL Port 777
> CONNECT Request Method CONNECT
> 
> 
> Proxy restrictions
> this should be now

http_access allow localhost
http_access allow localnet
http_access deny all


now some some oddball reason what you pasted here isn't directly from
squid.conf

what I wrote is directly from squid.conf so you ought to edit the file
directly yourself to  fix this up

I am not familiar with whatever package generated this

Jeff

> 
> 
> 
> ICP restrictions
> 
> allow all
> 
> My ORIGINAL problem was that it was blocking all request made and returning
> ACCESS DENIED say that my acl doesnt permit this connecting. NOW however the
> O^*(!(&T^*(&%^!@#^ refuses to start and I have NFI WHY!!!!!
> 
> If anyone has any insight into this matter please feel free to help me out
> here :-)
> 
> 
> --
> Ryan McBride (MCSE)
> 
> Excelerate Computer Services
> Ryan: 0413-984-819
> Adam: 0410-605-152
> Fax: +612-9972-1459
> E-Mail: [EMAIL PROTECTED]
> http://www.excelerate.com.au
> 
> "Solution to two of the worlds greatest problems. Feed the homeless to the
> hungry"
> 
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text
> 

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to