auto lo

iface lo inet loopback

iface usb0 inet dhcp

iface usb1 inet static
	address 169.254.221.100
	netmask 255.255.255.0
	down start-stop-daemon -K --oknodo --name udhcpd
	up start-stop-daemon -K --oknodo --name udhcpd
	up start-stop-daemon -S -v --oknodo --name udhcpd --exec /usr/sbin/udhcpd -- -S

iface eth0 inet dhcp
