add copyright headers to base-files scripts and config files
[openwrt/svn-archive/archive.git] / openwrt / package / base-files / x86-2.6 / etc / config / network
1 # Network configuration file
2 # Copyright (C) 2006 OpenWrt.org
3
4 ## LAN configuration
5 lan_ifname="br0"
6 lan_ifnames="eth1 eth2"
7 lan_proto="static"
8 lan_ipaddr="192.168.1.1"
9 lan_netmask="255.255.255.0"
10
11 ## WAN configuration
12 wan_ifname="eth0"
13 wan_proto="dhcp"