summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-03-10 11:24:26 -0500
committerjim-p <jimp@pfsense.org>2011-03-10 11:25:18 -0500
commit64d42525afb0c714310d45e7fa4a8948ae7996f2 (patch)
tree7bb1e8fdebd3a26d5d7c4af96970799420a8efee /usr/local/www/firewall_nat_out.php
parent2f23caf2ec17f992def5357e39fb3b2125a02370 (diff)
downloadpfsense-64d42525afb0c714310d45e7fa4a8948ae7996f2.zip
pfsense-64d42525afb0c714310d45e7fa4a8948ae7996f2.tar.gz
Clarify text on outbound NAT page.
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php20
1 files changed, 12 insertions, 8 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 0a8af47..958f903 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -447,14 +447,18 @@ include("head.inc");
</tr>
<tr>
<td colspan="12">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br>
- </strong></span><?=gettext("If advanced outbound NAT is enabled, no outbound NAT " .
- "rules will be automatically generated any longer. Instead, only the mappings " .
- "you specify below will be used. With advanced outbound NAT disabled, " .
- "a mapping is automatically created for each interface's subnet " .
- "(except WAN). If you use target addresses other than the WAN interface's " .
- "IP address, then depending on the way your WAN connection is setup, you " .
- "may also need a"); ?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP."); ?></a></span><br>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br>
+ </strong></span>
+ <?=gettext("With automatic outbound NAT enabled, a mapping is automatically created " .
+ "for each interface's subnet (except WAN-type connections) and the rules " .
+ "on this page are ignored.<br/><br/> " .
+ "If manual outbound NAT is enabled, outbound NAT rules will not be " .
+ "automatically generated and only the mappings you specify on this page " .
+ "will be used. <br/><br/> " .
+ "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 " .
+ "need a "); ?><a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a>
+ <?= gettext(" may also be required.") ?></span><br>
</td>
</tr>
OpenPOWER on IntegriCloud