summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_server.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-05-22 13:25:01 -0400
committerjim-p <jimp@pfsense.org>2017-05-22 13:25:01 -0400
commit473f7ec48f7510a60ade574ef32b09f4abaa6b9a (patch)
treea21fc69cf297bc94cb5a7b137a039c9057ea978a /src/usr/local/www/vpn_openvpn_server.php
parent85d564f0fd278d27f1a2ff89214bf297676bfd0c (diff)
downloadpfsense-473f7ec48f7510a60ade574ef32b09f4abaa6b9a.zip
pfsense-473f7ec48f7510a60ade574ef32b09f4abaa6b9a.tar.gz
Clarify address assignment behavior in the Tunnel Network fields for openvpn clients and servers. Fixes #7573
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_server.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_server.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php
index 5416b70..d2a4a57 100644
--- a/src/usr/local/www/vpn_openvpn_server.php
+++ b/src/usr/local/www/vpn_openvpn_server.php
@@ -978,8 +978,8 @@ if ($act=="new" || $act=="edit"):
'text',
$pconfig['tunnel_network']
))->setHelp('This is the IPv4 virtual network used for private communications between this server and client ' .
- 'hosts expressed using CIDR (e.g. 10.0.8.0/24). The first network address will be assigned to ' .
- 'the server virtual interface. The remaining network addresses will be assigned ' .
+ 'hosts expressed using CIDR notation (e.g. 10.0.8.0/24). The first usable address in the network will be assigned to ' .
+ 'the server virtual interface. The remaining usable addresses will be assigned ' .
'to connecting clients.');
$section->addInput(new Form_Input(
@@ -988,9 +988,9 @@ if ($act=="new" || $act=="edit"):
'text',
$pconfig['tunnel_networkv6']
))->setHelp('This is the IPv6 virtual network used for private ' .
- 'communications between this server and client hosts expressed using CIDR (e.g. fe80::/64). ' .
- 'The first network address will be assigned to the server virtual interface. The remaining ' .
- 'network addresses will be assigned to connecting clients.');
+ 'communications between this server and client hosts expressed using CIDR notation (e.g. fe80::/64). ' .
+ 'The ::1 address in the network will be assigned to the server virtual interface. The remaining ' .
+ 'addresses will be assigned to connecting clients.');
$section->addInput(new Form_Checkbox(
'serverbridge_dhcp',
OpenPOWER on IntegriCloud