summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/base-files/etc/config/network
blob: f1bab0f8c62c5d409eb4f458ffb97b632c6a310c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config interface loopback
	option ifname	lo
	option proto	static
	option ipaddr	127.0.0.1
	option netmask	255.0.0.0

config interface lan
	option ifname	"eth0 eth1 eth2 eth3 eth4"
	option type 	bridge
	option proto	static
	option ipaddr	192.168.2.1
	option netmask	255.255.255.0

config interface wan