I rent 2 root servers from my provider that run Ubuntu 12.04.01 LTS. I ordered a second ip for each of them and configure them in /etc/network/interfaces as follows:
iface eth0:1 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.0.0
auto eth0:1
The first server is running like this on production just fine. Now I notice as soon as I configure the 2nd ip adress for the 2nd server like this, that machine is unable to ping the first machine on any of the 2 ips and vice versa. Using only 1 ip it works fine. I am fairly unexperienced with server administration, and I do not find anything on google on this topic specifically. Is there something obvious that I am doing wrong?
Both machines are from the same provider, route shows they are using different gateways.
Thanks in advance