aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man8/bootptest.8
blob: 627d34d7361e5e6c57c4d64a5e5474ed65f8e8bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.\" %FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.8,v 1.2.2.1 2001/01/16 13:14:38 ru Exp %
.\"
.\" bootptest.8
.\" $FreeBSD: doc/ja_JP.eucJP/man/man8/bootptest.8,v 1.6 2001/07/29 05:15:27 horikawa Exp $
.Dd June 10, 1993
.Dt BOOTPTEST 8
.Os
.Sh 名称
.Nm bootptest
.Nd "BOOTP に質問を送り、応答を出力する"
.Sh 書式
.Op Fl f Ar bootfile
.Op Fl h
.Op Fl m Ar magic_number
.Ar server\-name
.Op Ar template\-file
.Sh 解説
.Nm
は、BOOTP リクエストを
.Ar server\-name
で指定されたホストに送ります。
このとき、応答が得られるか、10 個の
リクエストが無応答に終わるまで 1 秒間隔で連続してリクエストを送信します。
応答を受けとると、
.Nm
は追加の応答を得るためにもう 1 秒待ちます。
.Sh オプション
.Bl -tag -width indent
.It Fl f Ar bootfile
ブートファイルリクエストのブートファイルフィールドを
.Ar bootfile
で埋めます。
.It Fl h
クライアントの識別にハードウェア (Ethernet) アドレスを用います。
デフォルトでは、クライアントがすでにその IP アドレスを知っていると
いうことを示すようにリクエスト内に IP アドレスがコピーされます。
.It Fl m Ar magic_number
ベンダオプションフィールドの第 1 ワードを
.Ar magic\-number
で初期化します。
.Pp
.Ar template\-file
が指定されると、
.Nm
はリクエストパケットのオプションエリアを初期化するために
このファイルの内容 (バイナリデータ) を使用します。
.El
.Sh 作者
.Nm
プログラムは独自の創作物と創作派生物の組み合わせです。
メインプログラムモジュール
.Pq Pa bootptest.c
は
.An Gordon W. Ross Aq gwr@mc.com
独自の創作物です。
パケット表示モジュール
.Pq Pa print\-bootp.c
は
.Bx
の
.Xr tcpdump 1
プログラムから持ってきたファイルを一部変更したものです。
.Pp
このプログラムは
University of California、
Lawrence Berkeley Laboratory と
その貢献者により開発されたソフトウェアを含んでいます (
.Pa print\-bootp.c
の著作権表示を参照のこと)。
.Sh 関連項目
.Xr bootpd 8
.Rs
.%O RFC951
.%T "BOOTSTRAP PROTOCOL (BOOTP)"
.Re
.Rs
.%O RFC1048
.%T "BOOTP Vendor Information Extensions"
.Re