# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
                                                                                                  
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
iface bnep0 inet dhcp
                                                                                                  
# usb network
# (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP)
iface usbf inet static
        address 192.168.0.202
        netmask 255.255.255.0
        network 192.168.0.0
        gateway 192.168.0.200
