...
Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|
VNET.NetworkCardIPAddress | Local IP address which is used for listening for secured VNET connections. Use this IP address within the configuration of VNET clients. If no value is specified, all interfaces will listen. | IP Address | None | IP of default network interface |
VNET.NetworkSSLPortNumber | The TCP port which is used for listening for secured VNET connections. Use this port number within the configuration of VNET clients. | TCP Port | None | 14532 |
VNET.Password | VNET SSL password that is checked by the server. | String | None | 1234 |
VNET.PIN | VNET SSL PIN that is checked by the clients. | String | None | 1234 |
VNET.ClientTimeout | Timeout of the VNET connections (Visualization Editor, Core Studio, clustering clients). If the client does not respond within the given time interval it will be disconnected from the Core Server. | 1000 – 1000000 | milliseconds | 300000 |
...