aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/etc/config/network')
-rw-r--r--package/base-files/files/etc/config/network14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network
new file mode 100644
index 000000000..a35fd2ef9
--- /dev/null
+++ b/package/base-files/files/etc/config/network
@@ -0,0 +1,14 @@
+# Copyright (C) 2006 OpenWrt.org
+
+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