1 # This file describes the network interfaces available on your system 2 # and how to activate them. For more information, see interfaces(5). 3 4 # The loopback network interface 5 auto lo 6 iface lo inet loopback 7 8 # This is a list of hotpluggable network interfaces. 9 # They will be activated automatically by the hotplug subsystem. 10 mapping hotplug 11 script grep 12 map usb0 13 14 # The primary network interface 15 iface usb0 inet static 16 network 192.168.254.0 17 broadcast 192.168.254.255 18 address 192.168.254.102 19 netmask 255.255.255.0 20 up route add default gw 192.168.254.100 21 22 auto usb0