Re: [squid-users] Transparent Proxy on the Gateway Box

From: Chad Whitten <cwhitten@dont-contact.us>
Date: Mon, 22 Jul 2002 07:51:26 -0500

i dont understand your statement below (When accessing the web server on the
gateway machine)? If you are running a web server on the gateway machine, it
cant be running on port 80 because your ipchains rule is redirecting requests
to that port to port 3128.

On Monday 22 July 2002 01:17 am, you wrote:
> Dear all,
>
> I have set up a transparent proxy server on the gateway machine - 10.1.0.1
> (default gateway to all the internal users), the config is as follows:
>
> OS: RedHat 6.2
> Cache Server: Squid/2.4.STABLE6
> Port redirection: ipchains -A input TCP -s 10.1.0.0/24 -d 0/0 80 -j
> REDIRECT 3128
> Using Internal DNS server
>
> Squid.conf (Access Control):
> acl localhost src 127.0.0.1/255.255.255.255
> acl localnetwork src 10.1.0.0/255.255.255.0
> .....
>
> http_access allow localhost
> http_access allow localnetwork
> http_access deny all
>
> All the internal usres can access the Internal and internal web servers
> except the one on the gateway machine. When accessing the web server on the
> gateway machine (http://10.1.0.1), it always gives an error "The requested
> URL
> could not be retrieved. The following error was encountered: Access Denied.
> Acess control configuration prevents you request from being allowed at this
> time"
> (P.S The internal DNS can resolve this IP)
>
> Can someone help?
>
> Thanks in advance,
>
> Wilson

-- 
Chad Whitten
Network/Systems Administrator
neXband Communications
cwhitten@nexband.com
Received on Mon Jul 22 2002 - 06:51:28 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:19 MST