From owner-freebsd-questions@FreeBSD.ORG Fri May 30 11:44:51 2003 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 456F737B401 for ; Fri, 30 May 2003 11:44:51 -0700 (PDT) Received: from mx2.uniserve.ca (mx2.uniserve.ca [216.113.192.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id C143743F3F for ; Fri, 30 May 2003 11:44:50 -0700 (PDT) (envelope-from rjwesten@uniserve.com) Received: from rob.office.uniserve.ca ([204.244.161.211] helo=rob) by mx2.uniserve.ca with smtp (Exim 4.04) id 19Lory-000Pxi-00; Fri, 30 May 2003 11:44:50 -0700 Message-ID: <037801c326db$54cb5190$d3a1f4cc@rob> From: "Robert Westendorp" To: "Laszlo Vagner" , References: <3ED79E49.30803@vagner.com> Date: Fri, 30 May 2003 11:43:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Scanner: OK. Scanned in 0.02 seconds. Subject: Re: how to stop resolv.conf from being updated 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: Fri, 30 May 2003 18:44:51 -0000 You can use the prepend statement in your dhclient.conf file. That way you can put your server first and leave the others in there for backup. Here's the line you need to add prepend domain-name-servers ; ----- Original Message ----- From: "Laszlo Vagner" To: Sent: Friday, May 30, 2003 11:09 AM Subject: how to stop resolv.conf from being updated > I am using DHCP on a cable modem and my > providers nameserver really sucks > but changing my resolv.conf repairs > the lookups for a little while then it gets > set back to them upon bootup. > > how do i make it stay the way i set it. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"