summaryrefslogtreecommitdiff
path: root/it/install-methods/tftp/rarp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/install-methods/tftp/rarp.xml')
-rw-r--r--it/install-methods/tftp/rarp.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/it/install-methods/tftp/rarp.xml b/it/install-methods/tftp/rarp.xml
deleted file mode 100644
index 87dc06655..000000000
--- a/it/install-methods/tftp/rarp.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 69223 -->
-
- <sect2 condition="supports-rarp" id="tftp-rarp">
- <!-- <title>Setting up RARP server</title> -->
- <title>Attivazione di un server 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>ip addr show dev eth0</userinput>.
--->
-
-Per impostare un server RARP è necessario conoscere l'indirizzo Ethernet
-(noto anche come indirizzo MAC) dei computer client da installare. Se non
-si conoscono queste informazioni è possibile
-<phrase arch="sparc">leggerlo nei primi messaggi durante l'avvio di OpenPROM,
-usare il comando <userinput>.enet-addr</userinput> di OpenBoot oppure</phrase>
-avviare in modalità <quote>Ripristino</quote> (p.e. da un dischetto di
-ripristino) e usare il comando <userinput>ip addr show dev eth0</userinput>.
-
-</para><para>
-
-<!--
-On a RARP server system using a Linux 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).
--->
-
-Su un server RARP con kernel Linux oppure con Solaris/SunOS,
-usare il programma <command>rarpd</command>. Assicurarsi che l'indirizzo
-Ethernet del client sia elencato nel database <quote>ethers</quote> (nel
-file <filename>/etc/ethers</filename> o tramite NIS/NIS+) e nel database
-<quote>hosts</quote>. Poi si deve avviare il demone RARP eseguendo (da
-root): <userinput>/usr/sbin/rarpd -a</userinput> per la maggior parte dei
-sistemi Linux e SunOS 5 (Solaris 2), <userinput>/usr/sbin/in.rarpd
--a</userinput> per alcuni sistemi Linux oppure <userinput>/usr/etc/rarpd
--a</userinput> per SunOS 4 (Solaris 1).
-
-</para>
- </sect2>