All pastes #2096073 Raw Edit

fofware

public text v1 · immutable
#2096073 ·published 2011-12-23 21:02 UTC
rendered paste body
# original from install
config interface loopback
	option ifname	lo
	option proto	static
	option ipaddr	127.0.0.1
	option netmask	255.0.0.0

# original from install
config interface lan
	option ifname	eth0.1
	option type	bridge
	option proto	static
	option ipaddr	192.168.1.1
	option netmask	255.255.255.0

# original from install
config interface wan
	option ifname	eth1
	option proto	dhcp

#added by my
config interface wan2
	option ifname	eth0.2
	option proto	dhcp

# original from install
config switch eth0
	option enable_vlan	1

# original from install
#config switch_vlan
#	option device	eth0
#	option vlan	1
#	option ports	"0 1 2 3 4"

config switch_vlan
	option device	eth0
	option vlan	1
	option ports	"0t 1 2 3"

config switch_vlan
	option device	eth0
	option vlan	0
	option ports	"0t 4"