summaryrefslogtreecommitdiffstats
path: root/src/etc/network/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/network/interfaces')
-rw-r--r--src/etc/network/interfaces10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/network/interfaces b/src/etc/network/interfaces
new file mode 100644
index 0000000..f2bbb79
--- /dev/null
+++ b/src/etc/network/interfaces
@@ -0,0 +1,10 @@
+# /etc/network/interfaces
+# Network interfaces configuration used by ifup(8) and ifdown(8).
+
+# Loopback interface.
+auto lo
+iface lo inet loopback
+
+# Ethernet interface.
+auto eth0
+iface eth0 inet dhcp