4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY CONFNAME "mandos.conf">
6
6
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
7
<!ENTITY TIMESTAMP "2008-08-29">
7
<!ENTITY OVERVIEW SYSTEM "overview.xml">
10
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
12
<title>Mandos Manual</title>
12
<title>&CONFNAME;</title>
13
13
<!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
<productname>Mandos</productname>
14
<productname>&CONFNAME;</productname>
15
15
<productnumber>&VERSION;</productnumber>
16
<date>&TIMESTAMP;</date>
19
18
<firstname>Björn</firstname>
84
83
The file &CONFPATH; is a simple configuration file for
85
84
<citerefentry><refentrytitle>mandos</refentrytitle>
86
85
<manvolnum>8</manvolnum></citerefentry>, and is read by it at
87
startup. The configuration file starts with <quote><literal
88
>[DEFAULT]</literal></quote> on a line by itself, followed by
89
any number of <quote><varname><replaceable>option</replaceable
90
></varname>=<replaceable>value</replaceable></quote> entries,
91
with continuations in the style of RFC 822. <quote><varname
92
><replaceable>option</replaceable></varname>: <replaceable
93
>value</replaceable></quote> is also accepted. Note that
94
leading whitespace is removed from values. Lines beginning with
95
<quote>#</quote> or <quote>;</quote> are ignored and may be used
86
startup. The configuration file starts with
87
<quote><literal>[DEFAULT]</literal></quote> on a line by itself,
88
followed by any number of
89
<quote><varname><replaceable>option</replaceable></varname>=<replaceable>value</replaceable></quote>
90
entries, with continuations in the style of RFC 822.
91
<quote><varname><replaceable>option</replaceable></varname>:
92
<replaceable>value</replaceable></quote> is also accepted. Note
93
that leading whitespace is removed from values. Lines beginning
94
with <quote>#</quote> or <quote>;</quote> are ignored and may be
95
used to provide comments.
214
213
<refsect1 id="see_also">
215
214
<title>SEE ALSO</title>
217
<citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
218
><manvolnum>3</manvolnum></citerefentry>,
219
<citerefentry><refentrytitle>mandos</refentrytitle>
220
<manvolnum>8</manvolnum></citerefentry>,
221
<citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
222
<manvolnum>5</manvolnum></citerefentry>
217
<refentrytitle>mandos</refentrytitle>
218
<manvolnum>8</manvolnum></citerefentry>, <citerefentry>
219
<refentrytitle>mandos-clients.conf</refentrytitle>
220
<manvolnum>5</manvolnum></citerefentry>
228
RFC 4291: <citetitle>IP Version 6 Addressing
229
Architecture</citetitle>
234
<term>Section 2.2: <citetitle>Text Representation of
235
Addresses</citetitle></term>
236
<listitem><para/></listitem>
239
<term>Section 2.5.5.2: <citetitle>IPv4-Mapped IPv6
240
Address</citetitle></term>
241
<listitem><para/></listitem>
244
<term>Section 2.5.6, <citetitle>Link-Local IPv6 Unicast
245
Addresses</citetitle></term>
248
The clients use IPv6 link-local addresses, which are
249
immediately usable since a link-local addresses is
250
automatically assigned to a network interfaces when it
260
<ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
264
Zeroconf is the network protocol standard used by clients
265
for finding the Mandos server on the local network.
272
<!-- Local Variables: -->
273
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
274
<!-- time-stamp-end: "[\"']>" -->
275
<!-- time-stamp-format: "%:y-%02m-%02d" -->