From owner-freebsd-questions@FreeBSD.ORG Tue Apr 17 17:11:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D907416A406 for ; Tue, 17 Apr 2007 17:11:19 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 774BA13C48A for ; Tue, 17 Apr 2007 17:11:19 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 139F351944; Tue, 17 Apr 2007 13:11:17 -0400 (EDT) Date: Tue, 17 Apr 2007 18:11:15 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070417181115.6e908026@gumby.homeunix.com> In-Reply-To: References: <000d01c780b2$1303f930$0105a8c0@northamerica.corp.microsoft.com> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: yunikan@gmail.com Subject: Re: PPP and resolv.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 17:11:19 -0000 On Tue, 17 Apr 2007 14:48:25 +0800 "Richard Simmonds" wrote: > > >How can I stop ppp from modifying my /etc/resolv.conf? > >Everytime I establish a pppoe session, my resolv.conf file gets > reconfigured to my ISPs DNS Servers. > > It's dhclient, not ppp that's modding the file. This is unlikely. PPP normally provides the dns server addresses itself, in which case the suggestion to remove "enable dns" from ppp.conf is correct.