diff options
author | makefu <github@syntax-fehler.de> | 2013-01-06 05:39:54 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-06 05:39:54 +0700 |
commit | e7a3f51ccc15dcc76d005f225599e3f32c3c42d7 (patch) | |
tree | d15af6cbe70bb2d6f3f6400d434a22df02a99e19 /minikrebs/profiles/streamerkrebs/customfiles/etc/config/network | |
parent | 393e9e0aa1fae52ecb9b49d82875c857699451b9 (diff) |
streamerkrebs: initial commit
Diffstat (limited to 'minikrebs/profiles/streamerkrebs/customfiles/etc/config/network')
-rw-r--r-- | minikrebs/profiles/streamerkrebs/customfiles/etc/config/network | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/minikrebs/profiles/streamerkrebs/customfiles/etc/config/network b/minikrebs/profiles/streamerkrebs/customfiles/etc/config/network new file mode 100644 index 00000000..c459c4e0 --- /dev/null +++ b/minikrebs/profiles/streamerkrebs/customfiles/etc/config/network @@ -0,0 +1,9 @@ +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' |