Hi folks,
I've noticed a strange problem with my network setup, please find the diagram below.
The problem is that all WiFi clients (IoT devices, Laptops and Printer, etc.) are not pingable from wired clients if they are not connected to the same router, but they are reachable from wireless clients even if they are connected to different routers, and it is possible to ping those devices from the routers themselves.
For instance, Wired Client A cannot connect to Laptop B, IoT A and Printer A, it can connect to Laptop A, NAS A, NAS B, all the routers and the Internet.
But Laptop A which is also connected to Router A can ping all wireless clients connected to other routers.
If I connect Printer A or Laptop B to Router A, then they become pingable from Wired Client A.
All the wireless clients are reachable from NAS A and B.
I'm running OpenWRT 24.10.4, all the configs on the 3 routers are almost the same, only IP addresses are different. Please find configs from one of the routers below. DHCP is only enabled on the Internet Gateway and all devices are in the same subnet.
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd95:1212:2663::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'wan'
option bridge_empty '1'
option igmp_snooping '1'
option promisc '0'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '10.1.0.101'
option netmask '255.0.0.0'
option ip6assign '60'
option gateway '10.0.0.1'
list dns '10.0.0.1'
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel 'auto'
option band '2g'
option htmode 'HE40'
option cell_density '0'
option mu_beamformer '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid ''
option encryption 'sae-mixed'
option key ''
option ieee80211r '1'
option mobility_domain '333f'
option ft_over_ds '1'
option wpa_disable_eapol_key_retries '1'
option ieee80211k '1'
option time_advertisement '2'
option wnm_sleep_mode '1'
option wnm_sleep_mode_no_keys '1'
option bss_transition '1'
option ocv '0'
option reassociation_deadline '20000'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel 'auto'
option band '5g'
option htmode 'HE160'
option cell_density '0'
option mu_beamformer '1'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid ''
option encryption 'sae-mixed'
option key ''
option ieee80211r '1'
option mobility_domain '333f'
option ft_over_ds '1'
option wpa_disable_eapol_key_retries '1'
option ieee80211k '1'
option time_advertisement '2'
option wnm_sleep_mode '1'
option wnm_sleep_mode_no_keys '1'
option bss_transition '1'
option reassociation_deadline '20000'
option ocv '0'
I've spent several weeks to find an answer on the Internet but still couldn't figure it out, I would appreciate it if someone could help check and advise.
Thank you in advance.
