/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.xml

  • Committer: Teddy Hogeborn
  • Date: 2012-06-16 19:30:08 UTC
  • Revision ID: teddy@recompile.se-20120616193008-2erbfaw5a5y3yay1
* debian/mandos-client.README.Debian: Update documentation for using
                                      multiple interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos-client">
5
 
<!ENTITY TIMESTAMP "2013-06-21">
 
5
<!ENTITY TIMESTAMP "2012-06-13">
6
6
<!ENTITY % common SYSTEM "../common.ent">
7
7
%common;
8
8
]>
226
226
      
227
227
      <varlistentry>
228
228
        <term><option>--interface=<replaceable
229
 
        >NAME</replaceable><arg rep='repeat'>,<replaceable
230
 
        >NAME</replaceable></arg></option></term>
 
229
        >NAME</replaceable></option></term>
231
230
        <term><option>-i
232
 
        <replaceable>NAME</replaceable><arg rep='repeat'>,<replaceable
233
 
        >NAME</replaceable></arg></option></term>
 
231
        <replaceable>NAME</replaceable></option></term>
234
232
        <listitem>
235
233
          <para>
236
234
            Comma separated list of network interfaces that will be
239
237
            use all appropriate interfaces.
240
238
          </para>
241
239
          <para>
242
 
            If the <option>--connect</option> option is used, and
243
 
            exactly one interface name is specified (except
244
 
            <quote><literal>none</literal></quote>), this specifies
245
 
            the interface to use to connect to the address given.
 
240
            If the <option>--connect</option> option is used, this
 
241
            specifies the interface to use to connect to the address
 
242
            given.
246
243
          </para>
247
244
          <para>
248
245
            Note that since this program will normally run in the
257
254
          </para>
258
255
          <para>
259
256
            <replaceable>NAME</replaceable> can be the string
260
 
            <quote><literal>none</literal></quote>; this will make
261
 
            <command>&COMMANDNAME;</command> not bring up
262
 
            <emphasis>any</emphasis> interfaces specified
263
 
            <emphasis>after</emphasis> this string.  This is not
264
 
            recommended, and only meant for advanced users.
 
257
            <quote><literal>none</literal></quote>; this will not use
 
258
            any specific interface, and will not bring up an interface
 
259
            on startup.  This is not recommended, and only meant for
 
260
            advanced users.
265
261
          </para>
266
262
        </listitem>
267
263
      </varlistentry>
512
508
              It is not necessary to print any non-executable files
513
509
              already in the network hook directory, these will be
514
510
              copied implicitly if they otherwise satisfy the name
515
 
              requirements.
 
511
              requirement.
516
512
            </para>
517
513
          </listitem>
518
514
        </varlistentry>
666
662
    </para>
667
663
    <informalexample>
668
664
      <para>
669
 
        Normal invocation needs no options, if the network interfaces
 
665
        Normal invocation needs no options, if the network interface
670
666
        can be automatically determined:
671
667
      </para>
672
668
      <para>
675
671
    </informalexample>
676
672
    <informalexample>
677
673
      <para>
678
 
        Search for Mandos servers (and connect to them) using one
679
 
        specific interface:
 
674
        Search for Mandos servers (and connect to them) using another
 
675
        interface:
680
676
      </para>
681
677
      <para>
682
678
        <!-- do not wrap this line -->
846
842
              <para>
847
843
                This client uses IPv6 link-local addresses, which are
848
844
                immediately usable since a link-local addresses is
849
 
                automatically assigned to a network interface when it
 
845
                automatically assigned to a network interfaces when it
850
846
                is brought up.
851
847
              </para>
852
848
            </listitem>