Relay server section

The relay server section is used to define a single relay server in the relay server farm. There is a relay server section for each relay server in the farm. This section is identified by the relay_server keyword.

Relay server section properties

The following properties can be specified in a relay server section:

  • enable   Specifies whether this relay server is to be included in the relay server farm. Possible values are:

    • Yes   Indicates that this relay server is to be included in the relay server farm.

    • No   Indicates that this relay server should not be included in the relay server farm.

    The default is Yes. This property is optional.

  • host   The hostname or IP address that should be used by the RSOE to make a direct connection to the relay server.

  • http_port   The HTTP port that should be used by the RSOE to make a direct connection to the relay server. A value of 0 or off disables HTTP connections. The default is 80. This property is optional.

    • 0 or off   Disable HTTP access from rsoe.

    • 1 to 65535   Enable HTTP at the specified port.

  • https_port   The HTTPS port that should be used by the RSOE to make a direct connection to the relay server. A value of 0 or off disables HTTPS connections. The default is 443. This property is optional.

    • 0 or off   Disable HTTPS access from rsoe.

    • 1 to 65535   Enable HTTPS at the specified port.

  • description   Enter a custom description to a maximum of 2048 characters. This property is optional.