~ubuntu-branches/ubuntu/karmic/installation-guide/karmic

« back to all changes in this revision

Viewing changes to de/install-methods/tftp/rarp.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-07-23 15:52:44 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070723155244-xayq1rzu8rllvngy
Tags: 20070319ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Rename doc-base.TEMPLATE to TEMPLATE.doc-base.
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Remove text talking about devfs-style device names, which are no
    longer supported.
  - Fix links to web copies of installation manual and example preseed
    file.
* Bump kernelversion to 2.6.22.
* Bump x11ver to 7.3.
* Bump GNOME version to 2.20.
* Bump release version and names for Gutsy (LP: #119177).
* Refer to the standard task rather than ubuntu-standard.
* Disable documentation of the GTK frontend.
* Remove latex-hangul-ucs-hlatex build-dependency, as we don't build for
  Korean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 28997 -->
 
2
<!-- original version: 39897 -->
3
3
 
4
4
 
5
5
  <sect2 condition="supports-rarp" id="tftp-rarp">
6
 
   <title>RARP-Server einrichten</title>
 
6
  <title>Einen RARP-Server einrichten</title>
7
7
<para>
8
8
 
9
9
Um RARP einzurichten, benötigen Sie die Ethernet-Adresse (a.k.a. die MAC-Adresse)
18
18
 
19
19
</para><para>
20
20
 
21
 
Auf einem RARP-Server, der einen 2.2.x-Linux-Kernel benutzt,
22
 
müssen Sie die RARP-Tabelle des Kernels aktualisieren.
23
 
Dies erledigen Sie mit:
24
 
 
25
 
<informalexample><screen>
26
 
# <userinput>/sbin/rarp -s
27
 
<replaceable>client-hostname</replaceable>
28
 
<replaceable>client-enet-addr</replaceable></userinput>
29
 
 
30
 
# <userinput>/usr/sbin/arp -s
31
 
<replaceable>client-ip</replaceable>
32
 
<replaceable>client-enet-addr</replaceable></userinput>
33
 
</screen></informalexample>
34
 
 
35
 
</para><para>
36
 
 
37
 
Wenn Sie eine Meldung
38
 
 
39
 
<informalexample><screen>
40
 
SIOCSRARP: Invalid argument
41
 
</screen></informalexample>
42
 
 
43
 
bekommen, müssen Sie möglicherweise noch das RARP-Kernelmodul laden
44
 
oder sogar den Kernel neu kompilieren, so dass er RARP unterstützt.
45
 
Versuchen Sie <userinput>modprobe rarp</userinput> und danach erneut
46
 
das <command>rarp</command>-Kommando.
47
 
 
48
 
</para><para>
49
 
 
50
 
Auf einem RARP-Server, der einen 2.4.x-Linux-Kernel nutzt,
51
 
gibt es kein RARP-Kernelmodul; stattdessen sollten Sie das
52
 
Programm <command>rarpd</command> benutzen. Die Verfahrensweise
53
 
ist die gleiche, wie Sie im folgenden Abschnitt für SunOS
54
 
beschrieben wird.
55
 
 
56
 
</para><para>
57
 
 
58
 
Unter SunOS müssen Sie sicherstellen, dass die Ethernet-Hardwareadresse
59
 
des Clients in der <quote>ethers</quote>-Datenbank aufgelistet ist (entweder in
 
21
Auf einem RARP-Server, der unter dem Linux-Kernel 2.4 oder 2.6 läuft oder
 
22
unter Solaris/SunOS benutzen Sie das Programm <command>rarpd</command>.
 
23
Sie müssen sicherstellen, dass die Ethernet-Hardwareadresse des Clients
 
24
in der <quote>ethers</quote>-Datenbank aufgelistet ist (entweder in
60
25
der Datei <filename>/etc/ethers</filename> oder per NIS/NIS+) sowie
61
 
in der <quote>hosts</quote>-Datenbank. Dann starten Sie den RARP-Daemon. Unter
62
 
SunOS 4 benutzen Sie (als root) den Befehl:
63
 
<userinput>/usr/etc/rarpd -a</userinput>; unter SunOS 5 ist es
64
 
<userinput>/usr/sbin/rarpd -a</userinput>.
 
26
in der <quote>hosts</quote>-Datenbank. Dann starten Sie den RARP-Daemon. 
 
27
Benutzen Sie auf den meisten Linux-Systemen und unter SunOS 5 (Solaris 2)
 
28
folgenden Befehl (als root): <userinput>/usr/sbin/rarpd -a</userinput>;
 
29
auf einigen Linux-Systemen könnte es auch
 
30
<userinput>/usr/sbin/in.rarpd -a</userinput> sein und unter SunOS 4
 
31
(Solaris 1) <userinput>/usr/etc/rarpd -a</userinput>.
65
32
 
66
33
</para>
67
34
  </sect2>