Date: Tue, 28 Mar 2000 17:18:39 +0500 From: "Pete Young" <peteyng@home.com> To: "questions@freebsd.org" <questions@freebsd.org> Subject: Re: A @home problem Message-ID: <20000328221731.OWYR14153.mail2.rdc3.on.home.com@asus>
next in thread | raw e-mail | index | archive | help
On 23 Mar 00, at 13:23, Elonzo Taylor wrote:
>
> I tried your dhcp setup , but came accross a problem. It detected the
> ether ed0 on the freebsd box ,but after 6 tries it timed out . saying
> host sleeping
Did you add
ifconfig_ed0="DHCP"
to /etc rc.conf
> I have check my Dhcp script in /etc/dhclient.conf . This is setup like
> this
>
> interface "ed0" }
the curly brace after "ed0" is backwards. it should be {
> send host-name "cr123456-a"; ( fake id ) :)
> request subnet-mask, broadcast- address, routers, domain-name-servers,
> time-servers;
>
> require domain-name-servers;
> {
The final curly brace should be }
-
Pete Young
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000328221731.OWYR14153.mail2.rdc3.on.home.com>
