bluepoint
Very Senior Member
Ah, that's it I've disabled mine long time ago, it's a bug then. Why would a router depend in continues dns probe/ping just to show the status of the internet connection and without it, it doesn't show the true status. If that's the case I'd rather it show disconnected than the router probing continously.Got the same earlier today (Internet status: Disconnected) Upgraded from alpha 2 to the new alpha 3. Did some reboots but did not help, But then i remembered reading something about it.. "dns.msftnci.com probes"
Had some lines saved in my notepad++
Entered the last line in my ssh client and now the Internet status is good again.Code:dns.msftnci.com probes: To permanently disable the probing enter this into the terminal, probing will stop immediately: Code: nvram set dns_probe=0;nvram set dns_probe_content=;nvram commit To restore it, enter this: Code: nvram set dns_probe=0;nvram set dns_probe_content='131.107.255.255 112.4.20.71 fd3e:4f5a:5b81::1';nvram commit
Last edited: