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


Usage

<configuration>
    <services>
        <ipsec-vpn>
            <rule>
                <term>
                    <then>
                        <manual>
                            <direction>
                                <authentication>
                                    <algorithm>algorithm-choice</algorithm> <!-- mandatory -->
                                    <key>...</key> <!-- mandatory -->
                                </authentication>
                            </direction>
                        </manual>
                    </then>
                </term>
            </rule>
        </ipsec-vpn>
    </services>
</configuration>

Description

Define authentication parameters.

Contents

<algorithm>—Define authentication algorithm.

<key>—Define an authentication key.


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