summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-19 21:27:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-19 21:27:18 +0000
commit8d0abf6b393d1ca093568e7004608061d758e902 (patch)
tree7e9c7dd68721b146f9f67ef72e3d70dee19419b4 /usr
parentf8f2a6e425dd3ab0c3ddee0fc74c7c487d10f384 (diff)
downloadpfsense-8d0abf6b393d1ca093568e7004608061d758e902.zip
pfsense-8d0abf6b393d1ca093568e7004608061d758e902.tar.gz
Note that NAT will be turned off with the firewall disabled.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 985497c..40d828b 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -531,7 +531,9 @@ include("head.inc");
<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)" />
<strong>Disable the firewalls filter altogether.</strong>
<br />
- <span class="vexpl">Note: This basically converts pfSense into a routing only platform!</span>
+ <span class="vexpl">Note: This basically converts pfSense into a routing only platform!<br>
+ Note: This will turn off NAT!
+ </span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud