From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 07:55:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD3116A4CE for ; Tue, 6 Apr 2004 07:55:01 -0700 (PDT) Received: from boerse-berlin-bremen.de (h-213.61.228.202.host.de.colt.net [213.61.228.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE2543D54 for ; Tue, 6 Apr 2004 07:55:00 -0700 (PDT) (envelope-from stephan.yaraghchi@boerse-berlin-bremen.de) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Tue, 6 Apr 2004 16:54:29 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SQUID ignores /etc/resolv.conf Thread-Index: AcQb4sy2ZVCtQpo6QN6CBaIEMXFp4AAAxrPw From: "Yaraghchi, Stephan" To: "Dan Nelson" cc: freebsd-questions@freebsd.org Subject: RE: SQUID ignores /etc/resolv.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 14:55:01 -0000 > -----Original Message----- > From: Dan Nelson [mailto:dnelson@allantgroup.com] > Sent: Tuesday, April 06, 2004 4:24 PM > To: Yaraghchi, Stephan > Cc: freebsd-questions@freebsd.org > Subject: Re: SQUID ignores /etc/resolv.conf >=20 >=20 > In the last episode (Apr 06), Yaraghchi, Stephan said: > > Is it possible that SQUID doesn't care about > > nameservers listed in /etc/resolv.conf ? > >=20 > > We experienced the following effect: > >=20 > > in /etc/resolv.conf it says > >=20 > > nameserver a.b.c.d a.b.c.e >=20 > Try: >=20 > nameserver a.b.c.d > nameserver a.b.c.e >=20 > instead and see if that works. >=20 > --=20 > Dan Nelson > dnelson@allantgroup.com >=20 Thank you, Dan. You hit the right spot. I was a bit hesitant since the systems are in production, but your guess was correct. I crosschecked the handbook and found your notation there as well. Don't know what made me put them on one line... Greetings from Berlin, Stephan.