summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-19 10:28:08 -0500
committerjim-p <jimp@pfsense.org>2010-11-19 10:31:56 -0500
commit5708241f9545924e07c820deecae5455354a6cbc (patch)
treecd59e68734813fd8c4d95e9015fc42a83b284d44 /usr/local/www/vpn_openvpn_client.php
parentad88ff3f95b91dd04d2c988a11cce75eacb54358 (diff)
downloadpfsense-5708241f9545924e07c820deecae5455354a6cbc.zip
pfsense-5708241f9545924e07c820deecae5455354a6cbc.tar.gz
When the local port is left blank on an OpenVPN client, use 'lport 0' to direct the client to use a random source port. Fixes #1025
Diffstat (limited to 'usr/local/www/vpn_openvpn_client.php')
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index 04bbeb9..e92d82e 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -479,7 +479,7 @@ if ($savemsg)
<td width="78%" class="vtable">
<input name="local_port" type="text" class="formfld unknown" size="5" value="<?=htmlspecialchars($pconfig['local_port']);?>"/>
<br/>
- <?=gettext("Set this option if you would like to bind to a specific port"); ?>.
+ <?=gettext("Set this option if you would like to bind to a specific port. Leave this blank or enter 0 for a random dynamic port."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud