summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/krebscam/customfiles/etc/config/network
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-01-10 14:37:10 +0100
committermakefu <github@syntax-fehler.de>2013-01-10 14:37:10 +0100
commit7296c90dff5e260c6279aed071fe507a4ddedc4a (patch)
treef569e130dee7b084c1afc078e0d19e17b7578362 /minikrebs/profiles/krebscam/customfiles/etc/config/network
parent9b29cf3939802ab1cf634e6185f5b0beac52e590 (diff)
emergency commit, i am so sorry...
Diffstat (limited to 'minikrebs/profiles/krebscam/customfiles/etc/config/network')
-rw-r--r--minikrebs/profiles/krebscam/customfiles/etc/config/network14
1 files changed, 14 insertions, 0 deletions
diff --git a/minikrebs/profiles/krebscam/customfiles/etc/config/network b/minikrebs/profiles/krebscam/customfiles/etc/config/network
new file mode 100644
index 00000000..04722166
--- /dev/null
+++ b/minikrebs/profiles/krebscam/customfiles/etc/config/network
@@ -0,0 +1,14 @@
+
+config interface 'loopback'
+ option ifname 'lo'
+ option proto 'static'
+ option ipaddr '127.0.0.1'
+ option netmask '255.0.0.0'
+
+config interface 'lan'
+ option ifname 'eth0'
+ option proto 'dhcp'
+
+config interface 'wan'
+ option ifname 'wlan0'
+ option proto 'dhcp'