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

config interface lan
	option type 	bridge
	option ifname	"eth1 eth2"
	option proto	static
	option ipaddr	192.168.1.1
	option netmask	255.255.255.0

config interface wan
	option ifname	eth0
	option proto	dhcp