If you order an extra IP for your KVM that new IP will not be added to the network settings of your server automatically. You have to add the new IP manually.
Before you can add any new or changed IP to your VPS please make sure you reboot the machine to make sure the VPS gets the new IP assigned.
For example: If your server has a primary IP 192.168.1.1 on eth0 and you want to add a second IP that is 192.168.1.2. Then you edit the /etc/network/interfaces file like this:
auto eth0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.254 post-up ip a a 192.168.1.2/24 dev eth0 pre-down ip a d 192.168.1.2/24 dev eth0
# ls -l | grep ifcfg-eth -rw-r--r-- 1 root root 119 Jan 11 19:16 ifcfg-eth0
# cp ifcfg-eth0 ifcfg-eth0:0 # ls -l | grep ifcfg-eth -rw-r--r-- 1 root root 119 Jan 11 19:16 ifcfg-eth0 -rw-r--r-- 1 root root 119 Feb 24 08:53 ifcfg-eth0:0
DEVICE=eth0:0 BOOTPROTO=static ONBOOT=yes IPADDR=192.168.1.2 NETMASK=255.255.255.0
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@edis.at to your trusted senders list in your email software.