RE: [squid-users] URGENT Help Needed

From: Brian Palmer <bpalmer@dont-contact.us>
Date: Fri, 7 Jun 2002 16:01:56 -0400

Hmmm, a couple ideas to look at (you didn't say what URL you're trying to
hit).
http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.8
and 11.9.

I've gotten around DNS issues by configuring with the
"--disable-internal-dns" flag in the past
(http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.39). That makes squid
use the normal system DNS and hosts file. If it resolves from the command
line, it should work with --disable-internal-dns. There may be a
performance hit though.

-----Original Message-----
From: ChrisHoover@safety-kleen.com [mailto:ChrisHoover@safety-kleen.com]
Sent: Friday, June 07, 2002 3:15 PM
To: Brian Palmer
Cc: Squid-Users (E-mail)
Subject: RE: [squid-users] URGENT Help Needed

No, both of the dns entries in my /etc/resolv.conf are the dns server for
my company and they do have the entry in there for this web server. Any
ideas why squid will not resolve it when I can resolve the name from the
command line?

Thanks,

 

                      Brian Palmer

                      <bpalmer@dolfin.c To:
"'ChrisHoover@safety-kleen.com'" <ChrisHoover@safety-kleen.com>

                      om> cc: "Squid-Users
(E-mail)" <squid-users@squid-cache.org>
                                               Subject: RE: [squid-users]
URGENT Help Needed
                      06/07/02 02:12 PM

 

 

My bet is it's going to an external DNS and the intranet machine names
aren't resolving.

-----Original Message-----
From: ChrisHoover@safety-kleen.com [mailto:ChrisHoover@safety-kleen.com]
Sent: Friday, June 07, 2002 1:32 PM
To: squid-users@squid-cache.org
Subject: [squid-users] URGENT Help Needed

HELP!!!

I am having a fairly big problem right now, and things are not fun. I have
some web servers on my companies intranet that my squid proxy can not see.
I am able to ping the fine from the command prompt on the linux box squid
runs on, but I get the "Unable to determine IP address from host name for
<servername>" when I try to hit it through the web browser. Does anyone
know what might be happening?

Thanks,

Chris

P.S.

Squid is running on a redhat 7.1 box with a 1.13 GHz processor with 1.2 gig
ram. The squid version is 2.4.STABLE3 (compiled from source). Linux
kernel 2.4.2-2 (redhat rpm)

Here is my squid config file:

cache_mem 300 MB
cache_dir ufs /usr/local/squid/cache/1 5000 6 256
cache_dir ufs /usr/local/squid/cache/2 5000 6 256
cache_dir ufs /usr/local/squid/cache/3 5000 6 256
cache_dir ufs /usr/local/squid/cache/4 5000 6 256

debug_options ALL,2

authenticate_program /usr/local/squid/libexec/squid/pam_auth
authenticate_children 5
authenticate_ttl 1 hour
authenticate_ip_ttl 1 hour

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

acl all src 0.0.0.0/0.0.0.0
icp_access allow all
miss_access allow all

proxy_auth_realm Company Internet Proxy

cache_effective_user squid
cache_effective_group squid

##2/28/02 - added acl intranet to prevent squid from asking for
## passwords for sites that are considered to be internal
## or important to all company employees
##
acl intranet dstdomain <company_name>.com
acl localnetwork proxy_auth 10.1.7.0/24
acl localusers proxy_auth REQUIRED

http_access allow intranet
http_access allow localusers
http_access allow localnetwork
http_access deny all
Received on Fri Jun 07 2002 - 13:59:02 MDT

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