summaryrefslogtreecommitdiff
path: root/ja/install-methods/tftp
diff options
context:
space:
mode:
Diffstat (limited to 'ja/install-methods/tftp')
-rw-r--r--ja/install-methods/tftp/bootp.xml125
-rw-r--r--ja/install-methods/tftp/dhcp.xml123
-rw-r--r--ja/install-methods/tftp/rarp.xml65
3 files changed, 0 insertions, 313 deletions
diff --git a/ja/install-methods/tftp/bootp.xml b/ja/install-methods/tftp/bootp.xml
deleted file mode 100644
index a4e2678d2..000000000
--- a/ja/install-methods/tftp/bootp.xml
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43558 -->
-
-
- <sect2 condition="supports-bootp" id="tftp-bootp">
-<!--
- <title>Setting up a BOOTP server</title>
--->
- <title>BOOTP サーバの設定</title>
-<para>
-
-<!--
-There are two BOOTP servers available for GNU/Linux. The first is CMU
-<command>bootpd</command>. The other is actually a DHCP server: ISC
-<command>dhcpd</command>. In &debian; these are contained in the
-<classname>bootp</classname> and <classname>dhcp3-server</classname>
-packages respectively.
--->
-GNU/Linux で使える BOOTP サーバは 2 つあります。
-ひとつは CMU の <command>bootpd</command> です。
-もう 1 つは実際は DHCP サーバですが、ISC の <command>dhcpd</command> です。
-&debian; では、
-<classname>bootp</classname> パッケージと <classname>dhcp3-server</classname>
-パッケージにそれぞれ入っています。
-
-</para><para>
-
-<!--
-To use CMU <command>bootpd</command>, you must first uncomment (or
-add) the relevant line in <filename>/etc/inetd.conf</filename>. On
-&debian;, you can run <userinput>update-inetd -\-enable
-bootps</userinput>, then <userinput>/etc/init.d/inetd
-reload</userinput> to do so. Just in case your BOOTP server does not
-run Debian, the line in question should look like:
--->
-CMU <command>bootpd</command> を使う場合は、まず <filename>/etc/inetd.conf</filename> ファイルの
-該当行をアンコメント (または追加) する必要があります。
-&debian; では <userinput>update-inetd --enable bootps</userinput> を実行し、
-続いて <userinput>/etc/init.d/inetd reload</userinput> とすれば OK です。
-BOOTP サーバが Debian で動かない場合は、以下のようにします。
-
-<informalexample><screen>
-bootps dgram udp wait root /usr/sbin/bootpd bootpd -i -t 120
-</screen></informalexample>
-
-<!--
-Now, you must create an <filename>/etc/bootptab</filename> file. This
-has the same sort of familiar and cryptic format as the good old BSD
-<filename>printcap</filename>, <filename>termcap</filename>, and
-<filename>disktab</filename> files. See the
-<filename>bootptab</filename> manual page for more information. For
-CMU <command>bootpd</command>, you will need to know the hardware
-(MAC) address of the client. Here is an example
-<filename>/etc/bootptab</filename>:
--->
-ここで次に <filename>/etc/bootptab</filename> を作成します。
-このファイルの書式は、
-<filename>printcap</filename>, <filename>termcap</filename>,
-<filename>disktab</filename> ファイルなどでお馴染みの、
-例のわかりにくい形式になっています。
-詳細は <filename>bootptab</filename> マニュアルページを見てください。
-CMU <command>bootpd</command> では、
-クライアントのハードウェア (MAC) アドレスを知っておかなければなりません。
-<filename>/etc/bootptab</filename> の例を示します。
-
-<informalexample><screen>
-client:\
- hd=/tftpboot:\
- bf=tftpboot.img:\
- ip=192.168.1.90:\
- sm=255.255.255.0:\
- sa=192.168.1.1:\
- ha=0123456789AB:
-</screen></informalexample>
-
-<!--
-You will need to change at least the <quote>ha</quote> option, which
-specifies the hardware address of the client. The <quote>bf</quote>
-option specifies the file a client should retrieve via TFTP; see
-<xref linkend="tftp-images"/> for more details.
--->
-少なくともクライアントのハードウェアアドレスを指定している
-<quote>ha</quote> オプションは変更する必要があるでしょう。
-<quote>bf</quote> オプションはクライアントが TFTP で取得するファイルを指定しています。
-詳細は <xref linkend="tftp-images"/> を参照してください。
-
-<phrase arch="mips">
-<!--
-On SGI machines you can just enter the command monitor and type
-<userinput>printenv</userinput>. The value of the
-<userinput>eaddr</userinput> variable is the machine's MAC address.
--->
-SGI のマシンでは、
-コマンドモニタから <userinput>printenv</userinput> と入力してください。
-<userinput>eaddr</userinput> 変数がマシンの MAC アドレスです。
-</phrase>
-
-</para><para>
-
-<!--
-By contrast, setting up BOOTP with ISC <command>dhcpd</command> is
-really easy, because it treats BOOTP clients as a moderately special
-case of DHCP clients. Some architectures require a complex
-configuration for booting clients via BOOTP. If yours is one of
-those, read the section <xref linkend="dhcpd"/>. In that case, you
-will probably be able to get away with simply adding the
-<userinput>allow bootp</userinput> directive to the configuration
-block for the subnet containing the client, and restart
-<command>dhcpd</command> with <userinput>/etc/init.d/dhcpd3-server
-restart</userinput>.
--->
-対照的に、ISC <command>dhcpd</command> を使っての BOOTP の設定は実に簡単です。
-<command>dhcpd</command> では、BOOTP クライアントは
-やや特殊な DHCP クライアントとして取り扱われます。
-アーキテクチャによっては、BOOTP によるクライアントの起動には
-複雑な設定が必要になります。
-これに該当してしまったら、<xref linkend="dhcpd"/> の節を読んでください。
-この場合、クライアントの含まれるサブネットの設定ブロックに
-<userinput>allow bootp</userinput> というディレクティブを追加し、
-<userinput>/etc/init.d/dhcpd3-server restart</userinput> で
-<command>dhcpd</command> を再起動するだけです。
-
-</para>
- </sect2>
diff --git a/ja/install-methods/tftp/dhcp.xml b/ja/install-methods/tftp/dhcp.xml
deleted file mode 100644
index d72ce86e1..000000000
--- a/ja/install-methods/tftp/dhcp.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43558 -->
-
- <sect2 id="dhcpd">
- <title>DHCP サーバの設定</title>
-<para>
-
-<!--
-One free software DHCP server is ISC <command>dhcpd</command>.
-For &debian;, the <classname>dhcp3-server</classname> package is
-recommended. Here is a sample configuration file for it (see
-<filename>/etc/dhcp3/dhcpd.conf</filename>):
--->
-フリーソフトウェアの DHCP サーバのひとつに、
-ISC の <command>dhcpd</command> があります。
-&debian; では、<classname>dhcp3-server</classname> パッケージをお奨めします。
-以下に、設定ファイルの例を示します。
-(<filename>/etc/dhcpd.conf</filename> を参照)
-
-<informalexample><screen>
-option domain-name "example.com";
-option domain-name-servers ns1.example.com;
-option subnet-mask 255.255.255.0;
-default-lease-time 600;
-max-lease-time 7200;
-server-name "servername";
-
-subnet 192.168.1.0 netmask 255.255.255.0 {
- range 192.168.1.200 192.168.1.253;
- option routers 192.168.1.1;
-}
-
-host clientname {
- filename "/tftpboot/tftpboot.img";
- server-name "servername";
- next-server servername;
- hardware ethernet 01:23:45:67:89:AB;
- fixed-address 192.168.1.90;
-}
-</screen></informalexample>
-
-</para><para>
-
-<!--
-In this example, there is one server
-<replaceable>servername</replaceable> which performs all of the work
-of DHCP server, TFTP server, and network gateway. You will almost
-certainly need to change the domain-name options, as well as the
-server name and client hardware address. The
-<replaceable>filename</replaceable> option should be the name of the
-file which will be retrieved via TFTP.
--->
-この例では、<replaceable>servername</replaceable> というサーバがひとつあり、
-DHCP サーバ, TFTP サーバ, ネットワークゲートウェイの仕事をすべて行っています。
-domain-name オプション、サーバ名、クライアントのハードウェアアドレスは、
-必ず変更する必要があります。
-<replaceable>filename</replaceable> オプションは TFTP 経由で取得するファイルの名前です。
-
-</para><para>
-
-<!--
-After you have edited the <command>dhcpd</command> configuration file,
-restart it with <userinput>/etc/init.d/dhcpd3-server restart</userinput>.
--->
-<command>dhcpd</command> の設定ファイルの編集を終えたら、
-<userinput>/etc/init.d/dhcpd3-server restart</userinput> で
-<command>dhcpd</command> を再起動してください。
-
-</para>
-
- <sect3 arch="x86">
- <title>DHCP 設定での PXE 起動の有効化</title>
-<para>
-<!--
-Here is another example for a <filename>dhcp.conf</filename> using the
-Pre-boot Execution Environment (PXE) method of TFTP.
--->
-ここでは TFTP の Pre-boot Execution Environment (PXE) 法を用いた、
-<filename>dhcp.conf</filename> の例を示します。
-
-<informalexample><screen>
-option domain-name "example.com";
-
-default-lease-time 600;
-max-lease-time 7200;
-
-allow booting;
-allow bootp;
-
-# The next paragraph needs to be modified to fit your case
-subnet 192.168.1.0 netmask 255.255.255.0 {
- range 192.168.1.200 192.168.1.253;
- option broadcast-address 192.168.1.255;
-# the gateway address which can be different
-# (access to the internet for instance)
- option routers 192.168.1.1;
-# indicate the dns you want to use
- option domain-name-servers 192.168.1.3;
-}
-
-group {
- next-server 192.168.1.3;
- host tftpclient {
-# tftp client hardware address
- hardware ethernet 00:10:DC:27:6C:15;
- filename "pxelinux.0";
- }
-}
-</screen></informalexample>
-
-<!--
-Note that for PXE booting, the client filename <filename>pxelinux.0</filename>
-is a boot loader, not a kernel image (see <xref linkend="tftp-images"/>
-below).
--->
-PXE ブートでは、クライアントのファイル名はカーネルイメージではなく、
-ブートローダであることに注意してください。
-(以下 <xref linkend="tftp-images"/> 参照)
-
-</para>
- </sect3>
- </sect2>
diff --git a/ja/install-methods/tftp/rarp.xml b/ja/install-methods/tftp/rarp.xml
deleted file mode 100644
index d79703963..000000000
--- a/ja/install-methods/tftp/rarp.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?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>