projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fd0f557c049f7194d6676a7a7a05a728857b5e98
[openwrt/svn-archive/archive.git]
/
openwrt
/
target
/
linux
/
package
/
openwrt
/
files
/
soekris-2.4
/
etc
/
config
/
network
1
# Network configuration file
2
3
## LAN configuration
4
lan_ifname="br0"
5
lan_ifnames="eth1 eth2"
6
lan_proto="static"
7
lan_ipaddr="192.168.1.1"
8
lan_netmask="255.255.255.0"
9
10
## WAN configuration
11
wan_ifname="eth0"
12
wan_proto="dhcp"