merge of 'b84aeb3b3fcb9975cdaaafccc4ecbc7ca61c5312'
[vuplus_openembedded] / packages / netbase / netbase / mpc8313e-rdb / interfaces
1 # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
2  
3 # The loopback interface
4 auto lo
5 iface lo inet loopback
6
7 # Wired interface
8 auto eth1
9 iface eth1 inet dhcp
10
11 # Wireless interface
12 auto ath0
13 iface ath0 inet static
14         address 192.168.99.1
15         netmask 255.255.255.0
16