summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/netbase/netbase/interfaces
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/netbase/netbase/interfaces
downloadpoky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/netbase/netbase/interfaces')
-rw-r--r--openembedded/packages/netbase/netbase/interfaces34
1 files changed, 34 insertions, 0 deletions
diff --git a/openembedded/packages/netbase/netbase/interfaces b/openembedded/packages/netbase/netbase/interfaces
new file mode 100644
index 0000000000..d7b40dc380
--- /dev/null
+++ b/openembedded/packages/netbase/netbase/interfaces
@@ -0,0 +1,34 @@
1# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
2
3# The loopback interface
4auto lo
5iface lo inet loopback
6
7# Wireless interfaces
8iface wlan0 inet dhcp
9wireless_mode managed
10wireless_essid any
11iface atml0 inet dhcp
12
13# Wired or wireless interfaces
14iface eth0 inet dhcp
15iface eth1 inet dhcp
16
17# Ethernet/RNDIS gadget (g_ether)
18# ... or on host side, usbnet and random hwaddr
19iface usb0 inet dhcp
20
21# Zaurus 2.4 Lineo net_fd; obsolete
22iface usbd0 inet dhcp
23
24# iPAQ 2.4 mach-sa1100/usb-eth
25# (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP)
26iface usbf inet static
27 address 192.168.0.202
28 netmask 255.255.255.0
29 network 192.168.0.0
30 gateway 192.168.0.200
31
32# Bluetooth networking
33iface bnep0 inet dhcp
34