[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <ipsec>
                <policy>
                    <name>name</name> <!-- identifier -->
                    <description>description</description>
                    <perfect-forward-secrecy>...</perfect-forward-secrecy>
                    <proposals>...</proposals>
                </policy>
            </ipsec>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define an IPSec policy.

Contents

<description>—Text description of IPSec policy.

<name>—Name of the IPSec policy.

<perfect-forward-secrecy>—Define perfect forward secrecy.

<proposals>—Define the set of IPSec proposals.


[Contents] [Prev] [Next] [Index] [Report an Error]