|
|
|
@ -717,11 +717,12 @@ Please note that * sign represents required fields of data.
|
|
|
|
|
</span>
|
|
|
|
|
</label>
|
|
|
|
|
<select id="vpn-type" class="form-control operationDataKeys" data-key="vpnType" data-default="0" onloadstart="slideDownPaneAgainstValueSet(this, 'pptp-config', ['PPTP']);"
|
|
|
|
|
onchange="slideDownPaneAgainstValueSet(this, 'pptp-config', ['PPTP']); slideDownPaneAgainstValueSet(this, 'l2tp-config', ['L2TP']); slideDownPaneAgainstValueSet(this, 'ipsec-config', ['IPSec']); slideDownPaneAgainstValueSet(this, 'ikev2-config', ['IKEv2']);">
|
|
|
|
|
onchange="slideDownPaneAgainstValueSet(this, 'pptp-config', ['PPTP']); slideDownPaneAgainstValueSet(this, 'l2tp-config', ['L2TP']); slideDownPaneAgainstValueSet(this, 'ipsec-config', ['IPSec']); slideDownPaneAgainstValueSet(this, 'ikev2-config', ['IKEv2']); slideDownPaneAgainstValueSet(this, 'pulsesecure-config', ['PulseSecure']);">
|
|
|
|
|
<option value="PPTP" selected="selected">PPTP</option>
|
|
|
|
|
<option value="L2TP">L2TP</option>
|
|
|
|
|
<option value="IPSec">IPSec</option>
|
|
|
|
|
<option value="IKEv2">IKEv2</option>
|
|
|
|
|
<option value="PulseSecure">PulseSecure</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="pptp-config" class="slidable-pane" style="display:none;">
|
|
|
|
@ -984,6 +985,45 @@ Please note that * sign represents required fields of data.
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="pulsesecure-config" class="slidable-pane" style="display:none;">
|
|
|
|
|
For PulseSecure Configuration :
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<label class="wr-input-label" for="vpn-pulsesecure-address">
|
|
|
|
|
Remote Address*
|
|
|
|
|
<span class="helper"
|
|
|
|
|
title="IP address or host name of the VPN server. Used for Pulse Secure.">
|
|
|
|
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
|
|
|
|
</span>
|
|
|
|
|
</label>
|
|
|
|
|
<input id="vpn-pulsesecure-address" type="text" class="form-control operationDataKeys"
|
|
|
|
|
data-key="pulsesecureRemoteAddress" maxlength="100" data-default=""/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<label class="wr-input-label" for="vpn-pulsesecure-name">
|
|
|
|
|
User Name*
|
|
|
|
|
<span class="helper"
|
|
|
|
|
title="User name for VPN account. Used for Pulse Secure.">
|
|
|
|
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
|
|
|
|
</span>
|
|
|
|
|
</label>
|
|
|
|
|
<input id="vpn-pulsesecure-name" type="text" class="form-control operationDataKeys"
|
|
|
|
|
data-key="pulsesecureName" maxlength="100" data-default=""/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wr-input-control">
|
|
|
|
|
<label class="wr-input-label" for="vpn-pulsesecure-secret">
|
|
|
|
|
Shared Secret*
|
|
|
|
|
<span class="helper"
|
|
|
|
|
title="The shared secret for this VPN account.">
|
|
|
|
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
|
|
|
|
</span>
|
|
|
|
|
</label>
|
|
|
|
|
<input id="vpn-pulsesecure-secret" type="password" class="form-control operationDataKeys"
|
|
|
|
|
data-key="pulsesecureSharedSecret" maxlength="100" data-default=""/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="ikev2-config" class="slidable-pane" style="display:none;">
|
|
|
|
|
For IKEv2 Configuration :
|
|
|
|
|
<br>
|
|
|
|
|