config vpn ssl settings
Configure SSL VPN.
config vpn ssl settings
Description: Configure SSL VPN.
set reqclientcert [enable|disable]
set user-peer {string}
set ssl-max-proto-ver [tls1-0|tls1-1|...]
set ssl-min-proto-ver [tls1-0|tls1-1|...]
set tlsv1-0 [enable|disable]
set tlsv1-1 [enable|disable]
set tlsv1-2 [enable|disable]
set tlsv1-3 [enable|disable]
set banned-cipher {option1}, {option2}, ...
set ssl-insert-empty-fragment [enable|disable]
set https-redirect [enable|disable]
set x-content-type-options [enable|disable]
set ssl-client-renegotiation [disable|enable]
set force-two-factor-auth [enable|disable]
set unsafe-legacy-renegotiation [enable|disable]
set servercert {string}
set algorithm [high|medium|...]
set idle-timeout {integer}
set auth-timeout {integer}
set login-attempt-limit {integer}
set login-block-time {integer}
set login-timeout {integer}
set dtls-hello-timeout {integer}
set tunnel-ip-pools <name1>, <name2>, ...
set tunnel-ipv6-pools <name1>, <name2>, ...
set dns-suffix {var-string}
set dns-server1 {ipv4-address}
set dns-server2 {ipv4-address}
set wins-server1 {ipv4-address}
set wins-server2 {ipv4-address}
set ipv6-dns-server1 {ipv6-address}
set ipv6-dns-server2 {ipv6-address}
set ipv6-wins-server1 {ipv6-address}
set ipv6-wins-server2 {ipv6-address}
set route-source-interface [enable|disable]
set url-obscuration [enable|disable]
set http-compression [enable|disable]
set http-only-cookie [enable|disable]
set deflate-compression-level {integer}
set deflate-min-data-size {integer}
set port {integer}
set port-precedence [enable|disable]
set auto-tunnel-static-route [enable|disable]
set header-x-forwarded-for [pass|add|...]
set source-interface <name1>, <name2>, ...
set source-address <name1>, <name2>, ...
set source-address-negate [enable|disable]
set source-address6 <name1>, <name2>, ...
set source-address6-negate [enable|disable]
set default-portal {string}
config authentication-rule
Description: Authentication rule for SSL VPN.
edit <id>
set source-interface <name1>, <name2>, ...
set source-address <name1>, <name2>, ...
set source-address-negate [enable|disable]
set source-address6 <name1>, <name2>, ...
set source-address6-negate [enable|disable]
set users <name1>, <name2>, ...
set groups <name1>, <name2>, ...
set portal {string}
set realm {string}
set client-cert [enable|disable]
set user-peer {string}
set cipher [any|high|...]
set auth [any|local|...]
next
end
set dtls-tunnel [enable|disable]
set dtls-max-proto-ver [dtls1-0|dtls1-2]
set dtls-min-proto-ver [dtls1-0|dtls1-2]
set check-referer [enable|disable]
set http-request-header-timeout {integer}
set http-request-body-timeout {integer}
set auth-session-check-source-ip [enable|disable]
set tunnel-connect-without-reauth [enable|disable]
set tunnel-user-session-timeout {integer}
set hsts-include-subdomains [enable|disable]
set encode-2f-sequence [enable|disable]
end
config vpn ssl settings
Parameter |
Description |
Type |
Size |
|||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
reqclientcert |
Enable to require client certificates for all SSL-VPN users. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
user-peer |
Name of user peer. |
string |
Maximum length: 35 |
|||||||||||||||||||||||||||||
ssl-max-proto-ver |
SSL maximum protocol version. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
ssl-min-proto-ver |
SSL minimum protocol version. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
tlsv1-0 |
tlsv1-0 |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
tlsv1-1 |
tlsv1-1 |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
tlsv1-2 |
tlsv1-2 |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
tlsv1-3 |
tlsv1-3 |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
banned-cipher |
Select one or more cipher technologies that cannot be used in SSL-VPN negotiations. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
ssl-insert-empty-fragment |
Enable/disable insertion of empty fragment. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
https-redirect |
Enable/disable redirect of port 80 to SSL-VPN port. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
x-content-type-options |
Add HTTP X-Content-Type-Options header. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
ssl-client-renegotiation |
Enable to allow client renegotiation by the server if the tunnel goes down. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
force-two-factor-auth |
Enable only PKI users with two-factor authentication for SSL-VPNs. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
unsafe-legacy-renegotiation |
Enable/disable unsafe legacy re-negotiation. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
servercert |
Name of the server certificate to be used for SSL-VPNs. |
string |
Maximum length: 35 |
|||||||||||||||||||||||||||||
algorithm |
Force the SSL-VPN security level. High allows only high. Medium allows medium and high. Low allows any. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
idle-timeout |
SSL VPN disconnects if idle for specified time in seconds. |
integer |
Minimum value: 0 Maximum value: 259200 |
|||||||||||||||||||||||||||||
auth-timeout |
SSL-VPN authentication timeout . |
integer |
Minimum value: 0 Maximum value: 259200 |
|||||||||||||||||||||||||||||
login-attempt-limit |
SSL VPN maximum login attempt times before block . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||||||||||||||||||
login-block-time |
Time for which a user is blocked from logging in after too many failed login attempts . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||||||||||||||||||
login-timeout |
SSLVPN maximum login timeout . |
integer |
Minimum value: 10 Maximum value: 180 |
|||||||||||||||||||||||||||||
dtls-hello-timeout |
SSLVPN maximum DTLS hello timeout . |
integer |
Minimum value: 10 Maximum value: 60 |
|||||||||||||||||||||||||||||
tunnel-ip-pools |
Names of the IPv4 IP Pool firewall objects that define the IP addresses reserved for remote clients. Address name. |
string |
Maximum length: 79 |
|||||||||||||||||||||||||||||
tunnel-ipv6-pools |
Names of the IPv6 IP Pool firewall objects that define the IP addresses reserved for remote clients. Address name. |
string |
Maximum length: 79 |
|||||||||||||||||||||||||||||
dns-suffix |
DNS suffix used for SSL-VPN clients. |
var-string |
Maximum length: 253 |
|||||||||||||||||||||||||||||
dns-server1 |
DNS server 1. |
ipv4-address |
Not Specified |
|||||||||||||||||||||||||||||
dns-server2 |
DNS server 2. |
ipv4-address |
Not Specified |
|||||||||||||||||||||||||||||
wins-server1 |
WINS server 1. |
ipv4-address |
Not Specified |
|||||||||||||||||||||||||||||
wins-server2 |
WINS server 2. |
ipv4-address |
Not Specified |
|||||||||||||||||||||||||||||
ipv6-dns-server1 |
IPv6 DNS server 1. |
ipv6-address |
Not Specified |
|||||||||||||||||||||||||||||
ipv6-dns-server2 |
IPv6 DNS server 2. |
ipv6-address |
Not Specified |
|||||||||||||||||||||||||||||
ipv6-wins-server1 |
IPv6 WINS server 1. |
ipv6-address |
Not Specified |
|||||||||||||||||||||||||||||
ipv6-wins-server2 |
IPv6 WINS server 2. |
ipv6-address |
Not Specified |
|||||||||||||||||||||||||||||
route-source-interface |
Enable to allow SSL-VPN sessions to bypass routing and bind to the incoming interface. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
url-obscuration |
Enable to obscure the host name of the URL of the web browser display. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
http-compression |
Enable to allow HTTP compression over SSL-VPN tunnels. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
http-only-cookie |
Enable/disable SSL-VPN support for HttpOnly cookies. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
deflate-compression-level |
Compression level (0~9). |
integer |
Minimum value: 0 Maximum value: 9 |
|||||||||||||||||||||||||||||
deflate-min-data-size |
Minimum amount of data that triggers compression . |
integer |
Minimum value: 200 Maximum value: 65535 |
|||||||||||||||||||||||||||||
port |
SSL-VPN access port . |
integer |
Minimum value: 1 Maximum value: 65535 |
|||||||||||||||||||||||||||||
port-precedence |
Enable means that if SSL-VPN connections are allowed on an interface admin GUI connections are blocked on that interface. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
auto-tunnel-static-route |
Enable to auto-create static routes for the SSL-VPN tunnel IP addresses. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
header-x-forwarded-for |
Forward the same, add, or remove HTTP header. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
source-interface |
SSL VPN source interface of incoming traffic. Interface name. |
string |
Maximum length: 35 |
|||||||||||||||||||||||||||||
source-address |
Source address of incoming traffic. Address name. |
string |
Maximum length: 79 |
|||||||||||||||||||||||||||||
source-address-negate |
Enable/disable negated source address match. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
source-address6 |
IPv6 source address of incoming traffic. IPv6 address name. |
string |
Maximum length: 79 |
|||||||||||||||||||||||||||||
source-address6-negate |
Enable/disable negated source IPv6 address match. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
default-portal |
Default SSL VPN portal. |
string |
Maximum length: 35 |
|||||||||||||||||||||||||||||
dtls-tunnel |
Enable DTLS to prevent eavesdropping, tampering, or message forgery. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
dtls-max-proto-ver |
DTLS maximum protocol version. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
dtls-min-proto-ver |
DTLS minimum protocol version. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
check-referer |
Enable/disable verification of referer field in HTTP request header. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
http-request-header-timeout |
SSL-VPN session is disconnected if an HTTP request header is not received within this time . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||||||||||||||||||
http-request-body-timeout |
SSL-VPN session is disconnected if an HTTP request body is not received within this time . |
integer |
Minimum value: 0 Maximum value: 4294967295 |
|||||||||||||||||||||||||||||
auth-session-check-source-ip |
Enable/disable checking of source IP for authentication session. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
tunnel-connect-without-reauth |
Enable/disable tunnel connection without re-authorization if previous connection dropped. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
tunnel-user-session-timeout |
Time out value to clean up user session after tunnel connection is dropped . |
integer |
Minimum value: 1 Maximum value: 255 |
|||||||||||||||||||||||||||||
hsts-include-subdomains |
Add HSTS includeSubDomains response header. |
option |
- |
|||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||
encode-2f-sequence |
Encode \2F sequence to forward slash in URLs. |
option |
- |
|||||||||||||||||||||||||||||
|
|
config authentication-rule
Parameter |
Description |
Type |
Size |
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
source-interface |
SSL VPN source interface of incoming traffic. Interface name. |
string |
Maximum length: 35 |
|||||||||||||
source-address |
Source address of incoming traffic. Address name. |
string |
Maximum length: 79 |
|||||||||||||
source-address-negate |
Enable/disable negated source address match. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
source-address6 |
IPv6 source address of incoming traffic. IPv6 address name. |
string |
Maximum length: 79 |
|||||||||||||
source-address6-negate |
Enable/disable negated source IPv6 address match. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
users |
User name. User name. |
string |
Maximum length: 79 |
|||||||||||||
groups |
User groups. Group name. |
string |
Maximum length: 79 |
|||||||||||||
portal |
SSL VPN portal. |
string |
Maximum length: 35 |
|||||||||||||
realm |
SSL VPN realm. |
string |
Maximum length: 35 |
|||||||||||||
client-cert |
Enable/disable SSL VPN client certificate restrictive. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
user-peer |
Name of user peer. |
string |
Maximum length: 35 |
|||||||||||||
cipher |
SSL VPN cipher strength. |
option |
- |
|||||||||||||
|
|
|||||||||||||||
auth |
SSL VPN authentication method restriction. |
option |
- |
|||||||||||||
|
|