2015-11-04 16:10:33 +02:00
|
|
|
config interface 'loopback'
|
|
|
|
option ifname 'lo'
|
|
|
|
option proto 'static'
|
|
|
|
option ipaddr '127.0.0.1'
|
|
|
|
option netmask '255.0.0.0'
|
|
|
|
|
|
|
|
config interface 'management'
|
|
|
|
option ifname 'eth0'
|
2016-11-02 18:02:36 +02:00
|
|
|
option proto 'static'
|
|
|
|
option ipaddr '<ip>'
|
|
|
|
option netmask '255.255.255.0'
|
|
|
|
option gateway '10.100.0.1'
|
|
|
|
option dns '10.100.0.1'
|
2015-11-04 16:10:33 +02:00
|
|
|
option ipv6 'no'
|
|
|
|
|
|
|
|
config interface 'wireless'
|
|
|
|
option ifname 'eth1'
|
|
|
|
option proto 'none'
|
|
|
|
option ipv6 'no'
|
|
|
|
option force_link '1'
|
|
|
|
option type 'bridge'
|
|
|
|
|
|
|
|
config switch
|
|
|
|
option name 'switch0'
|
|
|
|
option reset '1'
|
|
|
|
option enable_vlan '1'
|
|
|
|
|
|
|
|
config switch_vlan
|
|
|
|
option device 'switch0'
|
|
|
|
option vlan '25'
|
|
|
|
option ports '1 2 3'
|
|
|
|
|
|
|
|
config switch_vlan
|
|
|
|
option device 'switch0'
|
|
|
|
option vlan '100'
|
|
|
|
option ports '1t 2t 3t 6'
|
|
|
|
|
|
|
|
config switch_vlan
|
|
|
|
option device 'switch0'
|
|
|
|
option vlan '102'
|
|
|
|
option ports '0 1t 2t 3t'
|