LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Configuring Squid (https://www.linuxquestions.org/questions/linux-software-2/configuring-squid-147300/)

phatboyz 02-17-2004 03:47 PM

Configuring Squid
 
Its anyone in here willing to help me configure squid. I have been editing the squid.conf file but I still get an access denied page from the only computer that I have seeding requests to the proxy server. I am sure that I have my acls right. I could post the whole file here or send it to someone to view and let me know what I have done wrong. I have one ip address that needs to have access to the proxy server

J_Szucs 02-17-2004 06:44 PM

Did you check:

- if squid is actually running?

- if it is accessible from localhost?

- if squid.conf contains both of these lines:
acl mynet src 192.168.0.0/255.255.0.0
http_access allow mynet
(in this example the acl allows access from the 192.168.0.0/24 IP range)

- if the above lines are at the correct place, i.e. mynet is not denied by a preceding rule?

phatboyz 02-18-2004 07:39 AM

Yes squid is running and I will double check my acls.


All times are GMT -5. The time now is 03:25 PM.