summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.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:14 -0400
commit5a8a754578d8655fbd0fa0e2d7c71002f61ec6ce (patch)
tree2348e7908a88528eee38c8761c623aa245b589b5 /usr/local/www/firewall_nat_out.php
parent8ca95ed86f66d1c779ef06b3ba8b72248d3480af (diff)
downloadpfsense-5a8a754578d8655fbd0fa0e2d7c71002f61ec6ce.zip
pfsense-5a8a754578d8655fbd0fa0e2d7c71002f61ec6ce.tar.gz
Clarify notes so people don't think they need to disable pf to disable NAT.
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php5
1 files changed, 4 insertions, 1 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>
OpenPOWER on IntegriCloud