| 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: Code: acl homelan src 192.168.1.1-192.168.1.10
http_access allow localhost
http_access allow homelan
I've tried both port 3128 and port 80, and made sure to note that in my browser but neither works.
Any ideas? |