
bootp

This is a bootstrap protocol server / client, included in NOS.

        bootp start
         Starts the bootp server.


        bootp stop
         Stops the bootp server.


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


        bootp 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.


        bootp host [<hostaddr> <hardware_type> <hardware_addr> <ip_addr>
                                                 [<boot_ file>]]
         Display or activate a bootp process.

         Hardware_type is netrom, ether, macappletalk or ax25.
         Hardware_addr is the interface name.
         Ip_ addr must be in dot notation.



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



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



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



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



        bootp logscreen [on | off]
         Enables or disables the logging of bootp to the screen.


