Date: 19 Apr 2001 06:07:35 +0200 From: Cyrille Lefevre <clefevre-lists@noos.fr> To: Graywane <graywane@home.com> Cc: C J Michaels <cjm2@27in.tv>, FreeBSD Stable <freebsd-stable@FreeBSD.ORG> Subject: Re: /etc/dhclient.com Message-ID: <snj5mt14.fsf@gits.dyndns.org> In-Reply-To: <20010415122940.A35364@home.com> References: <DGEHIHDMIIGBKHEKEJJNAECACBAA.cjm2@27in.tv> <20010415122940.A35364@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Graywane <graywane@home.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?snj5mt14.fsf>
