summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network')
-rw-r--r--minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network17
1 files changed, 11 insertions, 6 deletions
diff --git a/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network b/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
index c459c4e0..04722166 100644
--- a/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
+++ b/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
@@ -1,9 +1,14 @@
+
config interface 'loopback'
- option ifname 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
+ 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'
+ option ifname 'eth0'
+ option proto 'dhcp'
+
+config interface 'wan'
+ option ifname 'wlan0'
+ option proto 'dhcp'