X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=etc%2Fnetwork%2Finterfaces;fp=etc%2Fnetwork%2Finterfaces;h=04ee0fe32ad0c6c54b61c0a7542d88f60aa709e5;hb=1c5230d62f56e4d26f750f688fbd3283b5574d86;hp=0000000000000000000000000000000000000000;hpb=03cf9c1836516351efe3148689a1128c529c5f2f;p=matthijs%2Fservers%2Fdrsnuggles.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