Table of Contents |
---|
...
Name | Default | Description |
---|---|---|
language | english | Language setting. |
base-dir | DRX_PATH (Env variable) | Set the default route. |
drbd-conf | DRBD_PATH (Env variable) | Set the path of drbd. |
connect-timeout | 10 | Connection timeout |
bwlimit | 0 | Bandwidth limitations on the network. 0 is unlimited and can be set to K, M, G (Unit Bytes Per Seconds) |
loglevel-file | info | Log level to write to file |
loglevel-stdout | info | The log level to output to the console when running foreground |
logfile-max-size | 10M | Maximum size of log file |
logfile-max-count | 10ea | Maximum number of log files |
performance-log-enable | off | Logging of performance data |
ip-verification | on | Confirmation of binding IP that listens for connection |
process-thread-count | -1 | Number of threads for packet processing. "-1" is auto and set to 1/2 of the number of CPU cores |
block | 63K | Block size to be used for compression/encryption |
min-raw-block-size | 1K | Minimal packet size to send as plain text even when compression/encryption is set. |
...
Command | Description | Alias | Output sample | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
drx-ctl up [connect name or all] | Activate the resource | N/A |
| |||||||||
drx-ctl down [connect name or all] | Deactivate the resource | " |
| |||||||||
drx-ctl adjust [connect name or all] | The running resource is updated, and the inactive resource is up. | " |
| |||||||||
drx-ctl set compress [type] [level] [connect name] | Set up a compression plugin. | " |
| |||||||||
drx-ctl set crypto [on or off] [connect name] | Set up a crypto plugin. | " |
| |||||||||
drx-ctl set bwlimit [limit] [connect name] | Set up bandwidth | " |
| |||||||||
drx-ctl set license [file-path] | Change the license information. | " |
| |||||||||
drx-ctl reset statistics [connect name or all] | Initializes the statistic | st |
|
...