Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 1999 20:27:25 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "sariel" <sariel@sullenangel.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: how to get a freebds bot to get an ip from a win98 DHCP server 
Message-ID:  <20580.937247245@axl.noc.iafrica.com>
In-Reply-To: Your message of "Sat, 11 Sep 1999 16:36:01 MST." <002b01befcaf$19f7d020$0600a8c0@Sariel> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Sat, 11 Sep 1999 16:36:01 MST, "sariel" wrote:

> about useing a freebsd box as a dhcp server, nothing I can find about
> how to get my freeBSD box to get it's ip from the server. Any help
> would be much apreciated, Even directions to a how to that I might
> have missed, I fully understand RTFM, I just need to know where the
> "M" is :)

:-)

I must admit, I battled a little to find the document you need. It turns
out that it's /etc/rc.network ... not very user-friendly. ;-)

I think, basically, you can get away with this in your /etc/rc.conf:

ifconfig_ed0="DHCP"

Obviously, that ``ed0'' needs to be replaced with the name of your
ethernet device.

I haven't done this before, so don't be too disappointed if it doesn't
work. Also note that you probably need quite a recent 3.x machine (any
time after 1999/09/03).

Oh, and you need to have an /etc/dhclient.conf . It can often be empty,
and the dhclient.conf(5) manpage is huge, so try creating an empty one
first.

Good luck!

Ciao,
Sheldon.


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?20580.937247245>