]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/netbase/netbase/xxs1500/interfaces
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / netbase / netbase / xxs1500 / 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 # Ethernet
8 auto eth0 eth1
9 iface eth0 inet static
10         address 192.168.127.1
11         netmask 255.255.255.0   
12         
13 iface eth1 inet static
14         address 192.168.128.1
15         netmask 255.255.255.0