Network Options
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
Parameters relating to Network Options can be managed using the get and set commands.
Example Command
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/set?param=dhkeysize&value=2048"Available Parameters
|
Name |
Type |
Range |
Additional Information |
|---|---|---|---|
|
multigw |
Boolean |
0 - Disabled 1 - Enabled |
Use this option to enable the ability to move the default gateway to a different interface. |
|
routefilter |
Boolean |
0 - Disabled 1 - Enabled |
When enabled, this option only accepts IP frames from a host over the interface where the routing algorithm would route frames to the host. This is known as strict source route validation. |
|
http_proxy |
String |
|
This option allows clients to specify the HTTP(S) proxy server and port the Multi-Tenant LoadMaster will use to access the internet. |
|
dhkeysize |
Integer |
512, 1024 or 2048 |
Select the strength of the key used in the Diffe-Hellman key exchanges. If this value is changed, a reboot is required in order to use the new value. The default value is 2048 Bits. |
|
vnfdhcp |
Boolean |
0 - Disabled 1 - Enabled |
Specifies whether or not the MT guests should utilise DHCP for initial IP configuration. If this is enabled, the initial IP address and default gateway of the guest VNF will be automatically obtained via DHCP, and you will not be prompted to set them. If this option is disabled, the initial IP address and default gateway will need to be set when creating a new instance. |
Example Output
<Response stat="200" code="ok"><Success>Command completed ok</Success></Response>