summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-30 14:07:14 -0400
committerjim-p <jimp@pfsense.org>2011-08-30 14:07:48 -0400
commit37412b2faef50f9778796bf4da1d83a27b9f628f (patch)
treeea020b18a1bee92d612b329ab9ed61fc9a30e776 /usr/local/www/system_advanced_firewall.php
parent3f9f70cbf589e23688a586cf22279ec204e23bf2 (diff)
downloadpfsense-37412b2faef50f9778796bf4da1d83a27b9f628f.zip
pfsense-37412b2faef50f9778796bf4da1d83a27b9f628f.tar.gz
Clarify notes so people don't think they need to disable pf to disable NAT.
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php3
1 files changed, 2 insertions, 1 deletions
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