
bootpd

     bootpd implements the bootstrap protocol (BOOTP) server in NOS.

        bootpd start
         Starts the bootpd server.


        bootpd stop
         Stops the bootpd server.


        bootpd dns [<ip_address.]
         Display or set the list of domain name servers for bootpd.


        bootpd dyip [<iface> | <iface> <ipaddr1> <ipaddr2> | <iface> off]
         Display or set the interface address range.  The range is between
         ipaddr1 and ipaddr2, both in dot notation.


        bootpd host [<hostaddr> <hardware_type> <hardware_addr> <ip_addr>
                                                 [<boot_file>]]
         Display or activate a bootpd process.

         <hardware_type> is netrom, ether, macappletalk or ax25.
         <hardware_addr> is the interface name.
         <ip_addr> must be in dot notation.



        bootpd rmhost <ip_addr>
         Delete <ip_addr> from the host table.



        bootpd homedir [<directory> | default]
         Display or set the directory where the bootpd files reside.  The
         default directory is 'bpfiles'.



        bootpd defaultfile [<bootfile> | default]
         Display or set the file name of the bootpd file.  The default is
         'boot'.



        bootpd logfile [<filename> | default] [on | OFF]
         Starts or stops the logging of bootpd requests to <filename> or
         the default file name 'bootplog'.



        bootpd logscreen [on | OFF]
         Enables or disables the logging of bootpd to the screen.


