summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-27 03:43:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-27 03:43:57 +0000
commit3a9ba28f0edd5114db1d2ebff80c3fd9bd466b19 (patch)
tree86e23835af60bde3826099d7bd5447e2bae8a809 /usr/local/www/system_advanced.php
parent746ca58a1c48e5b2f8d604b4dad5afcb0cbce12b (diff)
downloadpfsense-3a9ba28f0edd5114db1d2ebff80c3fd9bd466b19.zip
pfsense-3a9ba28f0edd5114db1d2ebff80c3fd9bd466b19.tar.gz
Clarify reflection role
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 612ebce..78814f73 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -556,7 +556,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell">Disable NAT Reflection</td>
<td width="78%" class="vtable">
<input name="disablenatreflection" type="checkbox" id="disablenatreflection" value="yes" <?php if (isset($config['system']['disablenatreflection'])) echo "checked"; ?> onclick="enable_change(false)" />
- <strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks</strong>
+ <strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks. Note: Reflection only works on port forward type items and does not work for large ranges > 500 ports.</strong>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud