A modo de tip para la memoria… como tener varias ips en una misma tarjeta de red y que permanezca de forma constante:
Edito /etc/network/interfaces
Tarjeta a configurar: eth0
auto eth0
auto eth0:0
allow-hotplug eth0
iface eth0 inet static
address 192.5.10.7
netmask 255.255.255.0
gateway 192.5.10.1
iface eth0:0 inet static
address 192.168.0.63
netmask 255.255.255.0
gateway 192.168.0.1

