Create Inbound NAT Rules
- Last Updated: December 18, 2024
- 2 minute read
- LoadMaster
- LoadMaster GA
- Documentation
On Azure cloud, the ILB is used to create the "Shared IP address" and to probe and route traffic to the LoadMaster instances. To allow 'public' access to the WUI of each LoadMaster, we recommend creating ILB NAT rules:
- <SIP>:8441 maps to Node-1 port 8443
- <SIP>:8442 maps to Node-2 port 8443
Inbound NAT rules provide a translation for management access into each of the LoadMasters in the back-end pool. Each LoadMaster does not require a Public IP Address (PIP). A unique port must be configured in an Inbound NAT rule for each LoadMaster. The example rules are the following:
|
Target |
Port |
Target Port |
|---|---|---|
|
LoadMaster1 - WUI |
8441 |
8443 |
|
LoadMaster1 – SSH |
221 |
22 |
|
LoadMaster2 – WUI |
8442 |
8443 |
|
LoadMaster2 – SSH |
222 |
22 |
The LoadMaster uses port 22 and 8443 by default. The remaining port numbers listed above are recommended, but you can use other port numbers if needed.
To create the inbound NAT rules, continuing from the previous section follow the steps below:
- Click Add an
inbound NAT rule.
- Under Add
inbound NAT rule, complete the following fields:
- Enter a Name for the rule.
- Select Azure virtual machine as the Type.
- Select the Target virtual machine (in this example, the first LoadMaster is selected).
- Select the Network IP configuration.
- Select the Frontend IP address created earlier.
- Enter 8441 as the Frontend Port.
- Select Custom as the Service Tag.
- Enter 8443 as the Backend Port.
- Select TCP as the Protocol.
- Keep the remaining configuration as the default values and click Add.
- Create four inbound NAT rules based on the table provided earlier in this section.
- Click Next: Outbound Rule.
- Refer to the next section for details on setting up the outbound rules.