OpenWrt on Ubiquiti UniFi-AC-LITE and trouble visiting Yahoo website

Hi all,

I hope someone knows what's going on.
I just bought a UniFi-AC-LITE and installed OpenWrt 19.07.6.
The process was straight forward and took less than 30 minutes.
However, after the installation, something weird happened. Everything seems working fine with the internet EXCEPT yahoo website. I can't access yahoo website.

if I type: www.yahoo.com, browser redirects automatically to Canada subdomain: https://ca.yahoo.com/?p=us (I am in Canada). Then it stucks, after loading a long time,few minutes, it's display a text only site and google ads banner and no formatting.

If I type: finance.yahoo.com
I'll get below error message right away:

Browser Error message:

This site can’t be reached

finance.yahoo.com took too long to respond.

Try:

Checking the connection
Checking the proxy and the firewall
Running Windows Network Diagnostics
ERR_TIMED_OUT

The weird thing is: I have no problem access all other sites! I didn't put any filter for yahoo. Is it yahoo site is imcompatile with something in UI AC LITE + Open WRT?

I have Open WRT on TPLINK C7 wireless router and had no issues.

Basic hardware config:

  • I have a DSL modem with ethernet LAN ports, and I connected UniFi-AC-LITE to one of DSL modem LAN port.
  • I edit LAN interface and use modem's IP on IPv4 gateway, and Use custom DNS servers
  • Wifi is set as Access Point.
  • I tried disalbing the firewall and it didn't help with Yahoo problem. I don't think it's firewall related since I have no problems with other sites.

System log:

Fri Jan 22 22:30:09 2021 daemon.err dnsmasq[3812]: failed to send packet: Network unreachable
Fri Jan 22 22:30:09 2021 daemon.err dnsmasq[3812]: failed to send packet: Network unreachable

Some strange kernal log:

[ 2536.412843] ath: regdomain 0x807c dynamically updated by user
[ 2539.391414] ath10k_pci 0000:00:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
[ 2539.409511] ath10k_pci 0000:00:00.0: wmi print 'P 128 V 8 T 410'
[ 2539.416002] ath10k_pci 0000:00:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
[ 2539.424323] ath10k_pci 0000:00:00.0: wmi print 'alloc rem: 20984 iram: 25656'
[ 2539.496858] ath10k_pci 0000:00:00.0: pdev param 0 not supported by firmware
[ 2539.512995] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2539.522708] br-lan: port 2(wlan0) entered blocking state
[ 2539.528202] br-lan: port 2(wlan0) entered disabled state
[ 2539.533981] device wlan0 entered promiscuous mode
[ 2539.940004] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2539.946788] br-lan: port 2(wlan0) entered blocking state
[ 2539.952309] br-lan: port 2(wlan0) entered forwarding state

Thanks

Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have

ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ls -l  /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*

Apart from that, if you connect directly on the lan ports of the DSL modem/router it works fine?
Also the C7 is also a dumbAP, just like the UAP-AC-Lite?

So I changed back to stock firmware and then installed the older version OPENWRT 19.07.5. Now I can access Yahoo site. WIFI speed seems better too on 19.07.5. When I was on 19.07.6, WIFI was very slugglish at 8Mbps.(max 15Mbps). Now I can get 15Mbps on 19.07.5. Maybe 19.07.6 is buggy or installation was corrupted. I don't know. But changing to older version fixed the problem.

BTW: When I first installed 19.07.6, there's a XML error message right after logging in to web Gui.

@kyle_L, welcome to the community!

Be sure to upgrade dnsmasq. There is a security issue.

2 Likes