Some of our customers require additional IP addresses. In the following chapter, we will explain how you can order an additional IP address for your server and subsequently add it.
If you wish to assign the additional IP to another vServer, a fee of 45€ (incl. 19% VAT) will be charged.
Additional IP addresses and other extensions for VPS and root servers can be found on the following page:
After purchasing, log into your Server Control Panel (SCP) and navigate to the server to which you want to add an IP address.
Access your server via "Screen" and log in with the login details you have chosen. Access via SSH is also possible.
As part of this step, you will have to modify the configuration in the file '/etc/network/interfaces'. To do thisfollow the steps depending on whether you are setting up an additional IPv4 address or an additional /64 IPv6 subnet.
Execute the following command:
nano /etc/network/interfaces
Add the following line:
iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1
Please replace "192.168.1.10" with the desired IPv4 address.
Execute the following command:
nano /etc/network/interfaces
Add the following line:
iface eth0 inet6 static address 2a03:4000:2:11c5::1 netmask 64 gateway fe80::1
Please replace "2a03:4000:2:11c5::1" with the desired IPv6 address from the assigned /64 subnet.
To apply the changes, you need to turn the server off and then on again.
You have added an additional IP address, or an additional /64 IPv6 subnet, to your server.