summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-11-12 02:17:29 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-11-12 02:17:29 -0700
commit19310a561a7ca59067b10e689fcff3d024c527bb (patch)
tree98018570685bbd68afff6cec876998b7f661f7a1 /usr/local/www/firewall_nat_1to1_edit.php
parenta2f38ac4d48fcd1560626873c51938bb24a5d841 (diff)
downloadpfsense-19310a561a7ca59067b10e689fcff3d024c527bb.zip
pfsense-19310a561a7ca59067b10e689fcff3d024c527bb.tar.gz
Clarify these descriptions a bit more on 1:1 edit.
Diffstat (limited to 'usr/local/www/firewall_nat_1to1_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index 8532755..9642663 100755
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -305,11 +305,11 @@ function typesel_change() {
<?=gettext("Hint: in most cases, you'll want to use WAN here"); ?>.</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("External subnet"); ?></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("External subnet IP"); ?></td>
<td width="78%" class="vtable">
<input name="external" type="text" class="formfldalias" id="external" size="20" value="<?=htmlspecialchars($pconfig['external']);?>">
<br/>
- <span class="vexpl"><?=gettext("Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping."); ?><br>
+ <span class="vexpl"><?=gettext("Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping. The subnet mask from the source address below will be applied to this IP address."); ?><br>
<?=gettext("Hint: this is generally an address owned by the router itself on the selected interface."); ?></span>
</td>
</tr>
@@ -365,7 +365,7 @@ function typesel_change() {
</tr>
</table>
<br/>
- <span class="vexpl"><?=gettext("Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size specified for the internal subnet also applies to the external subnet (they have to be the same)."); ?></span>
+ <span class="vexpl"><?=gettext("Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size specified for the internal subnet will be applied to the external subnet."); ?></span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud