dap2965: new wifi config, 2022
This commit is contained in:
parent
6f740e31b4
commit
78f6098bdf
|
@ -4,8 +4,15 @@ config interface 'loopback'
|
|||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
|
||||
config device
|
||||
option name 'br-lan'
|
||||
option type 'bridge'
|
||||
option ipv6 '0'
|
||||
list ports 'eth0'
|
||||
|
||||
config interface 'management'
|
||||
option ifname 'eth0'
|
||||
option ifname 'br-lan.20'
|
||||
option proto 'static'
|
||||
option ipaddr '<ip>'
|
||||
option netmask '255.255.255.0'
|
||||
|
@ -13,29 +20,56 @@ config interface 'management'
|
|||
option dns '10.20.0.1'
|
||||
option ipv6 'no'
|
||||
|
||||
config interface 'wireless'
|
||||
option ifname 'eth1'
|
||||
|
||||
config bridge-vlan
|
||||
option device 'br-lan'
|
||||
option vlan '1'
|
||||
list ports 'eth0'
|
||||
|
||||
config bridge-vlan
|
||||
option device 'br-lan'
|
||||
option vlan '20'
|
||||
list ports 'eth0:t'
|
||||
|
||||
config bridge-vlan
|
||||
option device 'br-lan'
|
||||
option vlan '21'
|
||||
list ports 'eth0:t'
|
||||
|
||||
config bridge-vlan
|
||||
option device 'br-lan'
|
||||
option vlan '23'
|
||||
list ports 'eth0:t'
|
||||
|
||||
config interface 'userwifi'
|
||||
option proto 'none'
|
||||
option ipv6 'no'
|
||||
option force_link '1'
|
||||
option type 'bridge'
|
||||
option device 'br-lan.21'
|
||||
option defaultroute '0'
|
||||
option peerdns '0'
|
||||
option delegate '0'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
config interface 'videowifi'
|
||||
option proto 'none'
|
||||
option device 'br-lan.23'
|
||||
option defaultroute '0'
|
||||
option peerdns '0'
|
||||
option delegate '0'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
option reset '1'
|
||||
option enable_vlan '1'
|
||||
config device
|
||||
option name 'br-lan.20'
|
||||
option type '8021q'
|
||||
option ifname 'br-lan'
|
||||
option vid '20'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '20'
|
||||
option ports '0 2t'
|
||||
config device
|
||||
option name 'br-lan.21'
|
||||
option type '8021q'
|
||||
option ifname 'br-lan'
|
||||
option vid '21'
|
||||
|
||||
config device
|
||||
option name 'br-lan.23'
|
||||
option type '8021q'
|
||||
option ifname 'br-lan'
|
||||
option vid '23'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '22'
|
||||
option ports '2t 6'
|
||||
|
|
Loading…
Reference in New Issue