summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-04-28 02:12:40 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2012-04-28 02:12:40 -0600
commit8c06bd69b03a57e1f8f3626f5b734ec7de51da55 (patch)
tree9e914c9658c830e39967a7daddcd3a616cf10216
parentf9053c0c5f226a0361c31a16cd21fb96a6b2888c (diff)
downloadpfsense-8c06bd69b03a57e1f8f3626f5b734ec7de51da55.zip
pfsense-8c06bd69b03a57e1f8f3626f5b734ec7de51da55.tar.gz
Change description of 1:1 NAT Reflection setting to be more accurate.
-rw-r--r--usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 9678fd8..10b8799 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -413,7 +413,7 @@ function update_description(itemnum) {
<td width="22%" valign="top" class="vncell"><?=gettext("Enable NAT Reflection for 1:1 NAT");?></td>
<td width="78%" class="vtable">
<input name="enablebinatreflection" type="checkbox" id="enablebinatreflection" value="yes" <?php if (isset($config['system']['enablebinatreflection'])) echo "checked"; ?> />
- <strong><?=gettext("Enables 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.");?></strong>
+ <strong><?=gettext("Enables the automatic creation of additional NAT redirect rules for access to 1:1 mappings of your external IP addresses from within your internal networks.");?></strong>
<br/><br/>
<?=gettext("Note: Reflection on 1:1 mappings is only for the inbound component of the 1:1 mappings. This functions the same as the pure NAT mode for port forwards. For more details, refer to the pure NAT mode description above.");?>
<br/><br/>
OpenPOWER on IntegriCloud