📄 bootpd.8
字号:
.TH bootpd 8.SH Namebootpd \- Server to help boot diskless clients.SH Syntax.B /usr/etc/bootpd [.B \-d][.B \-i].SH Description.NXR "diskless client" "booting".NXR "booting diskless clients".NXR "bootpd server"The .PN bootpdserver is for the Internet BOOTP protocol (a UDP-based protocol).This allows a diskless machine to find out its Internet address,the address of a bootserver,and the name of a file to boot. .PPThe.PN bootpdserver is either started from.PN /etc/rc.local ,or from.PN inetd .If .PN bootpdis started from.PN inetd ,the .B \-i flag must be supplied by.PN /etc/inetd.conf .The.PN bootpdserver reads its configuration file,.PN /etc/bootptab ,when it starts up. When a new request arrives,.PN bootpdchecks to see if the file has been modified, and if so, reads it again..PPIf started by.PN inetd ,.PN bootpdwaits until no new requests arrive for one minute. Thislimits the overhead of restarting the daemon without tying upa process slot when nothing is happening.The following is an example of the format of the configuration file:.EX## /etc/bootptab: database for bootp server (/usr/etc/bootpd)## Blank lines and lines beginning with '#' are ignored.## home directory/usr/local/bootfiles# default bootfile defaultboot# end of first section%%## The remainder of this file contains one line per client # interface with the information shown by the table headings # below. The host name is also tried as a suffix for the # bootfile when searching the home directory (that is, # bootfile.host)## host htype haddr iaddr bootfile#hostx 1 02:60:8c:06:35:05 99.44.0.65 ultrixhosty 1 02:07:01:00:30:02 99.44.0.65 vmshostz 1 02:60:8c:00:77:78 99.44.0.03 lps40node1 1 02:60:8c:00:99:47 99.44.0.01 tops20.EEThe first two lines specify the home (default) directory and thedefault bootfile, respectively. A line starting with two percent signs (%%) separatesthese first lines from the host information table, which containsan entry for each bootable host..PPYou should start with a configuration file similar to this and edit the host entriesto correspond to your local systems. The host field does not have tobe a formal host name; it is used for identification in the log fileand also as a possible extension to the bootfile name..PPThe .PN htype is always 1 and corresponds to the hardware type assignedEthernet by the Assigned Numbers RFC. The .PN haddr field can use a period (.), a hyphen (-), or a colon (:) as separators. The .PN bootfile entry is the file used if theclient does not know the name of the file it wants to boot. This isfrequently the case when a diskless workstation is booted..PPThe .PN bootpdserver logs interesting events using.PN syslog ..SH Options.IP \-d 5Logs all requests and indicates what responses are made..IP \-iIf .PN bootpdis started from.PN inetd ,the .B \-i flag must be supplied by.PN /etc/inetd.conf ..SH Files.TP 15.PN /etc/bootptabConfiguration file.SH See Alsoinetd(8c), tftpd(8c)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -