From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 04:12:45 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 778D016A532 for ; Mon, 4 Apr 2005 04:12:45 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238EE43D53 for ; Mon, 4 Apr 2005 04:12:45 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1104.wanadoo.fr (SMTP Server) with ESMTP id B7D291C00094 for ; Mon, 4 Apr 2005 06:12:43 +0200 (CEST) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1104.wanadoo.fr (SMTP Server) with ESMTP id 9D6831C00083 for ; Mon, 4 Apr 2005 06:12:43 +0200 (CEST) X-ME-UUID: 20050404041243644.9D6831C00083@mwinf1104.wanadoo.fr Date: Mon, 4 Apr 2005 06:12:43 +0200 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <583804515.20050404061243@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: <42509308.9050506@fusemail.com> References: <1391.24.118.72.147.1112561507.fusewebmail-19592@webmail.fusemail.com> <20050403231459.0ae0f091.albi@scii.nl> <42509308.9050506@fusemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: just got DSL, can't surf or get mail 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: Mon, 04 Apr 2005 04:12:46 -0000 Brian John writes: > Now, if I change it to this (using my secondary DNS server from my DSL > modem's 'setup' page): > search domain.actdsltmp > nameserver 205.171.2.65 > > ...everything works. Is there a way that I could keep this from > changing every time that I reboot my computer? One you've changed resolv.conf, it should stay that way permanently across boots, unless you change it again. Open a command window in Windows and type "ipconfig -all". There should be a list of DNS servers somewhere in the output. Put that same list in your resolv.conf file. Alternately, if your ISP has given you a list of one or more DNS servers to use, put those in the resolv.conf file (usually these will both be the same). -- Anthony