summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/network/interfaces.i586
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/etc/network/interfaces.i586')
-rw-r--r--projectroot/etc/network/interfaces.i58613
1 files changed, 13 insertions, 0 deletions
diff --git a/projectroot/etc/network/interfaces.i586 b/projectroot/etc/network/interfaces.i586
new file mode 100644
index 0000000..5dfb7bd
--- /dev/null
+++ b/projectroot/etc/network/interfaces.i586
@@ -0,0 +1,13 @@
+# /etc/network/interfaces
+
+# The loopback interface
+auto lo eth0
+
+# auto lo
+iface lo inet loopback
+
+# auto eth0
+iface eth0 inet static
+ address 10.0.2.7
+ netmask 255.255.255.0
+ broadcast 10.0.2.255