summaryrefslogtreecommitdiffstats
path: root/package/base-files/x86-2.4/etc/config/network
blob: 7bcfd0870a06a16e1aab4f09a9e045f5409c6477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Network configuration file
# Copyright (C) 2006 OpenWrt.org

## 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"