Remote Access Options
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
Parameters relating to Remote Access can be managed using get and set commands.
Example Command
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/get?param=sshaccess"Available Parameters
|
Name |
Type |
Range |
Additional Information |
|---|---|---|---|
|
admingw |
A |
|
When administering the Multi-Tenant LoadMaster from a non-default interface, this option allows the user to specify a different default gateway for administrative traffic only. |
|
enableapi |
B |
|
Enables the programmable command API Interface. |
|
sshaccess |
B |
|
Specify over which addresses remote administrative SSH access to the Multi-Tenant LoadMaster is allowed. |
|
sshiface |
S |
|
Specify the addresses over which remote administrative SSH access to the Multi-Tenant LoadMaster is allowed. |
|
sshport |
I |
3-65530 |
Specify the port used to access the Multi-Tenant LoadMaster via the SSH protocol. |
|
wuiaccess |
B |
|
Enables or disables WUI access. |
|
wuiiface |
I |
|
Specifies the interface for WUI. |
|
wuiport |
I |
|
Specifies the port to access the WUI. This has a default value of 443. |
|
multihomedwui |
B |
|
Allow WUI access from multiple interfaces. Apart from the main administrative interface, each interface can then be enabled to allow WUI access. |
Example Output
<Response stat="200" code="ok"><Success><Data><sshaccess>yes</sshaccess></Data></Success></Response>