config vpn ssl client
Client.
config vpn ssl client
Description: Client.
edit <name>
set comment {var-string}
set interface {string}
set user {string}
set psk {password-3}
set peer {string}
set server {string}
set port {integer}
set realm {string}
set status [enable|disable]
set certificate {string}
set source-ip {string}
set distance {integer}
set priority {integer}
next
end
config vpn ssl client
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
comment |
Comment. |
var-string |
Not Specified |
|
||||||
interface |
SSL interface to send/receive traffic over. |
string |
Not Specified |
|
||||||
user |
Username to offer to the peer to authenticate the client. |
string |
Not Specified |
|
||||||
psk |
Pre-shared secret to authenticate with the server (ASCII string or hexadecimal encoded with a leading 0x). |
password-3 |
Not Specified |
|
||||||
peer |
Authenticate peer's certificate with the peer/peergrp. |
string |
Not Specified |
|
||||||
server |
IPv4, IPv6 or DNS address of the SSL-VPN server. |
string |
Not Specified |
|
||||||
port |
SSL-VPN server port. |
integer |
Minimum value: 1 Maximum value: 65535 |
443 |
||||||
realm |
Realm name configured on SSL-VPN server. |
string |
Not Specified |
|
||||||
status |
Enable/disable this SSL-VPN client configuration. |
option |
- |
enable |
||||||
|
|
|||||||||
certificate |
Certificate to offer to SSL-VPN server if it requests one. |
string |
Not Specified |
|
||||||
source-ip |
IPv4 or IPv6 address to use as a source for the SSL-VPN connection to the server. |
string |
Not Specified |
|
||||||
distance |
Distance for routes added by SSL-VPN . |
integer |
Minimum value: 1 Maximum value: 255 |
10 |
||||||
priority |
Priority for routes added by SSL-VPN . |
integer |
Minimum value: 1 Maximum value: 65535 |
1 |