From owner-freebsd-stable Sun Apr 15 8:48:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cartman.lan.27in.tv (ny-lancaster2a-194.buf.adelphia.net [24.49.118.194]) by hub.freebsd.org (Postfix) with ESMTP id 0A43237B42C for ; Sun, 15 Apr 2001 08:48:46 -0700 (PDT) (envelope-from cjm2@27in.tv) Received: from shithead (SHITHEAD.lan.27in.tv [10.0.0.251]) by cartman.lan.27in.tv (8.11.3/8.11.3) with SMTP id f3FFmg314002 for ; Sun, 15 Apr 2001 11:48:44 -0400 (EDT) (envelope-from cjm2@27in.tv) From: "C J Michaels" To: "FreeBSD Stable" Subject: /etc/dhclient.com Date: Sun, 15 Apr 2001 11:48:57 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0008_01C0C5A2.0DF0E9C0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C0C5A2.0DF0E9C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, 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've tried adding dhcp_flags="-cf /etc/dhclient.conf" and tried running the command manually "/sbin/dhclient -cf /etc/dhclient.conf ed0". It still overwrote my /etc/resolv.conf with the wrong entries. Attached is the whole script, any suggestions would be appreciated. Thanx, --Chris ------=_NextPart_000_0008_01C0C5A2.0DF0E9C0 Content-Type: application/octet-stream; name="dhclient.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dhclient.conf" # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 peter Exp $=0A= #=0A= # This file is required by the ISC DHCP client.=0A= # See ``man 5 dhclient.conf'' for details.=0A= #=0A= # In most cases an empty file is suffient for most people as the=0A= # defaults are usually fine.=0A= #=0A= timeout 60;=0A= retry 60;=0A= reboot 10;=0A= select-timeout 5;=0A= initial-interval 2;=0A= dns-update off;=0A= =0A= interface "ed0" {=0A= prepend domain-name-servers 127.0.0.1;=0A= supersede domain-name "xxxx";=0A= request subnet-mask, broadcast-address, time-offset, routers, = domain-name, domain-name-servers, host-name;=0A= require subnet-mask, routers;=0A= script "/sbin/dhclient-script";=0A= }=0A= ------=_NextPart_000_0008_01C0C5A2.0DF0E9C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message