summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/usb_ext/customfiles/etc/config/network
diff options
context:
space:
mode:
authorYour Name <you@example.com>2013-02-07 17:34:50 +0000
committerYour Name <you@example.com>2013-02-07 17:34:50 +0000
commitddd9f8791eea0e810682ab66d951571417ebc8d3 (patch)
treec07537fd9c64dc536c8f881c87f3f3e96a4b2a72 /minikrebs/profiles/usb_ext/customfiles/etc/config/network
parent34c27af139f6e4e4aaa09482996448bacde39891 (diff)
parentdd6ad821a5a5bcb633b28a6d35e5e612d1f59094 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'minikrebs/profiles/usb_ext/customfiles/etc/config/network')
-rw-r--r--minikrebs/profiles/usb_ext/customfiles/etc/config/network13
1 files changed, 13 insertions, 0 deletions
diff --git a/minikrebs/profiles/usb_ext/customfiles/etc/config/network b/minikrebs/profiles/usb_ext/customfiles/etc/config/network
new file mode 100644
index 00000000..e6a96379
--- /dev/null
+++ b/minikrebs/profiles/usb_ext/customfiles/etc/config/network
@@ -0,0 +1,13 @@
+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'