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


Usage

<configuration>
    <services>
        <nat>
            <pool>
                <port>
                    <range>
                        <low>low</low> <!-- mandatory -->
                        <high>high</high> <!-- mandatory -->
                        <random-allocation/>
                    </range>
                </port>
            </pool>
        </nat>
    </services>
</configuration>

Description

Range of ports.

Contents

<high>—Upper limit of port range.

<low>—Lower limit of port range.

<random-allocation>—Allocate ports randomly.


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