summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/firewall_nat_out.php5
-rw-r--r--usr/local/www/system_advanced_firewall.php3
2 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index db20a27..9c0c331 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -466,7 +466,10 @@ include("head.inc");
"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>
+ <?= gettext(" may also be required.") ?>
+ <br/><br/>
+ <?= gettext("To completely disable outbound NAT, switch to Manual Outbound NAT then delete any " .
+ "NAT rules that appear in the list.") ?>
</td>
</tr>
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 87a524f..9baa2e2 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -285,7 +285,8 @@ function update_description(itemnum) {
<strong><?=gettext("Disable all packet filtering.");?></strong>
<br/>
<span class="vexpl"><?php printf(gettext("Note: This converts %s into a routing only platform!"), $g['product_name']);?><br>
- <?=gettext("Note: This will turn off NAT!");?>
+ <?=gettext("Note: This will also turn off NAT!");?>
+ <br/><?=gettext("If you only want to disable NAT, and not firewall rules, visit the");?> <a href="firewall_nat_out.php"><?=gettext("Outbound NAT");?></a> <?=gettext("page");?>.
</span>
</td>
</tr>
OpenPOWER on IntegriCloud