#! /bin/sh
#

echo "Configuring usb0: 192.168.6.2"
/sbin/ifconfig usb0 192.168.6.2
/sbin/route add default gw 192.168.6.1

: exit 0
