# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
  pre-up modprobe g_ether
  auto usb0
  iface usb0 inet static
  address 192.168.10.10
  netmask 255.255.255.0
  gateway 192.168.10.20 

