From 0668b43995646e591037a79d7d022d297cb738f2 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Thu, 11 Feb 2010 12:28:29 +0100 Subject: netbase: machine specific interface config for hipox Signed-off-by: Steffen Sledz --- recipes/netbase/netbase/hipox/interfaces | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/netbase/netbase/hipox/interfaces (limited to 'recipes/netbase/netbase') diff --git a/recipes/netbase/netbase/hipox/interfaces b/recipes/netbase/netbase/hipox/interfaces new file mode 100644 index 0000000000..206c1e9e48 --- /dev/null +++ b/recipes/netbase/netbase/hipox/interfaces @@ -0,0 +1,17 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# the loopback interface +auto lo +iface lo inet loopback + +# interfaces to bring up at boot time +auto eth0 eth1 + +# the onboard NIC +iface eth0 inet dhcp + +# interfaces to bring up when hotplugging +allow-hotplug eth1 + +# additional USB-NIC's +iface eth1 inet dhcp -- cgit 1.2.3-korg