aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/base-files/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/orion/base-files/etc/config/network')
-rw-r--r--target/linux/orion/base-files/etc/config/network22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/orion/base-files/etc/config/network b/target/linux/orion/base-files/etc/config/network
new file mode 100644
index 000000000..e7fdecd0e
--- /dev/null
+++ b/target/linux/orion/base-files/etc/config/network
@@ -0,0 +1,22 @@
+# Copyright (C) 2008 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 eth0
+ option ifname eth0
+
+config interface wan
+ option ifname wan
+ option proto dhcp
+ option hostname openwrt
+
+config interface lan
+ option ifname "lan1 lan2 lan3 lan4"
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0