Hi there!
My Network on a cascaded OpenWRT Router (FB 4040 behind FB 7490) is really slow on 2.4 Ghz (1-3 MBit) while the 5 GHz works at full speed (50 MBit by the ISP). The Fritzbox 7490 which is connected to the ISP works normally on both frequencies. Channels are basically the same (5 on 4040, 6 on 7490), Width is 20 MHz, while on 40 MHz nothing changes.
No clients have large downloads in cue according to the Realtime Graphs. Adblock is used as well as Stubby. What can be the problem? Or how can I identify the cause?
Thank you so much in advance! I'm really happy with OpenWRT but this is a bit of a killer problem.
Here is my configuration
ubus call system board
{
"kernel": "5.15.162",
"hostname": "OpenWrt",
"system": "ARMv7 Processor rev 5 (v7l)",
"model": "AVM FRITZ!Box 4040",
"board_name": "avm,fritzbox-4040",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.4",
"revision": "r24012-d8dd03c46f",
"target": "ipq40xx/generic",
"description": "OpenWrt 23.05.4 r24012-d8dd03c46f"
cat /etc/config/network
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 'fdd2:d89b:9fbc::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option dns_metric '20'
list dns '94.140.14.14'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
option peerdns '0'
list dns '94.140.14.140'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
option peerdns '0'
option reqaddress 'try'
option reqprefix '64'
list dns '2a10:50c0::1:ff'
config interface 'WIFI'
option proto 'dhcp'
option peerdns '0'
list dns '127.0.0.1'
list dns '0::1'
config device
option type 'bridge'
option name 'br-guest'
option bridge_empty '1'
config interface 'Gast'
option proto 'static'
option device 'br-guest'
option ipaddr '192.168.5.1'
option netmask '255.255.255.0'
list dns '94.140.14.14'
config interface 'IoT'
option proto 'static'
option ipaddr '192.168.10.1'
option netmask '255.255.255.0'
option device 'br-iot'
config device
option type 'bridge'
option name 'br-iot'
option bridge_empty '1'
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/a000000.wifi'
option channel '5'
option band '2g'
option htmode 'HT40'
option cell_density '0'
option country 'DE'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Wifi'
option encryption 'psk2'
option key 'xxxx'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/a800000.wifi'
option channel '36'
option band '5g'
option htmode 'VHT80'
option cell_density '0'
option country 'DE'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Wifi
option encryption 'psk2'
option key 'xxxx'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'Gast'
option encryption 'psk2'
option key 'xxxx'
option network 'Gast'
config wifi-iface 'wifinet3'
option device 'radio1'
option mode 'ap'
option ssid 'Gast'
option encryption 'psk2'
option key 'xxxxxx'
option network 'Gast'
config wifi-iface 'wifinet4'
option device 'radio0'
option mode 'ap'
option ssid 'IoT'
option encryption 'psk2'
option key 'xxxxxx'
option network 'IoT'
config wifi-iface 'wifinet5'
option device 'radio1'
option mode 'ap'
option ssid 'IoT'
option encryption 'psk2'
option key 'xxxxxx'
option network 'IoT'
cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option localservice '1'
option ednspacket_max '1232'
option confdir '/tmp/dnsmasq.d'
option noresolv '1'
option dnssec '1'
list server '127.0.0.1#5453'
list server '0::1#5453'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config dhcp 'Gast'
option interface 'Gast'
option start '100'
option limit '150'
option leasetime '12h'
config dhcp 'IoT'
option interface 'IoT'
option start '100'
option limit '150'
option leasetime '12h'
config host
option ip '192.168.5.144'
option mac .....
cat /etc/config/adblock
config adblock 'global'
option adb_enabled '1'
option adb_debug '0'
option adb_forcedns '1'
option adb_safesearch '0'
option adb_dnsfilereset '0'
option adb_mail '0'
option adb_report '1'
option adb_backup '1'
option adb_dns 'dnsmasq'
option adb_fetchutil 'uclient-fetch'
list adb_stb_sources 'alternates/fakenews-gambling-social/hosts'
list adb_stb_sources 'alternates/porn-only/hosts'
option adb_repiface 'br-lan'
list adb_portlist '53'
list adb_sources 'adaway'
list adb_sources 'adguard'
list adb_sources 'disconnect'
list adb_sources 'hagezi'
list adb_sources 'reg_de'
list adb_sources 'stevenblack'
list adb_sources 'winspy'
list adb_sources 'yoyo'
option adb_trigger 'wan'
list adb_zonelist 'Gast'
list adb_zonelist 'lan'
list adb_hag_sources 'tif-onlydomains.txt'
list adb_hag_sources 'fake-onlydomains.txt'
list adb_allowip '192.168.5.144'