From: Marco Cavallini Date: Wed, 24 Mar 2010 09:15:02 +0000 (+0100) Subject: mh355/interfaces: added lan settings for machine mh355 X-Git-Tag: Release-2010-05/1~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f67c00bb332f0f0c142dc02c8c3bdfefead0f7;p=openembedded.git mh355/interfaces: added lan settings for machine mh355 --- diff --git a/recipes/netbase/netbase/mh355/interfaces b/recipes/netbase/netbase/mh355/interfaces new file mode 100644 index 0000000000..0e598ab8d1 --- /dev/null +++ b/recipes/netbase/netbase/mh355/interfaces @@ -0,0 +1,19 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +# Wired or wireless interfaces +auto eth0 + +# Use this for DHCP +#iface eth0 inet dhcp + +# Use this for static address +iface eth0 inet static + address 192.168.0.184 + netmask 255.255.255.0 + network 192.168.0.0 + gateway 192.168.0.1 +