summaryrefslogtreecommitdiff
path: root/ja/using-d-i/modules/netcfg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ja/using-d-i/modules/netcfg.xml')
-rw-r--r--ja/using-d-i/modules/netcfg.xml108
1 files changed, 0 insertions, 108 deletions
diff --git a/ja/using-d-i/modules/netcfg.xml b/ja/using-d-i/modules/netcfg.xml
deleted file mode 100644
index 0b7ab2346..000000000
--- a/ja/using-d-i/modules/netcfg.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 50619 -->
-
- <sect3 id="netcfg">
-<!--
- <title>Configuring the Network</title>
--->
- <title>ネットワークの設定</title>
-
-<para>
-
-<!--
-As you enter this step, if the system detects that you have more than
-one network device, you'll be asked to choose which device will be
-your <emphasis>primary</emphasis> network interface, i.e. the one
-which you want to use for installation. The other interfaces won't be
-configured at this time. You may configure additional interfaces after
-installation is complete; see the <citerefentry>
-<refentrytitle>interfaces</refentrytitle> <manvolnum>5</manvolnum>
-</citerefentry> man page.
--->
-このステップに入って、ネットワークデバイスが 1 つ以上あることを
-システムが検出すると、どのデバイスを <emphasis>主要</emphasis>
-(つまりインストールに使用する) ネットワークインターフェースとするか、
-質問されます。
-その他のインターフェースはここでは設定しません。
-インストールが完了したところで、さらにインターフェースを設定できるでしょう。
-<citerefentry>
-<refentrytitle>interfaces</refentrytitle> <manvolnum>5</manvolnum>
-</citerefentry> man ページを参照してください。
-
-</para><para>
-
-<!--
-By default, &d-i; tries to configure your computer's network
-automatically via DHCP. If the DHCP probe succeeds, you are done. If the
-probe fails, it may be caused by many factors ranging from unplugged
-network cable, to a misconfigured DHCP setup. Or maybe you don't have
-a DHCP server in your local network at all. For further explanation,
-check the error messages on the fourth console. In any case, you will
-be asked if you want to retry, or if you want to perform a manual
-setup. DHCP servers are sometimes really slow in their responses, so
-if you are sure everything is in place, try again.
--->
-デフォルトでは、&d-i; はコンピュータのネットワークを DHCP より
-自動的に設定しようとします。
-DHCP の検出に成功すれば完了です。失敗した場合、
-ネットワークケーブルが繋がっていないから、DHCP の設定が間違っているまで、
-幅広い原因が考えられます。
-またローカルネットワークに DHCP サーバがないかもしれません。
-何が起きたかを確認するには、
-4 番目のコンソールに表示するエラーメッセージをチェックしてください。
-いずれの場合も、再実行するか、手動設定を実行するか、を質問されます。
-DHCP サーバは、時々そのレスポンスが遅いことがあります。
-そのため、すべて適切であると確信するなら、再実行してください。
-
-</para><para>
-
-<!--
-The manual network setup in turn asks you a number of questions about
-your network, notably
-<computeroutput>IP address</computeroutput>,
-<computeroutput>Netmask</computeroutput>,
-<computeroutput>Gateway</computeroutput>,
-<computeroutput>Name server addresses</computeroutput>, and a
-<computeroutput>Hostname</computeroutput>.
-Moreover, if you have a wireless network interface, you will be asked
-to provide your <computeroutput>Wireless ESSID</computeroutput> and
-a <computeroutput>WEP key</computeroutput>. Fill in the answers from
-<xref linkend="needed-info"/>.
--->
-ネットワークの手動設定では、ネットワークについていくつか &dash; 特に、
-<computeroutput>IP アドレス</computeroutput>、
-<computeroutput>ネットマスク</computeroutput>、
-<computeroutput>ゲートウェイ</computeroutput>、
-<computeroutput>ネームサーバのアドレス</computeroutput>、
-<computeroutput>ホスト名</computeroutput>
-について質問します。
-さらに、無線ネットワークインターフェースがあるなら、
-<computeroutput>無線 ESSID</computeroutput>と、
-<computeroutput>WEP キー</computeroutput>を質問します。
-<xref linkend="needed-info"/> から回答を書き込んでください。
-
-</para><note><para>
-
-<!--
-Some technical details you might, or might not, find handy: the program
-assumes the network IP address is the bitwise-AND of your system's IP
-address and your netmask. The default broadcast address is calculated as
-the bitwise OR of your system's IP address with the bitwise negation of
-the netmask. It will also guess your gateway. If you can't find any of
-these answers, use the offered defaults &mdash; if necessary, you can
-change them by editing <filename>/etc/network/interfaces</filename> once
-the system has been installed.
--->
-見つけるか見つけないかはともかく,技術的詳細は手軽に見つかります。
-プログラムでは、ネットワーク IP アドレスが、
-システムの IP アドレスとネットマスクのビット積であると仮定します。
-デフォルトのブロードキャストアドレスは、システムの IP アドレスと、
-ネットマスクのビット否定とのビット和から計算します。
-さらにゲートウェイも推測します。
-これらのうち、どれかがわからなければ、デフォルト値をを使用してください。
-一度、システムをインストールした後で、
-必要なら <filename>/etc/network/interfaces</filename> を編集して変更できます。
-
-</para></note>
- </sect3>