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
|
<!-- retain these comments for translator revision tracking -->
<!-- original version: 39897 -->
<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>/sbin/ifconfig 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>/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).
-->
Su un server RARP con kernel Linux 2.4 o 2.6, 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>
|