From owner-freebsd-current@FreeBSD.ORG Wed Jul 27 06:45:13 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB4016A41F; Wed, 27 Jul 2005 06:45:13 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from 62-15-71-150.inversas.jazztel.es (62-15-71-150.inversas.jazztel.es [62.15.71.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id E738A43D45; Wed, 27 Jul 2005 06:45:12 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from orion.redesjm.local (orion.redesjm.local [192.168.254.16]) by 62-15-71-150.inversas.jazztel.es (8.13.3/8.13.3) with ESMTP id j6R6j86M006475; Wed, 27 Jul 2005 08:45:08 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: Scott Long In-Reply-To: <42E6F5EA.7030801@samsco.org> References: <42E583F9.3070703@rogers.com> <200507261853.07513.peter@wemm.org> <1242.172.16.0.199.1122429678.squirrel@172.16.0.1> <200507271215.14369.doconnor@gsoft.com.au> <42E6F5EA.7030801@samsco.org> Content-Type: text/plain; charset=iso8859-1 Date: Wed, 27 Jul 2005 08:45:07 +0200 Message-Id: <1122446707.76777.11.camel@orion.redesjm.local> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.31.1.0; VDF: 6.31.1.0; host: antares.redesjm.local) Cc: freebsd-current@freebsd.org, Mateusz =?iso-8859-2?Q?J=EAdrasik?= , Peter Wemm , Mike Jakubik Subject: Re: dhclient sucks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 06:45:14 -0000 El mar, 26-07-2005 a las 20:48 -0600, Scott Long escribió: > Daniel O'Connor wrote: > > On Wednesday 27 July 2005 11:31, Mike Jakubik wrote: > > > >>On Tue, July 26, 2005 9:53 pm, Peter Wemm said: > >> > >>>I'd love to know which items in dhclient.conf allow you to disable the > >>>default route handling and the resolv.conf handling.. > >> > >>supersede { [option declaration] [, ... option declaration] } > >> > >>Ex, I use "supersede domain-name-servers 127.0.0.1;" to set my own name > >>server. > > > > > > That just means you have to hardcode your resolver and default route into > > dhclient.conf - there is no "Don't touch this setting on my computer even if > > the DHCP server tells you to" flag in the config file I believe. > > > > Part of the point of going to the new codebase was to free us from being > locked into vendor sources that we couldn't easily change. If there is > a need for a new option, please code it up and commit it! > The main problem is that OpenBSD dhclient doesn't operate under std DHCP concepts/guidelines. a dhclient daemon must not alter IPs on media changes, only if they can't rebind the assigned IP in time. ALso, ISC dhcp operation, which may seems simple, it's more complex that a quick look may point. I'll be really happy if this kind of infraestructure changes are not done at the end of development cycles. > Scott -- josemi