# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

iface lo inet loopback

iface usbf inet static
	address 192.168.254.11
	netmask 255.255.255.0
	network 192.168.254.0
	broadcast 192.168.254.255
	gateway 192.168.254.254

