summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-05-04 22:31:59 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-05-04 22:31:59 -0600
commite57d08971659ee0ed6d884409838394e33a2a395 (patch)
tree52aac75154412a9283c62f85962f3f6ec37c9ea8 /usr/local/www/system_advanced_firewall.php
parent9fc22c6f56e90a7071f6dd2f915eff23f9f786fb (diff)
downloadpfsense-e57d08971659ee0ed6d884409838394e33a2a395.zip
pfsense-e57d08971659ee0ed6d884409838394e33a2a395.tar.gz
Slightly change wording of NAT reflection description.
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index fbfcdef..4ac1cb3 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -304,14 +304,14 @@ function update_description(itemnum) {
<td width="22%" valign="top" class="vncell">Disable NAT Reflection for port forwards</td>
<td width="78%" class="vtable">
<input name="disablenatreflection" type="checkbox" id="disablenatreflection" value="yes" <?php if (isset($config['system']['disablenatreflection'])) echo "checked"; ?> />
- <strong>Disables the automatic creation of additional NAT redirect rules for access to port forwards on your public IP addresses from within your internal networks. Note: Reflection might not fully work in complex routing scenarios.</strong>
+ <strong>Disables the automatic creation of additional NAT redirect rules for access to port forwards on your external IP addresses from within your internal networks. Note: Reflection might not fully work in complex routing scenarios.</strong>
</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Disable NAT Reflection for 1:1 NAT</td>
<td width="78%" class="vtable">
<input name="disablebinatreflection" type="checkbox" id="disablebinatreflection" value="yes" <?php if (!isset($config['system']['enablebinatreflection'])) echo "checked"; ?> />
- <strong>Disables the automatic creation of additional NAT 1:1 mappings for access to 1:1 mappings of your public IP addresses from within your internal networks. Note: Reflection might not fully work in complex routing scenarios.</strong>
+ <strong>Disables the automatic creation of additional NAT 1:1 mappings for access to 1:1 mappings of your external IP addresses from within your internal networks. Note: Reflection might not fully work in complex routing scenarios.</strong>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud