fix ar7 default config
[openwrt/svn-archive/archive.git] / openwrt / target / linux / package / base-files / files / ar7-2.4 / etc / config / network
1 # Network configuration file
2 # Uncomment the following statements to change the network configuration
3
4 ## LAN configuration
5 lan_ifname="br0"
6 lan_proto="static"
7 lan_ipaddr="192.168.1.1"
8 lan_netmask="255.255.255.0"
9 # lan_gateway=""
10 # lan_dns=""
11
12 ## WAN configuration
13 # wan_proto=pppoe
14 wan_ifname=ppp0
15 wan_device=nas0
16 atm_vpi=8
17 atm_vci=35
18 # ppp_username=my_username
19 # ppp_passwd=my_passwd
20
21 ## WAN configuration (pppoe)
22 # pppoe_atm=1
23 # ppp_mtu=1492
24
25 ## WAN configuration (pppoa)
26 # ppp_mtu=1500
27