This package allows you to configure a USB network with a GNU/Linux host.

===Configuration required in GNU/Linux host

Add this content to your /etc/network/interfaces:

allow-auto usb0
iface usb0 inet static
      address 192.168.2.14
      netmask 255.255.255.0
      broadcast 192.168.2.255


Internet tablet is configured to use the GNU/Linux host as DNS server. If
the host is not a DNS server and 192.168.15.19 is the IP or your DNS server,
then run:

iptables -t nat -A PREROUTING -i usb0 -p udp --dport 23 -j DNAT --to 192.168.15.19

You may integrate last line in /etc/network/interfaces using postup.

===Step by step guide to run in Internet Tablet

    * Ensure that your USB cable is DISCONNECTED.
    * Select usbnet connection (if this connection is not visible after installing usbnet package, reboot your Mobile Internet Device)
    * Run startusbnet application; wait until the application ends.
    * Now, connect the USB cable to the GNU/Linux host. 

USB networking may be annoying, because host tend to use usb storage mode,
specially with Vmware. USB networking interoperability with Windows is broken
in the linux kernel of OS2008. Probably is a bad idea use USB networking in a
demo!!! 

As alternative to this package, you may use package maemo-pc-connectivity (see
http://maemo.org/development/documentation/pc_connectivity/). But I had more
problems with the control panel plugin of this package and it's a more
intrusive package that for example changes mount utility.
