VMmanager: Administrator guide
en En
es Es

Networks management

A physical network consists of many IP addresses and includes all the IP addresses from the first IP to the last one. A network has an address and a mask. E.g. 192.168.0.0/24, where 192.168.0.0 is the network IP address; /24 is the mask prefix. Such network includes all the IPs from 192.168.0.1 to192.168.0.254. Usually, one of the network IP addresses is a gateway for others. A gateway is an address that receives and sends data over the Internet. 

In clusters with the IP fabric network configuration type, you can use the gateway address, the network address and the broadcast address to assign to devices.

Network hierarchy

You can create physical networks of two types:

  • Container — a network that allows creating child networks within it for convenient IP address management. IP addresses of such a network can only be occupied by child networks; they cannot be allocated to devices or pools;
  • Active — a network from which you can allocate IP address pools and IP addresses for devices. Such a network cannot have child networks.
All physical networks created before the release of this feature will have the Active type after the update.

A child of a network with the Container type can also have the Container type and its own child networks.

If a network with the Container type has no children, you can change its type from Container to Active when modifying the network settings. The platform does not support changing the network type from Active to Container.

Changing the network type from Container to Active is an irreversible action.

If the address space of network B is completely within the address space of Container network A, then network A is the parent network, and B is a child. The platform automatically determines whether a created network is a child or parent of another network. For example, if you have a network 10.16.0.0/16 with the Container type, then a created network 10.16.10.0/24 will automatically become its child.

To see the list of networks in a hierarchical view, go to the NetworksPhysical Networks section and click Show nesting. After this:

  • all table filters will be disabled;
  • networks will be sorted by hierarchy. For example:
    • networks without children or parent networks;
    • parent network 1;
      • first-level child network 1;
        • second-level child network 1;
      • first-level child network 2;
    • parent network 2;
      • child network;
  • In the Network column, the number of dots in each row indicates how many parent networks are located above that network in the hierarchy.
Example of network hierarchy

To see the list of child and parent networks:

  1. Go to the NetworksPhysical Networks section → click on the desired network → Networks.
  2. Click Parent or Child.

Creating a physical network

To create a physical network: 

  1. Go to Networks → Physical networksAdd a physical network.
  2. To prevent the gateway address, network address, and broadcast address from being reserved, enable the Do not use service IP addresses option.

    This option works only in clusters with the IP-fabric network configuration type.
  3. Enter a Network in the following format <network IP address>/<network mask prefix>. E.g. "172.0.0.0/24".
  4. Enter a Gateway.

    If necessary, you can use an address from a different subnet as a gateway. Read more in knowledge base article How to add a physical network with a gateway from another subnet?
  5. To add IP addresses of a network to the pool:
    1. Enable the Add the IP addresses to the pool option.
    2. In the Pool name field, select the name of an existing pool or enter the name of a new pool. 
    3. Specify the IP addresses for new VMs.  You can enter a single IP address ("1.1.1.1"), a mask ("1.1.1.1/24") or a range  ("1.1.1.1-1.1.1.5").
    4. Select the clusters in which this pool will be used. If the cluster uses two network interfaces, specify whether the pool belongs to the Main or the Additional network.
  6. Click Add button.

Internal traffic accounting

You can specify clusters for which network traffic will be considered internal. Internal traffic is not counted in connected billing systems. The option is available only for clusters with the "IP-fabric" network configuration type.

To select clusters:

  1. Go to NetworksPhysical networks → select the network → Network parameters.
  2. Select Clusters with excluded traffic.
  3. Click Save button.

Reserving IP addresses

You can reserve individual IP addresses in the network. VMmanager will not use these addresses when assigning IP addresses to VMs. 

To reserve an IP address or subnet, enter Networks → select the network → Allocate IP address

  1. Select whether to reserve an IP address or a Subnet.
  2. If you need to reserve an IP address, select the mode:
    • Auto — specify the IP address count;
    • Set manually — enter the IP addresses.
  3. If you need to reserve a subnet, specify the Subnet mask.
  4. Specify the Domain Name for which the address will be reserved.
  5. To prevent the IP address from being deleted, enable the Protect the IP address from accidental deletion option.
  6. Specify an arbitrary Comment.
  7. Click the Allocate IP address (Allocate subnet) button.

Managing IP addresses

To view all IP addresses used, enter NetworksIP addresses. You can filter the list of addresses on this tab by IP address, physical network or node status. In the Note column, you can add a comment to the IP address.

Free IP addresses

To view free addresses on an IPv4 network, go to Networks → select a network → IP addresses tab → Free tab.

To check if a specific address or range of addresses is free, click Check IP addresses → enter the IP address or range (e.g. 192.168.1.1.1-192.168.1.10) → Search button.

To find a free range of IP addresses, click Search any → enter the Number of free IP addresses in a rowSearch button.

You can reserve free IP addresses:

  1. If you need to reserve one address, select the row with that address and click the Occupy IP address button. If you need to reserve multiple addresses, select the rows with the desired addresses and click the occupy ip addresses button in the table header.
  2. Specify the Domain name for which the address will be reserved.
  3. To ensure that the IP address cannot be deleted, enable the Protect the IP address from accidental deletion option.
  4. Enter an arbitrary Comment.
  5. Click the Allocate IP address button.
Tab interface

History of actions in the network

To view the history of actions, go to the Networks → click on the name of the network → History. The history page displays information about:

  • adding and removing IP addresses;
  • changing the domain name for the IP address.