proxy – a family of commands for configuring the proxy server connection

[no] proxy enabled

Enable (or disable, if no) proxy server use for the management interface (access to KSN, Updater).

proxy host <hostname>

Specify IPv4 address of proxy server.

proxy port <port>

Set port of the proxy server.

proxy credentials <username> <password>

Set username and password for proxy server authentication. Not saved in the command history as a secret.

[no] proxy use-for-local-addresses

Enable (disable if no) the use of a proxy server for local addresses.

show proxy host

Show IPv4 address of the currently used proxy server.

Example output: { "ngfw-proxy:proxy": { "proxyHost": "192.168.7.222" } }

show proxy port

Show port of current proxy server.

Example output: { "ngfw-proxy:proxy": { "proxyPort": 3129 } }

show proxy enabled

Show proxy server usage status.

Example output: { "ngfw-proxy:proxy": { "useProxy": true } }

show proxy use-for-local-addresses

Show proxy server usage status for local addresses.

Example output: { "ngfw-proxy:proxy": { "use-for-local-addresses": true } }

no proxy host

Remove IPv4 address of the currently used proxy server.

no proxy port

Remove port of current proxy server.

no proxy credentials

Remove username and password for proxy server authentication.

| Prev | Home | Next |