Using SSL Network Extender on Linux / macOS Operating Systems

SSL Network Extender Command Parameters

Parameter

Description

snx -f <configuration file>

Run SSL Network Extender using parameters defined in a configuration file other than the default name or location.

snx -d

Disconnect from Mobile AccessClosed Check Point Software Blade on a Security Gateway that provides a Remote Access VPN access for managed and unmanaged clients. Acronym: MAB.

snx -s <server>

Specify server IP or hostname

snx -u <username>

Specify a valid user

snx -c <certificate file>

Specify which certificate is used to authenticate.

snx -l <CA directory>

Define the directory where CA's certificates are stored.

snx -p <port>

Change the HTTPS port. (default port is TCP 443).

snx -g

Enable debugging. The snx.elg log file is created.

snx -e <cipher>

Force a specific encryption algorithm. Valid values - RC4 and 3DES.

Configuration File Attributes

It is possible to predefine SSL Network Extender attributes by using a configuration file (.snxrc) located in the users home directory.

When the SSL Network Extender command SSL Network Extender is executed, the attributed stored in the file are used by the SSL Network Extender command.

To run a file with a different name execute the command snx -f <filename>.

Note - You can configure proxy server only in the configuration file and not directly from the command line.

Attributes

Description

server

Change the HTTPS port. (default port is TCP 443).

sslport

Change the HTTPS port. (default port is TCP 443).

username

Specify a valid user

certificate

Specify which certificate is used to authenticate

calist

Define the directory where CA's certificates are stored.

debug

Enable debugging. The snx.elg log file is created. Valid values {yes, no}. To activate debugging when running java, create a .snxrc file that contains the line "debug yes" in the home directory.

cipher

Force a specific encryption algorithm. Valid values: RC4 and 3DES

proxy_name

Define a Proxy hostname

proxy_port

Define a proxy port

proxy_user

Define a proxy user

proxy_pass

Define a password for proxy authentication