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


Configure NAT Match Conditions

To configure NAT match conditions, include the from statement at the [edit services nat rule rule-name term term-name] hierarchy level:

[edit services nat rule rule-name term term-name]
from {
    applications [ application-names ];
    application-sets [ set-names ];
    destination-address address;
    source-address address;
}

You can use either the source address or the destination address as a match condition, in the same way that you would configure a firewall filter; for more information, see the JUNOS Policy Framework Configuration Guide.

You can also include application protocol definitions you have configured at the [edit applications] hierarchy level; for more information, see Configure Applications.


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