summaryrefslogtreecommitdiffstats
path: root/package/base-files/x86-2.4/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/x86-2.4/etc/config/network')
-rw-r--r--package/base-files/x86-2.4/etc/config/network12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/base-files/x86-2.4/etc/config/network b/package/base-files/x86-2.4/etc/config/network
new file mode 100644
index 000000000..fd0f557c0
--- /dev/null
+++ b/package/base-files/x86-2.4/etc/config/network
@@ -0,0 +1,12 @@
+# Network configuration file
+
+## LAN configuration
+lan_ifname="br0"
+lan_ifnames="eth1 eth2"
+lan_proto="static"
+lan_ipaddr="192.168.1.1"
+lan_netmask="255.255.255.0"
+
+## WAN configuration
+wan_ifname="eth0"
+wan_proto="dhcp"