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


Usage

<configuration>
    <services>
        <nat>
            <rule>
                <term>
                    <name>name</name> <!-- identifier -->
                    <nat-type>nat-type-choice</nat-type>
                    <from>...</from>
                    <then>...</then>
                </term>
            </rule>
        </nat>
    </services>
</configuration>

Description

Define a NAT term.

Contents

<from>—Define match criteria.

<name>—Term name.

<nat-type>—NAT type (symmetric/full-cone).

<then>—Action to take if the 'from' condition is matched.


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