set vpn remote-access advanced

Description

Configures advanced settings for VPN remote access.

Syntax

set vpn remote-access advanced [ om-network-ip <om-network-ip> ] [ om-subnet-mask <om-subnet-mask> ] [ default-route-through-this-gateway <default-route-through-this-gateway> ] [ enc-dom <enc-dom> ] [

use-this-gateway-as-dns-server <use-this-gateway-as-dns-server> ] [ dns-primary <dns-primary> ] [ dns-secondary <dns-secondary> ] [ dns-tertiary <dns-tertiary> ] [ dns-domain-mode <dns-domain-mode> ] [ domain-name <domain-name> ]

Parameters

Parameter

Description

default-route-through- this-gateway

Indicates if Internet traffic from connected clients will be routed first through this gateway

Type: Boolean (true/false)

dns-domain-mode

Indicates if remote access clients use the domain name configured under DNS network settings of the device, or a manually configured domain name

Type: Boolean (true/false)

dns-primary

Configure manually office mode first DNS

Type: IP address

dns-secondary

Configure manually office mode second DNS

Type: IP address

dns-tertiary

Configure manually office mode third DNS

Type: IP address

domain-name

Manual configuration of the domain used by remote access clients

Type: A FQDN

enc-dom

Indicates if the encryption domain for remote access clients is calculated automatically or manually configured

Options: manual, auto

om-network-ip

Office Mode - Allocate IP addresses from the following network

Type: Network address

om-subnet-mask

Subnet for allocating IP addresses of incoming remote access connections (Office Mode)

Type: Subnet mask

use-this-gateway-as- dns-server

Indicates if the remote access clients will use this gateway as a DNS server. Applicable only when encryption domain is calculated automatically

Type: Boolean (true/false)

Example

set vpn remote-access advanced om-network-ip 172.16.10.0 om-subnet-mask 255.255.255.0 default-route-through-this-gateway true enc-dom manual use-this-gateway-as-dns-server true dns-primary 192.168.1.1 dns-secondary 192.168.1.1 dns-tertiary 192.168.1.1 dns-domain-mode true domain-name somehost.example.com