auto lo

iface lo inet loopback

auto eth1 eth0
allow-hotplug eth0
allow-hotplug eth1

iface eth1 inet static
	 address ${address.1}
	 ${Enabledgateway.1}gateway ${gateway.1}
	 netmask ${netmask.1}
	 network ${network.1}
	 broadcast ${broadcast.1}
	 metric 30
	 
iface eth0 inet dhcp
	metric 50

iface default inet dhcp
	metric 60

		
auto eth0:0
iface eth0:0 inet static
         address 169.254.26.135
         netmask 255.255.0.0
         network 169.254.0.0
         broadcast 169.254.255.255
         metric 60
        