From owner-freebsd-stable Wed Apr 18 21: 7:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 4C6F537B424 for ; Wed, 18 Apr 2001 21:07:42 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 15143993 invoked by uid 0); 19 Apr 2001 04:07:40 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by verlaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Apr 2001 04:07:40 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f3J47as68279; Thu, 19 Apr 2001 06:07:36 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: Graywane Cc: C J Michaels , FreeBSD Stable Subject: Re: /etc/dhclient.com References: <20010415122940.A35364@home.com> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: <20010415122940.A35364@home.com> Mail-Copies-To: never From: Cyrille Lefevre Date: 19 Apr 2001 06:07:35 +0200 Message-ID: Lines: 39 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Graywane writes: > On Sun, Apr 15, 2001 at 11:48:57AM -0400, C J Michaels wrote: > > I'm running FreeBSD xxxx 4.3-RC FreeBSD 4.3-RC #0: Fri Apr 13 15:42:08 EDT > > 2001 root@xxxx:/home/src/sys/compile/CARTMAN i386 > > > > I have been using the same dhclient.conf for ~6 months without any trouble. > > Now it appears to be ignoring it. Specifically these two lines appear to be > > ignored. > > > > ========== > > prepend domain-name-servers 127.0.0.1; > > supersede domain-name "xxxx"; > > ========== > > I'm also running a recent RELENG_4 build and those commands work for me. No > problems. My config looks something like the following: > > interface "rl0" { > send host-name "xxxxxxxx"; > request subnet-mask, routers; > supersede host-name "michael"; > supersede domain-name "example.net"; > prepend domain-name-servers 127.0.0.1; > } could you try w/ dhclient -D and create a /etc/dhclient-enter-hooks (don't forget to chmod +x it) w/ something like this : exec > /var/run/dhclient.$reason.log 2>&1 set -x and see what's happen. the -D flag prevent dhlclient temporary scripts created in /tmp to be deleted. check them also. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message