From: Matthijs Kooijman Date: Tue, 21 Sep 2010 14:36:13 +0000 (+0200) Subject: system: Add default networking configuration. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=84a948590e8a4973b27b71e677fca8879796ac60 system: Add default networking configuration. This is the configuration created by debian-installer. --- 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