diff options
author | Steffen Sledz <sledz@dresearch.de> | 2010-02-11 12:28:29 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-02-11 12:28:29 +0100 |
commit | 0668b43995646e591037a79d7d022d297cb738f2 (patch) | |
tree | b7e38b3f484cd33051e2a745d5c0ea742b5cf06d /recipes | |
parent | 6d64e559c551d44f6b8d00a9fde8fde40fe14f67 (diff) |
netbase: machine specific interface config for hipox
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/netbase/netbase/hipox/interfaces | 17 |
1 files changed, 17 insertions, 0 deletions
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 |