X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fnetwork%2Finterfaces;fp=etc%2Fnetwork%2Finterfaces;h=04ee0fe32ad0c6c54b61c0a7542d88f60aa709e5;hb=84a948590e8a4973b27b71e677fca8879796ac60;hp=0000000000000000000000000000000000000000;hpb=347393e93081b49fa7ba72c8d6caf5930455a196;p=matthijs%2Fservers%2Ftika.git 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