From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 13:40:26 2005 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 752DD16A56A for ; Tue, 25 Jan 2005 13:40:26 +0000 (GMT) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7EA43D54 for ; Tue, 25 Jan 2005 13:40:19 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25355 invoked from network); 25 Jan 2005 13:40:18 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Jan 2005 13:40:18 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 535D284; Tue, 25 Jan 2005 08:40:17 -0500 (EST) Sender: lowell@be-well.ilk.org To: Warren References: <200501251827.47549.shinjii@virusinfo.rdksupportinc.com> <200501251849.51971.shinjii@virusinfo.rdksupportinc.com> From: Lowell Gilbert Date: 25 Jan 2005 08:40:17 -0500 In-Reply-To: <200501251849.51971.shinjii@virusinfo.rdksupportinc.com> Message-ID: <44brbdfwzi.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: DNS Prob X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 13:40:26 -0000 Warren writes: > On Tue, 25 Jan 2005 06:27 pm, Warren wrote: > > ok i changed the IP in the resolv.conf on the primry machine holding the > > connection to the ent and on this local machine to the ns server .. yet for > > some reason the IP dosent change on this machien but does on the other .. > > what am i missing ? > > Ok it seems something is re-writing the resolv.conf file after i go in and > change the IP address from my ISP dns server to there NS server .. anyone got > any idea as to what or why this is happening ? Are you running dhclient? If so, configure it not to do that ("supersede" or "prepend" in dhclient.conf(5))...