I'm having a problem. Can't set dhcp and static IP on the same interface at the same time.
My interfaces file:
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
iface eth0:0 inet static
address 192.168.1.253
netmask 255.255.255.0
I followed a tutorial but still no use. Only DHCP address is being displayed. I'm trying to make it without GUI.