Deleted Added
full compact
bootpd.8 (50476) bootpd.8 (68949)
1.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
2.\"
1.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
2.\"
3.\" $FreeBSD: head/libexec/bootpd/bootpd.8 50476 1999-08-28 00:22:10Z peter $
3.\" $FreeBSD: head/libexec/bootpd/bootpd.8 68949 2000-11-20 14:42:24Z ru $
4.\"
5.Dd November 06, 1993
6.Dt BOOTPD 8
7.Os "Carnegie Mellon University"
8.Sh NAME
9.Nm bootpd , bootpgw
10.Nd Internet Boot Protocol server/gateway
11.Sh SYNOPSIS
4.\"
5.Dd November 06, 1993
6.Dt BOOTPD 8
7.Os "Carnegie Mellon University"
8.Sh NAME
9.Nm bootpd , bootpgw
10.Nd Internet Boot Protocol server/gateway
11.Sh SYNOPSIS
12.Nm bootpd
12.Nm
13.Op Fl i
14.Op Fl s
15.Op Fl t Ar timeout
16.Op Fl d Ar level
17.Op Fl c Ar chdir-path
18.Oo
19.Ar bootptab
20.Op Ar dumpfile

--- 7 unchanged lines hidden (view full) ---

28.Sh DESCRIPTION
29.Nm Bootpd
30implements an Internet Bootstrap Protocol (BOOTP) server as defined in
31RFC951, RFC1532, and RFC1533.
32.Nm Bootpgw
33implements a simple BOOTP gateway which can be used to forward
34requests and responses between clients on one subnet and a
35BOOTP server (i.e.
13.Op Fl i
14.Op Fl s
15.Op Fl t Ar timeout
16.Op Fl d Ar level
17.Op Fl c Ar chdir-path
18.Oo
19.Ar bootptab
20.Op Ar dumpfile

--- 7 unchanged lines hidden (view full) ---

28.Sh DESCRIPTION
29.Nm Bootpd
30implements an Internet Bootstrap Protocol (BOOTP) server as defined in
31RFC951, RFC1532, and RFC1533.
32.Nm Bootpgw
33implements a simple BOOTP gateway which can be used to forward
34requests and responses between clients on one subnet and a
35BOOTP server (i.e.
36.Nm Ns )
36.Nm )
37on another subnet. While either
38.Nm
39or
40.Nm bootpgw
41will forward BOOTREPLY packets, only
42.Nm bootpgw
43will forward BOOTREQUEST packets.
44.Pp

--- 70 unchanged lines hidden (view full) ---

115.Ar debug-level
116variable that controls the amount of debugging messages generated.
117For example,
118.Fl d Ns 4
119or
120.Fl d
1214 will set the debugging level to 4.
122For compatibility with older versions of
37on another subnet. While either
38.Nm
39or
40.Nm bootpgw
41will forward BOOTREPLY packets, only
42.Nm bootpgw
43will forward BOOTREQUEST packets.
44.Pp

--- 70 unchanged lines hidden (view full) ---

115.Ar debug-level
116variable that controls the amount of debugging messages generated.
117For example,
118.Fl d Ns 4
119or
120.Fl d
1214 will set the debugging level to 4.
122For compatibility with older versions of
123.Nm Ns ,
123.Nm ,
124omitting the numeric parameter (i.e. just
125.Fl d Ns )
126will simply increment the debug level by one.
127.It Fl c Ar chdir-path
128Set the current directory used by
129.Nm
130while checking the existence and size of client boot files. This is
131useful when client boot files are specified as relative pathnames, and
132.Nm
133needs to use the same current directory as the TFTP server
134(typically
135.Pa /tftpboot Ns ).
136This option is not recognized by
137.Nm bootpgw .
138.It Fl i
139Force inetd mode. This option is obsolete, but remains for
140compatibility with older versions of
124omitting the numeric parameter (i.e. just
125.Fl d Ns )
126will simply increment the debug level by one.
127.It Fl c Ar chdir-path
128Set the current directory used by
129.Nm
130while checking the existence and size of client boot files. This is
131useful when client boot files are specified as relative pathnames, and
132.Nm
133needs to use the same current directory as the TFTP server
134(typically
135.Pa /tftpboot Ns ).
136This option is not recognized by
137.Nm bootpgw .
138.It Fl i
139Force inetd mode. This option is obsolete, but remains for
140compatibility with older versions of
141.Nm Ns .
141.Nm .
142.It Fl s
143Force standalone mode. This option is obsolete, but remains for
144compatibility with older versions of
142.It Fl s
143Force standalone mode. This option is obsolete, but remains for
144compatibility with older versions of
145.Nm Ns .
145.Nm .
146.It Ar bootptab
147Specify the name of the configuration file from which
148.Nm
149loads its database of known clients and client options
146.It Ar bootptab
147Specify the name of the configuration file from which
148.Nm
149loads its database of known clients and client options
150.Pf ( Nm bootpd
150.No ( Nm
151only).
152.It Ar dumpfile
153Specify the name of the file that
154.Nm
155will dump its internal database into when it receives a
156SIGUSR1 signal
151only).
152.It Ar dumpfile
153Specify the name of the file that
154.Nm
155will dump its internal database into when it receives a
156SIGUSR1 signal
157.Pf ( Nm bootpd
157.No ( Nm
158only). This option is only recognized if
159.Nm
160was compiled with the -DDEBUG flag.
161.It Ar server
162Specify the name of a BOOTP server to which
163.Nm bootpgw
164will forward all BOOTREQUEST packets it receives
165.Pf ( Nm bootpgw

--- 63 unchanged lines hidden (view full) ---

229.Pp
230If the port numbers cannot be determined using
231.Xr getservbyname 3
232then the values default to bootps=67 and bootpc=68.
233.Sh FILES
234.Bl -tag -width /tmp/bootpd.dump -compact
235.It Pa /etc/bootptab
236Database file read by
158only). This option is only recognized if
159.Nm
160was compiled with the -DDEBUG flag.
161.It Ar server
162Specify the name of a BOOTP server to which
163.Nm bootpgw
164will forward all BOOTREQUEST packets it receives
165.Pf ( Nm bootpgw

--- 63 unchanged lines hidden (view full) ---

229.Pp
230If the port numbers cannot be determined using
231.Xr getservbyname 3
232then the values default to bootps=67 and bootpc=68.
233.Sh FILES
234.Bl -tag -width /tmp/bootpd.dump -compact
235.It Pa /etc/bootptab
236Database file read by
237.Nm Ns .
237.Nm .
238.It Pa /tmp/bootpd.dump
239Debugging dump file created by
238.It Pa /tmp/bootpd.dump
239Debugging dump file created by
240.Nm Ns .
240.Nm .
241.It Pa /etc/services
242Internet service numbers.
243.It Pa /tftpboot
244Current directory typically used by the TFTP server and
241.It Pa /etc/services
242Internet service numbers.
243.It Pa /tftpboot
244Current directory typically used by the TFTP server and
245.Nm Ns .
245.Nm .
246.El
247.Sh BUGS
248Individual host entries must not exceed 1024 characters.
249.Sh CREDITS
250This distribution is currently maintained by
251.An Walter L. Wimer Aq walt+@cmu.edu .
252.Pp
253The original BOOTP server was created by

--- 37 unchanged lines hidden ---
246.El
247.Sh BUGS
248Individual host entries must not exceed 1024 characters.
249.Sh CREDITS
250This distribution is currently maintained by
251.An Walter L. Wimer Aq walt+@cmu.edu .
252.Pp
253The original BOOTP server was created by

--- 37 unchanged lines hidden ---