aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mcc-help/de/draknfs.xml
blob: 9467c88e4ee57acebfa582c33b99bda512b81ffc (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="utf-8"?>
<section version="5.0" xml:lang="de" xml:id="draknfs" xmlns="http://docbook.org/ns/docbook"
         xmlns:ns5="http://www.w3.org/1998/Math/MathML"
         xmlns:ns4="http://www.w3.org/2000/svg"
         xmlns:ns3="http://www.w3.org/1999/xhtml"
         xmlns:ns2="http://www.w3.org/1999/xlink"
         xmlns:ns="http://docbook.org/ns/docbook">
  <info>
    <title xml:id="draknfs-ti1">Laufwerke und Verzeichnisse mit NFS freigeben</title>

    <subtitle>draknfs</subtitle>
  </info>

  <mediaobject>
    <imageobject>
      <imagedata align="center" fileref="draknfs.png" format="PNG"
                 revision="1"  xml:id="draknfs-im1"/>
    </imageobject>
  </mediaobject>

  <para/>

  <section>
    <title>Voraussetzungen</title>

    <para>Wenn der Assistent<footnote>
        <para>Sie können das Werkzeug über die Kommandozeile aufrufen, indem Sie <emphasis
role="bold">draknfs</emphasis> als root eingeben.</para>
      </footnote> das erste Mal
gestartet wird, wird möglicherweise folgende Meldung angezeigt:</para>

    <blockquote>
      <para>Das Paket nfs-utils muss installiert sein. Soll es installiert werden?</para>
    </blockquote>

    <para>Nach dem abschließen der Installation wird ein Fenster mit einer leeren
Liste angezeigt.</para>
  </section>

  <section>
    <title>Hauptfenster</title>

    <para>Eine Liste mit freigegebenen Verzeichnisse wird angezeigt. In diesem Schritt
ist die Liste leer. Die <guibutton>Hinzufügen</guibutton> Schaltfläche
bietet Ihnen Zugriff zum Konfigurationswerkzeug.</para>
  </section>

  <section>
    <title>Veränderter Eintrag</title>

    <para>Das Konfigurationswerkzeug wird "Veränderter Eintrag" genannt. Es kann auch
über die <guibutton>Ändern</guibutton> Schaltfläche gestartet werden. Die
folgenden Parameter sind verfügbar.</para>

    <mediaobject>
      <imageobject>
        <imagedata align="center" fileref="draknfs4.png" format="PNG"
                   revision="1" xml:id="draknfs-im4"/>
      </imageobject>
    </mediaobject>

    <section>
      <title>NFS-Verzeichnis</title>

      <para>Hier können Sie festlegen welches Verzeichnis freigegeben werden soll. Der
<guibutton>Verzeichnis</guibutton> Knopf bietet Ihnen Zugriff auf einen
Browser um es auszuwählen.</para>
    </section>

    <section>
      <title>Rechnerzugriff</title>

      <para>Hier können Sie die Hosts festlegen, welche Autorisiert sind auf das
freigegebene Verzeichnis zuzugreifen.</para>

      <para>NFS Klients können auf verschiedene Wege angegeben werden:</para>

      <para><emphasis>Einzelrechner</emphasis>: Ein Rechner, entweder durch einen
Kurznamen, welcher durch die Namensauflösung erkannt wird, den vollen
qualifizierten Domänennamen oder einer IP-Adresse angeben</para>

      <para><emphasis>Netzgruppen</emphasis>: NIS-Netzgruppen können als @Gruppe
angegeben werden.</para>

      <para><emphasis>Platzhalter</emphasis>: Rechnernamen können die Platzhalter „*“
und „?“ enthalten. Zum Beispiel: *.cs.foo.edu entspricht allen Rechnern in
der Domäne  cs.foo.edu.</para>

      <para><emphasis>IP-Netzwerke</emphasis>: Sie können auch Verzeichnisse für alle
Rechner eines IP-(Sub)Netzwerkes gleichzeitig freigeben. Zum Beispiel durch
Anhängen von `/255.255.252.0' oder `/22' an die Netzwerk-Basis-Adresse.</para>
    </section>

    <section>
      <title>Benutzer-ID-Abbildung</title>

      <para><emphasis>map root user as anonymous</emphasis>: maps requests from uid/gid
0 to the anonymous uid/gid (root_squash). The root user from the client
cannot read or write to the files on the server which are created by root on
the server itself.</para>

      <para><emphasis>allow real remote root access</emphasis>: turn off root
squashing. This option is mainly useful for diskless clients
(no_root_squash).</para>

      <para><emphasis>map all users to anonymous user</emphasis>: maps all uids and gids
to the anonymous user (all_squash). Useful for NFS-exported public FTP
directories, news spool directories, etc. The opposite option is no user UID
mapping (no_all_squash), which is the default setting.</para>

      <para><emphasis>anonuid and anongid</emphasis>: explicitly set the uid and gid of
the anonymous account.</para>
    </section>

    <section>
      <title>Erweiterte Einstellungen</title>

      <para><emphasis>Secured Connection</emphasis>: this option requires that requests
originate on an internet port less than IPPORT_RESERVED (1024).  This option
is on by default.</para>

      <para><emphasis>Read-Only share</emphasis>: allow either only read or both read
and write requests on this NFS volume. The default is to disallow any
request which changes the filesystem. This can also be made explicit by
using this option.</para>

      <para><emphasis>Synchronous access</emphasis>: prevents the NFS server from
violating the NFS protocol and to reply to requests before any changes made
by these requests have been committed to stable storage (e.g. disc drive).</para>

      <para><emphasis>Subtree checking</emphasis>: enable subtree checking which can
help improve security in some cases, but can decrease reliability. See
exports(5) man page for more details.</para>
    </section>
  </section>

  <section>
    <title>Menüeinträge</title>

    <para>So far the list has at least one entry.</para>

    <mediaobject>
      <imageobject>
        <imagedata align="center" fileref="draknfs5.png" format="PNG"
                   revision="1" xml:id="draknfs-im5"/>
      </imageobject>
    </mediaobject>

    <section>
      <title>Datei|Schreibe conf</title>

      <para>Aktuelle Konfiguration speichern.</para>
    </section>

    <section>
      <title>NFS-Server|Neu starten</title>

      <para>Der Server wird gestoppt und mit den aktuellen Konfigurationsdateien neu
gestartet.</para>
    </section>

    <section>
      <title>NFS-Server|Neu laden</title>

      <para>Die angezeigte Konfiguration wird aus den aktuellen Konfigurationsdateien
neu geladen.</para>
    </section>
  </section>
</section>