# This file describes the network interfaces available on your system

# The primary network interface
auto usb0
iface usb0 inet static
	address 192.168.168.100
	netmask 255.255.255.0
	gateway 192.168.168.1

auto eth0
iface eth0 inet static
	address 192.168.168.100
	netmask 255.255.255.0
	gateway 192.168.168.1
