auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
        udhcpc_opts -b
                wpa-driver nl80211
                wpa-conf /etc/wpa_supplicant.conf
                metric 1

auto eth0
iface eth0 inet static
         address 169.254.1.31
        netmask 255.255.0.0

auto eth1
iface eth1 inet dhcp
	# DHCP options -t=max_tries -A=timeout(s) -n=exit_if_no_lease -q=exit_if_lease 
	udhcpc_opts -t 3 -A 20 -nq
metric 2
