wifi/files/dap2965-single-trunk/etc/config/network

81 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-11-03 04:59:13 +02:00
config interface 'loopback'
2022-10-11 15:16:05 +03:00
option device 'lo'
2016-11-03 04:59:13 +02:00
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
2022-10-10 19:17:01 +03:00
2022-10-11 15:16:05 +03:00
config device
option name 'br-lan'
option type 'bridge'
option ipv6 '0'
2022-10-10 19:17:01 +03:00
list ports 'eth0'
2016-11-03 04:59:13 +02:00
config interface 'management'
2022-10-10 19:17:01 +03:00
option ifname 'br-lan.20'
2016-11-03 04:59:13 +02:00
option proto 'static'
option ipaddr '<ip>'
option netmask '255.255.255.0'
option gateway '10.20.0.1'
option dns '10.20.0.1'
option ipv6 'no'
2022-10-11 15:16:05 +03:00
config switch
option name 'switch0'
option reset '1'
option enable_vlan '0'
2016-11-03 04:59:13 +02:00
2022-10-11 15:16:05 +03:00
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 0'
2016-11-03 04:59:13 +02:00
2022-10-11 15:16:05 +03:00
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 device 'br-lan.21'
option defaultroute '0'
option peerdns '0'
option delegate '0'
config interface 'videowifi'
option proto 'none'
option device 'br-lan.23'
option defaultroute '0'
option peerdns '0'
option delegate '0'
config device
option name 'br-lan.20'
option type '8021q'
option ifname 'br-lan'
option vid '20'
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'
2016-11-03 04:59:13 +02:00