summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-30 13:19:44 -0400
committerjim-p <jimp@pfsense.org>2011-08-30 13:20:31 -0400
commit973444a8dd1ce0d08757f7eef47864ecd8b1d3cb (patch)
tree6f1be217273949d211cfb7da480c49210e0e321a /usr/local/www/vpn_l2tp.php
parent546a3db193ec95d96dbb878033cb0daf26d61c24 (diff)
downloadpfsense-973444a8dd1ce0d08757f7eef47864ecd8b1d3cb.zip
pfsense-973444a8dd1ce0d08757f7eef47864ecd8b1d3cb.tar.gz
Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.
Diffstat (limited to 'usr/local/www/vpn_l2tp.php')
-rw-r--r--usr/local/www/vpn_l2tp.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/vpn_l2tp.php b/usr/local/www/vpn_l2tp.php
index 37eac0f..3c62476 100644
--- a/usr/local/www/vpn_l2tp.php
+++ b/usr/local/www/vpn_l2tp.php
@@ -321,8 +321,13 @@ function enable_change(enable_over) {
<td width="22%" valign="top" class="vncellreq"><?=gettext("Server address");?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="localip" type="text" class="formfld unknown" id="localip" size="20" value="<?=htmlspecialchars($pconfig['localip']);?>" />
- <br />
- <?=gettext("Enter the IP address the L2TP server should use on its side for all clients.");?></td>
+ <br/>
+ <?=gettext("Enter the IP address the L2TP server should give to clients for use as their \"gateway\""); ?>.
+ <br/>
+ <?=gettext("Typically this is set to an unused IP just outside of the client range"); ?>.
+ <br/>
+ <br/>
+ <?=gettext("NOTE: This should NOT be set to any IP address currently in use on this firewall"); ?>.</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Remote address range");?></td>
OpenPOWER on IntegriCloud