summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-07-28 16:44:27 -0400
committerjim-p <jimp@pfsense.org>2011-07-28 16:45:13 -0400
commit6d1ae23c9e8966f55205a2522e079e9f392d56c2 (patch)
tree5ccf5406667aabd4d66b85ec7322b68994bda49d /usr
parentdb07cc25af08bc731ba96c3c01c0bbd25d476aaa (diff)
downloadpfsense-6d1ae23c9e8966f55205a2522e079e9f392d56c2.zip
pfsense-6d1ae23c9e8966f55205a2522e079e9f392d56c2.tar.gz
Clarify notes for pptp "Server address"
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_pptp.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index aee2416..52190ec 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -353,9 +353,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 PPTP server should use on its side " .
- "for all clients"); ?>.</td>
+ <br/>
+ <?=gettext("Enter the IP address the PPTP 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"); ?>.
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Remote address " .
OpenPOWER on IntegriCloud