DCImanager 6
en En
es Es

Assigning IP addresses with OS tools

DCImanager 6 assigns IP addresses to the server automatically during the operating system (OS) reinstallation. You can assign IP addresses to the server manually using server's OS tools. The procedure of assigning IP addresses depends on the server's operating system.

Be careful when changing network settings manually. If you specify incorrect data, the server’s network connection may be disrupted. In this case, remote work with the server will only be possible via BMC.
DCImanager 6 will not receive information about server's IP addresses specified via OS tools. To keep information in the platform valid, enter the same IP address in the platform. See more about assigning IP addresses in the article Assigning IP addresses.

AlmaLinux

To assign an IP address:

  1. Connect to the server via SSH with superuser permissions.
  2. To assign an IPv4 address
    To assign an IPv6 address
  3. Restart the NetworkManager software: 

    systemctl restart NetworkManager
  4. Reconnect the network interface:

    nmcli device disconnect <interface> && nmcli device connect <interface>
    Comments to the command

CentOS

To assign an IP address:

  1. Connect to the server via SSH with superuser permissions.
  2. To assign an IPv4 address
    To assign an IPv6 address
  3. Restart the network service:

    systemctl restart network

Debian, Ubuntu

To assign an IP address:

  1. Connect to the server via SSH with superuser permissions.
  2. Specify the network settings in /etc/network/interfaces:

    To assign an IPv4 address
    To assign an IPv6 address
  3. Restart the networking service:

    systemctl restart networking