On Thu, Jun 5, 2008 at 11:37 AM, Kirtimaan <[EMAIL PROTECTED]> wrote:
> Hello,
>
> There is one Eth in Squid Box.
>
> There is a DSL Router with IP 192.168.1.165
>
> Squid box is configured to access internet and DNS service using this IP.
>
> There are 4 windows XP systems connected to same network and they use Squid
> box IP as their gateway and DNS server address.
>
> so it is like
>
> WINDOW CLIENTS <=> SQUID BOX <=> DSL ROUTER.
>
> On squid box, there is a utility Guarddog used for port forwarding. So it
> forward all traffic on port 80 to Squid port 3128.
>
> Squid box also have apache webserver, but that is configured on port 8080.
> So if any one in network have to use intranet, we have to use like
> http://squidbox:8080.
>
> When squid is running and we try to access it like http://squidbox it shows
> a page
>
> -----------
>    * 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.

have you added ACL in squid.conf

something like this.

acl our_networks src 192.168.1.0/24
http_access allow our_networks


Pls try it out

-- 
Thank you
Indunil Jayasooriya

Reply via email to