I've switched my primary router to 3200 on latest David's build.
So far so good, both WiFi works stable. Coverage a bit extended compared to previous one (Xiaomi mi3 router).
5G is better for sure, my work PC is always on AC, instead of fallback to 2.4G N.
I've got two issues, but both is LEDE-specific, not Wifi-related... first one, on status page I saw WAN interface as br-lan local IP. It's known "issue" - i've configured default GW as routed local IP in br-lan, so UCI web script showed that interface as WAN. Removed the GW and now showing right ipv4 WAN interface including DNSes.
THe second strange issue I've got is the dnsmasq won't startup after reboot.
I have to run in manually after reboot... I see no any logs of dnsmasq in /tmp/syslog
what I see is following:
root@LINKSYS:~# ps -ef| grep dns
root 2862 1 0 16:48 ? 00:00:00 /bin/sh /etc/rc.common /etc/init.d/dnsmasq reload
root 3070 1 0 16:48 ? 00:00:00 /bin/sh /usr/lib/ddns/dynamic_dns_updater.sh -v 0 -S afraid -- start
root 3744 3733 0 16:49 pts/0 00:00:00 grep dns
root@LINKSYS:~# ps -ef | grep dns
root 2862 1 0 16:48 ? 00:00:00 /bin/sh /etc/rc.common /etc/init.d/dnsmasq reload
root 3070 1 0 16:48 ? 00:00:00 /bin/sh /usr/lib/ddns/dynamic_dns_updater.sh -v 0 -S afraid -- start
root 4884 3733 0 16:51 pts/0 00:00:00 grep dns
root@LINKSYS:~# /etc/init.d/dnsmasq reload
udhcpc: started, v1.26.2
udhcpc: sending discover
udhcpc: no lease, failing
root@LINKSYS:~# ps -ef | grep dns
root 2862 1 0 16:48 ? 00:00:00 /bin/sh /etc/rc.common /etc/init.d/dnsmasq reload
root 3070 1 0 16:48 ? 00:00:00 /bin/sh /usr/lib/ddns/dynamic_dns_updater.sh -v 0 -S afraid -- start
dnsmasq 5003 1 0 16:51 ? 00:00:00 /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg02411c -k -x /var/run/dnsmasq/dnsmasq.cfg02411c.pid
root 5037 3733 0 16:51 pts/0 00:00:00 grep dns
So as I can see, dnsmasq init script is started, but hunged on some step without any error log.
My wan interfaces (both ipv4 and ipv6) are DHCP.
I've googled but can't find any advice....
EDIT:
I've checked \etc\init.d\dnsmasq script and found udhcp called to check if there is no another dhcp server is running on that interface. "force" config is checked prior to that, so i've fixed my issue with dnsmasq startup after reboot by setting "force" in UCI web on lan interface.
(Last edited by AddRemover on 5 Sep 2017, 12:10)