I have rented 2 subnets and got them announced on a Ubuntu 14.04 server, I have managed to setup one of the subnets perfectly fine but I am having issues with the second one. I have added them to the interfaces file but I cannot connect to the server via the new IPs and I cannot ping them either.
If anyone can tell me other methods to setup new IP addresses or is willing to help me set them up I can compensate for their time.
auto eth0:323
iface eth0:323 inet static
address 185.176.88.67
netmask 255.255.255.248
auto eth0:324
iface eth0:324 inet static
address 185.176.88.68
netmask 255.255.255.248
This is a cutout from my interfaces file.
Thank you.