Hi community,
I finally was able to set up a mesh network between my Archer C50 and a Fritz Repeater 1200.
The Archer acts as router and has internet access on its wan port.
The Repeater is in another room and there is no wired connection.
Both devices have 2 SSIDs, one for 2.4 and one for 5. In addition the mesh is on the 2.4 for both of them.
All are bound to the lan bridge.
The router has an additional SSID in a different subnet.
I followed this documentation for setup: https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s
(I also installed the mesh11sd package)
When booting up all seems to work fine. After a while (an hour or longer?), I can't ping/access the Repeater anymore from a client on the Archer. If I send the ping from the Archer itself, I am able to reach the repeater.
Same applies for the Clients on the Repeater, they can access the internet just fine, but can't ping/access clients on the Archer.
If I then ssh into the Archer and from there into the Repeater, run a ping to the Archer and a Client, all starts working again for a while until the same happens again.
I tried disabling firewall, odhcpd and dnsmasq, but that did not change anything.
Has anyone an idea, what could be wrong with the routing here?
/etc/config/network from Archer:
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 'xxxxx::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
option stp '1'
option ipv6 '1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ip6assign '64'
list dns '185.150.99.255'
list dns '5.9.164.112'
list dns '2001:678:ed0:f000::'
list dns '2a01:4f8:251:554::2'
list ipaddr '192.168.10.1/24'
option ip6hint '10'
option delegate '0'
config device
option name 'eth0.2'
option macaddr 'xxxxx'
config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'
option peerdns '0'
list dns '185.150.99.255'
list dns '5.9.164.112'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix '60'
option peerdns '0'
list dns '2001:678:ed0:f000::'
list dns '2a01:4f8:251:554::2'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 6t'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0 6t'
option vid '2'
config switch_vlan
option device 'switch0'
option vlan '3'
option vid '41'
option ports '6t'
config interface 'IOT'
option proto 'static'
option ipaddr '192.168.41.1'
option netmask '255.255.255.0'
option type 'bridge'
option device 'iot-br'
option delegate '0'
config device
option type 'bridge'
option name 'iot-br'
list ports 'eth0.41'
option stp '1'
/etc/config/wireless of Archer:
config wifi-device 'radio0'
option type 'mac80211'
option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
option channel '36'
option band '5g'
option htmode 'VHT80'
option txpower '22'
option country 'DE'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'home-5'
option ifname 'wlan5'
option encryption 'psk2'
option key 'xxxxx'
option wpa_disable_eapol_key_retries '1'
option ieee80211r '1'
option mobility_domain '7195'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option dtim_period '3'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/10180000.wmac'
option channel '1'
option band '2g'
option htmode 'HT20'
option country 'DE'
option cell_density '0'
option txpower '20'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'home-2.4'
option ifname 'wlan2'
option encryption 'psk2+ccmp'
option key 'xxxxx'
option wpa_disable_eapol_key_retries '1'
option wds '1'
option ieee80211r '1'
option mobility_domain '7196'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option dtim_period '3'
config wifi-iface 'mesh2'
option device 'radio1'
option ifname 'mesh2'
option mode 'mesh'
option encryption 'sae'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'xxxxx'
option mesh_id 'home-mesh'
option network 'lan'
config wifi-iface 'wifinet5'
option device 'radio1'
option mode 'ap'
option ssid 'IOT'
option hidden '1'
option isolate '1'
option ieee80211w '0'
option wpa_disable_eapol_key_retries '1'
option key 'xxxxx'
option encryption 'psk2'
option network 'IOT'
/etc/config/network of the Repeater
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 'xxxxx::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
option stp '1'
option ipv6 '1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.10.5'
option netmask '255.255.255.0'
option gateway '192.168.10.1'
list dns '192.168.10.1'
config interface 'wwan'
option proto 'dhcp'
config interface 'lan6'
option proto 'dhcpv6'
option device '@lan'
option reqaddress 'try'
option reqprefix 'no'
/etc/config/wireless of the Repeater:
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/a000000.wifi'
option channel '1'
option band '2g'
option txpower '20'
option country 'DE'
option cell_density '0'
option htmode 'HT20'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'home-2.4'
option ifname 'wlan2'
option encryption 'psk2+ccmp'
option key 'xxxxx'
option wpa_disable_eapol_key_retries '1'
option ieee80211r '1'
option mobility_domain '7196'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option dtim_period '3'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/a800000.wifi'
option channel '36'
option band '5g'
option htmode 'VHT80'
option country 'DE'
option cell_density '0'
option txpower '23'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'home-5'
option ifname 'wlan5'
option encryption 'psk2+ccmp'
option key 'xxxxx'
option wpa_disable_eapol_key_retries '1'
option ieee80211r '1'
option mobility_domain '7195'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option dtim_period '3'
config wifi-iface 'mesh2'
option device 'radio0'
option ifname 'mesh2'
option mode 'mesh'
option encryption 'sae'
option mesh_rssi_threshold '0'
option key 'xxxxx'
option network 'lan'
option mesh_id 'home-mesh'
option mesh_fwding '1'
/etc/config/mesh11sd on both:
config mesh11sd 'setup'
option enabled '1'
option debuglevel '1'
option checkinterval '10'
option interface_timeout '10'
config mesh11sd 'mesh_params'
option mesh_fwding '1'
option mesh_rssi_threshold '-90'
option mesh_gate_announcements '1'
option mesh_hwmp_rootmode '3'
option mesh_max_peer_links '8'