auto lo usb0
iface lo inet loopback

# USB cable interface
iface usb0 inet static
	address 192.168.2.2
	netmask 255.255.255.0
	gateway 192.168.2.1

