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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<refentry>
<refmeta>
<refentrytitle>IPSEC-SETUP</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class='date'>14 Nov 2012</refmiscinfo>
<refmiscinfo class="source">Libreswan</refmiscinfo>
<refmiscinfo class="version">@@IPSECVERSION@@</refmiscinfo>
<refmiscinfo class="manual">Executable programs</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>ipsec-setup</refname>
<refpurpose>wrapper routine to the Libreswan init system</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
<command>setup</command>
is called (via <command>ipsec setup</command>) by the system
administrator to perform init system related tasks to Libreswan, such as
start, stop, status, reload, etc for the Internet Keying Exchange (IKE)
daemon pluto. It is available for backwards compatibility with Openswan
and FreeS/WAN.
</para>
</refsect1>
<refsect1 id='init_systems'>
<title>SUPPORTED INIT SYSTEMS</title>
<para>
Currently, the classic initscripts (sysv) and systemd are supported. Support for upstart
will be added soon.</para>
</refsect1>
<refsect1 id='see_also'>
<title>SEE ALSO</title>
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>ipsec</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>ipsec-_plutorun</refentrytitle><manvolnum>8</manvolnum></citerefentry>
.</para>
</refsect1>
<refsect1 id='history'><title>HISTORY</title>
<para>
Man page written for the Linux FreeS/WAN project by Michael Richardson. Original program by Henry Spencer.
Updated to <ulink url='https://libreswan.org/'>https://libreswan.org/</ulink>> by Paul Wouters
</para>
</refsect1>
<refsect1 id='author'>
<title>AUTHOR</title>
<para>
<author><personname><firstname>Paul</firstname><surname>Wouters</surname></personname></author>
</para>
</refsect1>
</refentry>
|