]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/bootpd/tools/bootptest/bootptest.8
This commit was generated by cvs2svn to compensate for changes in r48146,
[FreeBSD/FreeBSD.git] / libexec / bootpd / tools / bootptest / bootptest.8
1 .\" bootptest.8
2 .TH BOOTPTEST 8 "10 June 1993" "MAINTENANCE COMMANDS"
3 .SH NAME
4 bootptest \- send BOOTP queries and print responses
5 .SH SYNOPSIS
6 .LP
7 .B bootptest
8 [
9 .B \-f
10 .I bootfile
11 ]
12 [
13 .B \-h
14 ]
15 [
16 .B \-m
17 .I magic_number
18 ]
19 .I server\-name
20 .RI [ template-file ]
21 .SH DESCRIPTION
22 .B bootptest
23 sends BOOTP requests to the host specified as
24 .I server\-name
25 at one\-second intervals until either a response is received,
26 or until ten requests have gone unanswered.
27 After a response is received,
28 .B bootptest
29 will wait one more second listening for additional responses.
30 .SH OPTIONS
31 .TP
32 .B \-f
33 .I bootfile
34 Fill in the boot file field of the request with
35 .IR bootfile .
36 .TP
37 .B \-h
38 Use the hardware (Ethernet) address to identify the client.
39 By default, the IP address is copied into the request
40 indicating that this client already knows its IP address.
41 .TP
42 .B \-m
43 .I magic_number
44 Initialize the first word of the vendor options field with
45 .IR magic_number .
46 .LP
47 A
48 .I template-file
49 may be specified, in which case
50 .B bootptest
51 uses the (binary) contents of this file to initialize the
52 .I options
53 area of the request packet.
54 .SH CREDITS
55 .LP
56 The bootptest program is a combination of original and derived works.
57 The main program module (bootptest.c) is original work by
58 Gordon W. Ross <gwr@mc.com>.
59 The packet printing module (print-bootp.c) is a slightly modified
60 version of a file from the BSD tcpdump program.
61 .LP
62 This program includes software developed by the University of
63 California, Lawrence Berkeley Laboratory and its contributors.
64 (See the copyright notice in print-bootp.c)
65 .SH "SEE ALSO"
66 .LP
67 bootpd(8)
68 .SH REFERENCES
69 .TP
70 RFC951
71 BOOTSTRAP PROTOCOL (BOOTP)
72 .TP
73 RFC1048
74 BOOTP Vendor Information Extensions