Enable a 10 Gb Interface (Optional)
- Last Updated: April 17, 2026
- 4 minute read
- LoadMaster
- LoadMaster GA
- Documentation
Follow one of the two procedures below depending on whether you are adding a single network interface or multiple network interfaces to the LoadMaster.
To enable 10 Gb throughput for a LoadMaster virtual machine (VM) in Azure, you must select an Azure VM instance type that supports the 10 Gb Mellanox driver. Accelerated Networking is supported on most general purpose and compute-optimized instance sizes with two or more vCPUs. These supported series are: D/DSv2 and F/Fs. On instances that support hyperthreading, Accelerated Networking is supported on VM instances with four or more vCPUs. Supported series are: D/Dsv3, E/Esv3, Fsv2, Lsv2, Ms/Mms and Ms/Mmsv2. Refer to the Sizes for Linux virtual machines in Azure page for further details.
Add a Single Interface to the LoadMaster
To enable 10 Gb interfaces on the LoadMaster, perform the following steps:
- Deploy the
LoadMaster.Note: When you instantiate a 10 Gb interface, it appears as two interfaces in the LoadMaster Web User Interface (WUI). The two interfaces are related and have the same MAC address. Only the first interface has an IP address. If you want to modify the interface, you must do this on the interface that has the IP address listed.Note: For the purposes of this document, the Standard DSv2 machine size is used.
- License and log into the LoadMaster.
- Navigate to System Configuration > System Administration > System Reboot.
- Click Shutdown.
- In the Azure Portal, navigate to the LoadMaster Virtual Machine and click Stop.
- In the Azure Portal, navigate to the Network Interface associated with the LoadMaster Virtual Machine.
- Click Edit accelerated networking.
- Click Enabled and select the validation box.
- Click Save.
- In the Azure Portal, navigate back to the LoadMaster Virtual Machine and click Start.
- Log into the
LoadMaster and verify
that the Mellanox driver has instantiated correctly by performing the following steps:
- If the
LoadMaster was
deployed with a single interface, two interfaces are displayed under System Configuration > Interfaces on the
LoadMaster WUI.
If only one interface is displayed this means that the Mellanox driver
has not instantiated.
- You can also verify that two interfaces are active by checking performing an Ifconfig. To perform an Ifconfig, navigate to System Configuration > Troubleshooting. On the Troubleshooting screen, click Ifconfig. This displays two interfaces with the same hardware address.
- If the
LoadMaster was
deployed with a single interface, two interfaces are displayed under System Configuration > Interfaces on the
LoadMaster WUI.
If only one interface is displayed this means that the Mellanox driver
has not instantiated.
Add Multiple Interfaces to the LoadMaster
The Azure WUI does not allow interfaces with accelerated networking to be added. You must add the interface by using the Azure command line interface (CLI) or by using PowerShell.
- Create the interface using the Azure CLI similarly to the example below:
PS C:\Users\test> az network nic create --resource-group testdoc --name myNic2 --vnet-name myVnet --subnet subnet2 --accelerated-networking true --public-ip-address myPublicIp2 --network-security-group myNetworkSecurityGroup --location eastus - When the interface is created, you can add this
interface to the
LoadMaster when it is in
a powered off state. Navigate to the Networking tab of
the
LoadMaster on the Azure
WUI.
- Click Attach network interface.
- When the attachment is complete, both interfaces appear on the Azure WUI.
- Restart the LoadMaster.
- Verify that the interfaces are displayed under System Configuration > Interfaces on the LoadMaster WUI. The LoadMaster WUI should now display four interfaces.
You can also verify that four interfaces are active by checking performing an Ifconfig. To perform an Ifconfig, navigate to System Configuration > Troubleshooting. On the Troubleshooting screen, click Ifconfig.
Unlike the single interface case where eth0 and eth1 are related, for multiple interfaces, eth0 and eth2 and eth1 and eth3 are related (with the same MAC address). eth0 and eth1 have the IP addresses, the other interfaces without the IP addresses are related by the HWaddr (the MAC address).