66 lines
6.8 KiB
Text
66 lines
6.8 KiB
Text
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.1'
|
|
option force_link '1'
|
|
option type 'bridge'
|
|
option proto 'static'
|
|
option ipaddr '192.168.1.1'
|
|
option netmask '255.255.255.0'
|
|
option ip6assign '60'
|
|
|
|
config interface 'vlan3'
|
|
option ifname 'eth0.3'
|
|
option type 'bridge'
|
|
option proto 'dhcpv6'
|
|
|
|
config interface 'vlan6'
|
|
option ifname 'eth0.6'
|
|
option type 'bridge'
|
|
option proto 'none'
|
|
|
|
config interface 'vlan10'
|
|
option ifname 'eth0.10'
|
|
option type 'bridge'
|
|
option proto 'none'
|
|
|
|
config interface 'vlan7'
|
|
option ifname 'eth0.7'
|
|
option type 'bridge'
|
|
option proto 'none'
|
|
|
|
config switch
|
|
option name 'switch0'
|
|
option reset '1'
|
|
option enable_vlan '1'
|
|
|
|
config switch_vlan
|
|
option device 'switch0'
|
|
option vlan '1'
|
|
option ports '0t 2'
|
|
|
|
config switch_vlan
|
|
option device 'switch0'
|
|
option vlan '3'
|
|
option ports '0t 1t 2t'
|
|
|
|
config switch_vlan
|
|
option device 'switch0'
|
|
option vlan '10'
|
|
option ports '0t 1t 2t'
|
|
|
|
config switch_vlan
|
|
option device 'switch0'
|
|
option vlan '7'
|
|
option ports '0t 1t 2t'
|
|
|
|
config switch_vlan
|
|
option device 'switch0'
|
|
option vlan '6'
|
|
option ports '0t 1t 2t'
|
|
|
|
|