diff options
-rw-r--r-- | packages/netbase/netbase/palmt650/interfaces | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/netbase/netbase/palmt650/interfaces b/packages/netbase/netbase/palmt650/interfaces new file mode 100644 index 0000000000..db4c4ca21f --- /dev/null +++ b/packages/netbase/netbase/palmt650/interfaces @@ -0,0 +1,22 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +# Wireless interfaces + +# Wired or wireless interfaces + +# Ethernet/RNDIS gadget (g_ether) +# ... or on host side, usbnet and random hwaddr +auto usb0 +iface usb0 inet static + address 192.168.0.202 + netmask 255.255.255.0 + network 192.168.0.0 + gateway 192.168.0.200 + +# Bluetooth networking +iface bnep0 inet dhcp + |