sync base-files with whiterussian
[openwrt/svn-archive/archive.git] / openwrt / target / linux / package / openwrt / files / brcm-2.6 / 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 (PPPoE)
13 # wan_proto=pppoe
14 # wan_ifname=ppp0
15 # pppoe_atm=1
16 # pppoe_ifname=nas0
17 # atm_vpi=8
18 # atm_vci=35
19 # ppp_username=my_username
20 # ppp_passwd=my_passwd
21 # ppp_mtu=1492
22
23 ## WAN configuration (PPPoA)
24 # wan_proto=pppoa
25 # wan_ifname=ppp0
26 # atm_vpi=8
27 # atm_vci=35
28 # ppp_username=my_username
29 # ppp_passwd=my_passwd
30 # ppp_mtu=1500
31