Tag Elements Beginning with T
> <term> (configuration/services/nat/rule)
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).
-
full-cone—Full Cone NAT.
-
symmetric—Symmetric NAT.
<then>—Action to take if the 'from' condition is matched.