summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-15 09:59:39 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-15 09:59:39 +0100
commit1ae43bfa8536bfe67d62722edfe8256c34834219 (patch)
tree03684f7aa902b476e0fc8f476347eda0ab0a6600 /usr/local/www/firewall_nat_out.php
parentd52a66f970d3620fcc515023235d356a0f2fffb9 (diff)
parent96f1a57a168fcca66d7c5079ff2b22f5ea444494 (diff)
downloadpfsense-1ae43bfa8536bfe67d62722edfe8256c34834219.zip
pfsense-1ae43bfa8536bfe67d62722edfe8256c34834219.tar.gz
Merge remote branch 'upstream/master'
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 3e2c402..6535fe8 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -448,14 +448,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 "); ?>
+ <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a>
+ <?= gettext(" may also be required.") ?></span><br>
</td>
</tr>
OpenPOWER on IntegriCloud