projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
576677bf7c44aa375217a88cf351713c192f73c4
[openwrt.git]
/
package
/
base-files
/
sibyte-2.6
/
etc
/
config
/
network
1
# Network configuration file
2
# Copyright (C) 2006 OpenWrt.org
3
4
## LAN configuration
5
lan_ifname="br0"
6
lan_ifnames="eth0 ath0"
7
lan_proto="static"
8
lan_ipaddr="192.168.1.1"
9
lan_netmask="255.255.255.0"
10
11
## WAN configuration
12
wan_ifname=""
13
wan_proto="none"
This page took
0.040443 seconds
and
3
git commands to generate.