From: Matthijs Kooijman Date: Tue, 17 Jun 2008 19:50:07 +0000 (+0200) Subject: * Add initial /etc/network/interfaces. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=1c5230d62f56e4d26f750f688fbd3283b5574d86;p=matthijs%2Fservers%2Fdrsnuggles.git * Add initial /etc/network/interfaces. --- diff --git a/etc/network/interfaces b/etc/network/interfaces new file mode 100644 index 0000000..04ee0fe --- /dev/null +++ b/etc/network/interfaces @@ -0,0 +1,10 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +allow-hotplug eth0 +iface eth0 inet dhcp