diff options
author | jim-p <jimp@pfsense.org> | 2011-08-30 14:07:14 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-08-30 14:07:14 -0400 |
commit | 5a8a754578d8655fbd0fa0e2d7c71002f61ec6ce (patch) | |
tree | 2348e7908a88528eee38c8761c623aa245b589b5 | |
parent | 8ca95ed86f66d1c779ef06b3ba8b72248d3480af (diff) | |
download | pfsense-5a8a754578d8655fbd0fa0e2d7c71002f61ec6ce.zip pfsense-5a8a754578d8655fbd0fa0e2d7c71002f61ec6ce.tar.gz |
Clarify notes so people don't think they need to disable pf to disable NAT.
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 5 | ||||
-rw-r--r-- | usr/local/www/system_advanced_firewall.php | 3 |
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> |