summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/base-files/files/au1000-2.6/etc/config/network
blob: 2cc9e267171c2a5a1116f46cfc8999e4a8df78c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Network configuration file

## LAN configuration
lan_ifname="br0"
lan_ifnames="eth0 ath0"
lan_proto="static"
lan_ipaddr="192.168.1.1"
lan_netmask="255.255.255.0"

## WAN configuration
wan_ifname=""
wan_proto="none"