diff --git a/src/www/firewall_nat_out.php b/src/www/firewall_nat_out.php index 93da93217..23037dc03 100644 --- a/src/www/firewall_nat_out.php +++ b/src/www/firewall_nat_out.php @@ -268,42 +268,54 @@ include("head.inc");
|
-
- =gettext("Note:"); ?> - - =gettext("If automatic outbound NAT selected, a mapping is automatically created " . - "for each interface's subnet (except WAN-type connections) and the rules " . - "on \"Mappings\" section of this page are ignored. " . - "If manual outbound NAT is selected, outbound NAT rules will not be " . - "automatically generated and only the mappings you specify on this page " . - "will be used. " . - "If hybrid outbound NAT is selected, mappings you specify on this page will " . - "be used, followed by the automatically generated ones. " . - "If disable outbound NAT is selected, no rules will be used. " . - "If a target address other than a WAN-type interface's IP address is used, " . - "then depending on the way the WAN connection is setup, a "); ?> - =gettext("Virtual IP"); ?> - = gettext(" may also be required.") ?> - |
-