You are reading the documentation of ISPsystem - a software developer. It contains general information about the platform you are working with.
If your question relates to access to the service, administrator contacts, tariffs, etc., contact your hosting provider - the company providing your services.
If you don't know who your hosting provider is, you can identify it by domain name or server IP address through the service https://www.whois.com/whois/
The article contains instructions on how to manually add an IP address to servers with different operating systems.
To add an IP address, you will need to edit the network interfaces file. You can do this using standard OS editors. For example, in the Linux OS family, you can use the vi, nano, etc.
Example command to edit /etc/network/interfaces
vi /etc/network/interfaces
IPv6 settings
To add an IPv6 address, you will need information about the network parameters. This information is available in the VM card: go to Virtual Machines → click on the VM name → IP addresses tab → IPv6 tab → Network parameters button.
Example parameters
AlmaLinux
To assign an IP address:
Connect to the server via SSH with superuser permissions.
To assign an IPv4 address
Specify the network settings in /etc/sysconfig/network-scripts/ifcfg-<interface> file, where <interface> is the name of the network interface. For example, /etc/sysconfig/network-scripts/ifcfg-eth0.
Add IPv6 settings to the network interface file /etc/sysconfig/network-scripts/ifcfg-<interface>, where <interface> is the interface name. For example, /etc/sysconfig/network-scripts/ifcfg-eth0.
Connect to the server via SSH with superuser permissions.
To assign an IPv4 address
Specify the network settings in /etc/sysconfig/network-scripts/ifcfg-<interface> file, where <interface> is the name of the network interface. For example, /etc/sysconfig/network-scripts/ifcfg-eth0.
Enable IPv6 support in the OS. Add the following line to the /etc/sysconfig/network file:
NETWORKING_IPV6=yes
Add IPv6 settings to the network interface file /etc/sysconfig/network-scripts/ifcfg-<interface>, where <interface> is the interface name. For example, /etc/sysconfig/network-scripts/ifcfg-eth0.