summaryrefslogtreecommitdiff
path: root/ja/install-methods/tftp/rarp.xml
blob: d797039637ebfaa0c12815d3c32f3547a0e4b997 (plain)
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
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 39897 -->


  <sect2 condition="supports-rarp" id="tftp-rarp">
<!--
  <title>Setting up RARP server</title>
-->
  <title>RARP サーバの設定</title>
<para>

<!--
To set up RARP, you need to know the Ethernet address (a.k.a. the MAC address)
of the client computers to be installed.
If you don't know this information, you can

<phrase arch="sparc"> pick it off the initial OpenPROM boot messages, use the
OpenBoot <userinput>.enet-addr</userinput> command, or </phrase>

boot into <quote>Rescue</quote> mode (e.g., from the rescue floppy) and use the
command <userinput>/sbin/ifconfig eth0</userinput>.
-->
RARP を設定するには、クライアントコンピュータにインストールしている
イーサネットのアドレス (MAC アドレス) を調べておく必要があります。
この情報が確認できていなければ、

<phrase arch="sparc">
OpenPROM の初期ブートメッセージに現われるものをメモするか、
OpenBoot の <userinput>.enet-addr</userinput> コマンドを使うか、</phrase>

(例えば rescue フロッピーなどで) <quote>Rescue</quote> モードを起動して
<userinput>/sbin/ifconfig eth0</userinput> コマンドを使ってください。

</para><para>

<!--
On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/SunOS,
you use the <command>rarpd</command> program.
You need to ensure that the Ethernet hardware address for the client is
listed in the <quote>ethers</quote> database (either in the
<filename>/etc/ethers</filename> file, or via NIS/NIS+) and in the
<quote>hosts</quote> database. Then you need to start the RARP daemon.
Issue the command (as root): <userinput>/usr/sbin/rarpd -a</userinput>
on most Linux systems and SunOS 5 (Solaris 2),
<userinput>/usr/sbin/in.rarpd -a</userinput> on some other Linux systems,
or <userinput>/usr/etc/rarpd -a</userinput> in SunOS 4 (Solaris 1).
-->
Linux 2.4 カーネルないし 2.6 カーネルの RARP サーバシステムや、
Solaris/SunOS では、<command>rarpd</command> を使用します。
クライアントのイーサネットハードウェアアドレスを
<quote>ethers</quote> データベースと <quote>hosts</quote> データベースに
リストしておく必要があります
(これらのデータベースは <filename>/etc/(ethers,hosts)</filename> ファイルか
NIS/NIS+ のマップにします)。
次に RARP デーモンを起動します。
ほとんどの Linux システムと SunOS 5 (Solaris 2)では、
<userinput>/usr/sbin/rarpd -a</userinput> を、
いくつか他の Linux システムでは 
<userinput>/usr/sbin/in.rarpd -a</userinput>を、
SunOS 4 (Solaris 1) では <userinput>/usr/etc/rarpd -a</userinput> 
を (ルート権限で) 実行してください。

</para>
  </sect2>