Assigning a "dummy" static IP address

Prev Next

This topic describes how to assign a "dummy" static IP address to the ether1 interface for the HA cluster.

Caution

If your virtual machines are in different Azure regions, perform this procedure after you configure virtual network peering as described in Configuring virtual network peering.

To assign a "dummy" static IP address:
  1. In the Azure portal, locate the private IP address Azure assigned to the virtual machine. This is displayed in the Properties > Networking section for the virtual machine.

  2. In the Central Management System CLI, display the ether1 IP address and netmask:

    hostname (config) # show interface ether1
                      
  3. Assign the static "dummy" IP address:

    hostname (config) # interface ether1 ip address <IP address> <netmask>

    where IP address and netmask are the values returned by the previous step.

  4. Repeat these steps on the other node.

  5. Go to Performing the Central Management System HA initial configuration on Microsoft Azure.