Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2001 11:48:57 -0400
From:      "C J Michaels" <cjm2@27in.tv>
To:        "FreeBSD Stable" <freebsd-stable@FreeBSD.org>
Subject:   /etc/dhclient.com
Message-ID:  <DGEHIHDMIIGBKHEKEJJNAECACBAA.cjm2@27in.tv>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DGEHIHDMIIGBKHEKEJJNAECACBAA.cjm2>