Witam. Mam taki problem i czegoś chyba nie rozumiem.
Netgear R6220 - router główny (172.16.10.1) ((OpenWrt 22.03-SNAPSHOT, r20035-aa5023b9cd))
Tp-Link WR740 - dodatkowy AP (172.16.10.3) ((OpenWrt 18.06-SNAPSHOT, r7812-aced9de9a4))
Komunikacja między routerkami (R6220 port WAN <--> WR740 port LAN1)
chciałbym mieć dodatkowy VLAN, udało się go skonfigurować, routery się widzą nawzajem korzystając z adresacji w jednym jak i drugim VLAN'ie.
Problem polega na tym że łącząc się do WiFi do R6220 widzę dodatkowego WR740 na adresie 172.16.10.3, ale podłączając się przewodem LAN do R6220, już nie widzę tego dodatkowego WR740, co robię źle że tak się dzieje? 
/etc/config/network - R6220
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'wan.1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '172.16.10.1'
option netmask '255.255.255.0'
config device
option name 'br-IoT'
option type 'bridge'
list ports 'wan.13'
config interface 'IoT'
option device 'br-IoT'
option proto 'static'
option ipaddr '172.16.13.1'
option netmask '255.255.255.0'
/etc/config/network - WR740
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1 eth1'
option proto 'static'
option ipaddr '172.16.10.3'
option netmask '255.255.255.0'
option gateway '172.16.10.1'
option dns '172.16.10.1'
config interface 'IoT'
option type 'bridge'
option ifname 'eth0.13'
option device 'br-IoT'
option proto 'static'
option ipaddr '172.16.13.3'
option netmask '255.255.255.0'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1t 2 3 4 0t'
config switch_vlan
option device 'switch0'
option vlan '13'
option ports '1t 0t'