Configuring Reverse Proxy Servers

Reverse proxy server configuration is performed at the global-portal reverse-proxy-servers level.

To create a reverse proxy server, use the following command:

Admin@nodename# create global-portal reverse-proxy-servers <parameter>

Available parameters:

Parameter

Description

name

Reverse proxy server name.

description

Reverse proxy server description.

address

Reverse proxy server address or domain.

port

Reverse proxy server TCP port.

https

Use HTTPS protocol for the server being published:

  • on: enabled

  • off: disabled

keep-source-ip

Use the original source IP address in packets forwarded to the server being published:

  • on: keep the original source IP address

  • off: substitute the source IP address with the UserGate IP address

To edit parameters of a reverse proxy server, use the following command:

Admin@nodename# set global-portal reverse-proxy-servers <server-name> <parameter>

The parameters available to update are the same as those used to create a name server.

To display information about a reverse proxy server, use the following command:

Admin@nodename# show global-portal reverse-proxy-servers <server-name>

To delete a server, use the following command:

Admin@nodename# delete global-portal reverse-proxy-servers <server-name>