diff options
author | makefu <github@syntax-fehler.de> | 2013-03-07 11:40:38 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-03-07 11:40:38 +0100 |
commit | 7fa8fb85b072f612adb322f8a02617e1bd737020 (patch) | |
tree | 683df8268baae71451633518aa7ff7ea258a4aa8 /minikrebs/profiles/heckenkrebs/customfiles/etc/config/network | |
parent | dbe2d838ba6834788265029162b2dd7d82473335 (diff) | |
parent | ef4eb3189363f5cd9a33b43693322a68d3142979 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'minikrebs/profiles/heckenkrebs/customfiles/etc/config/network')
-rw-r--r-- | minikrebs/profiles/heckenkrebs/customfiles/etc/config/network | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network deleted file mode 100644 index 2feb7400..00000000 --- a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/network +++ /dev/null @@ -1,17 +0,0 @@ - -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' |