Results 1 to 2 of 2
I've decided to get Squid going on my Core 6 box and I'm stumbling. I've followed a couple How-Tos and think I have my config going ok, but when I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2008 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 16
Squid Issue
I've decided to get Squid going on my Core 6 box and I'm stumbling. I've followed a couple How-Tos and think I have my config going ok, but when I point my browser (from a different WinXP box) to the IP of the Core 6 box, it just hangs and won't respond to the request. I've opened SELInux to allow Squid and I've allowed the IP range of my DHCP addresses like this:
I've tried both port 3128 and port 80, and made sure to note that in my browser but neither works.Code:acl homelan src 192.168.1.1-192.168.1.10 http_access allow localhost http_access allow homelan
Any ideas?
- 02-10-2008 #2
1) Just to make sure your squid is running with $ps.
2) $netstat to see your squid port is listening for incoming connection
3)Telnet your squid server from any client just to confirm it ready to accept incoming connection
4) Last but not least, is it your squid server is reachable to the network?


Reply With Quote
