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 static
	 address ${address.0}
	 ${Enabledgateway.0}gateway ${gateway.0}
	 netmask ${netmask.0}
	 network ${network.0}
	 broadcast ${broadcast.0}
	 metric 50

iface default inet dhcp
	metric 60
	
