summaryrefslogtreecommitdiff
path: root/recipes/multitech/config/network/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/multitech/config/network/interfaces')
-rw-r--r--recipes/multitech/config/network/interfaces12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/multitech/config/network/interfaces b/recipes/multitech/config/network/interfaces
new file mode 100644
index 0000000000..b5f625a9e2
--- /dev/null
+++ b/recipes/multitech/config/network/interfaces
@@ -0,0 +1,12 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# Wired interface
+auto eth0
+iface eth0 inet static
+address 192.168.2.1
+netmask 255.255.255.0
+