From owner-freebsd-stable@FreeBSD.ORG Mon Jun 5 19:24:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5554916BF90 for ; Mon, 5 Jun 2006 19:24:05 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [209.89.70.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E663543D45 for ; Mon, 5 Jun 2006 19:24:04 +0000 (GMT) (envelope-from lyndon@orthanc.ca) Received: from localhost (localhost [127.0.0.1]) (authenticated bits=0) by orthanc.ca (8.13.4/8.13.4) with ESMTP id k55JNu5I074741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Jun 2006 13:23:57 -0600 (MDT) (envelope-from lyndon@orthanc.ca) Date: Mon, 5 Jun 2006 13:23:56 -0600 (MDT) From: Lyndon Nerenberg To: Damian Gerow In-Reply-To: <20060605134049.GB99893@afflictions.org> Message-ID: <20060605131957.P74433@orthanc.ca> References: <44842282.6050409@veldy.net> <448428D8.5030501@orchid.homeunix.org> <20060605134049.GB99893@afflictions.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on orthanc.ca Cc: freebsd-stable@freebsd.org Subject: Re: [OT] resolv.conf and dhclient X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 19:24:06 -0000 > Unfortunately, supersede doesn't cut it (for me). > > I have two interfaces, one wired and one wireless. Both addresses are > negotiated via DHCP. However, I do /not/ want to use the DNS servers > provided via the wireless connection. interface "ath0" { supersede domain-name "orthanc.ca"; supersede domain-name-servers 127.0.0.1; } interface "bge0" { supersede domain-name "orthanc.ca"; supersede domain-name-servers 127.0.0.1; } And then just run a local instance of named. --lyndon