summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/base-files/files/x86-2.4/etc/config/network
blob: fd0f557c049f7194d6676a7a7a05a728857b5e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"