summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-01-04 06:36:26 +0700
committermakefu <github@syntax-fehler.de>2013-01-04 06:36:26 +0700
commit2bcf2f215b9b5e1caa3ec7934c7e7b9fb255147d (patch)
tree18d7bd40eb31237c881c7acaf15ec613dce70673 /minikrebs/profiles/heckenkrebs/customfiles/etc/config/network
parent577c64f0c8e70081a2226522cbfc18c393dcb5e3 (diff)
rebuild minikrebs folder
Diffstat (limited to 'minikrebs/profiles/heckenkrebs/customfiles/etc/config/network')
-rw-r--r--minikrebs/profiles/heckenkrebs/customfiles/etc/config/network17
1 files changed, 17 insertions, 0 deletions
diff --git a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network
new file mode 100644
index 00000000..2feb7400
--- /dev/null
+++ b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network
@@ -0,0 +1,17 @@
+
+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 type 'bridge'
+ option proto 'static'
+ option ipaddr '192.168.1.1'
+ option netmask '255.255.255.0'
+
+config interface 'wan'
+ option ifname 'wlan0'
+ option proto 'dhcp'