![]() |
Now serving 108 guides. |
|
BootP Daemon General Information This guide will explain on how to enable FreeBSD's internal BootP daemon and some basic configuration. BootP is a protocol like DHCP except is typically used by older technology, like my Asante IntraCore 6014DSB.Requirements
Installation The BootP daemon is built-in to FreeBSD so there's no need to install it. All that's left to do is create a directory and configuration file.
/usr/boot be sure to remember this for later in the config file.Configuration The first step is to create the configuration file so the daemon actually has some idea of what's going on.
:hd is the BootP daemon's home directory (for specific boot files, I believe. Be sure to create this directory!). :ds is the domain server (since I don't have a domain I just used the server's address). :ns is the internal name server's address/ip. :sm is the subnet mask you'd like to have the machine that's using BootP use. :gw is the gateway server's address.Alright, now that we've set some basic paramaters, it's time to specify a client. Add something that looks like the following to the end of the file:
:ha is the machine/NIC's MAC address. :tc is the template to use, in this case we want to use .default since that's all we have so far. And, :ip is the ip you wish to assign to the machine.Now we need to fire up the daemon:
Author: Kyle Symonds |
Copyright 2003 - 2010 BSD Guides. All rights reserved. |
About | Terms of Use | Privacy | Contact |

