question, do you custom upstream dns servers? unless i select my router(191.168.1.1) as upstream server , then i am unable to connect to the internet. weird
I run unbound as a recursive DNS solution:
https://docs.pi-hole.net/guides/unbound/
question, do you custom upstream dns servers? unless i select my router(191.168.1.1) as upstream server , then i am unable to connect to the internet. weird
Yes. My internet led on my 7800 is blinking non stop 24/7 since I installed .67sf.
I tried v2.3.7.6 of the Nighthawk app. I'm running 67SF on my router, and connected locally to it. I tried to turn remote management ON and failed; the app reports "Some error occurred while enabling/disabling remote management".
I don't use remote management myself, but it does appear that something's broken...
Where do turn remote management on? Do you mean the ready cloud option?I'm on version 67 and my remote management works via browser or the Netgear app... I turned it on via the gui menu while connected directly and can now access it via the internet as normal...
I'm on version 67 and my remote management works via browser or the Netgear app... I turned it on via the gui menu while connected directly and can now access it via the internet as normal...
Hmmm. Maybe I will try that also. I am getting around 1 million hits a day on pi hole.Out of curiosity, I set up pi-hole in a new VM. My R7800 is on 67SF with IPv6 enabled; neither stubby nor dnscrypt is enabled. It remained responsible for DHCP, and advertised a single DNS entry that points to the pi-hole VM. pi-hole itself was configured with Cloudflare as the only upstream DNS server for both IPv4 and IPv6.
When I fired it all up, I too started to see the numerous DNS queries regarding registration.ngxcld.com. The queries appear to be related to /bin/datalib, as that executable embeds URLs pointing to that server.
I amended the router's hosts file to point registration.ngxcld.com to 0.0.0.0 and "::", and that quieted things down considerably...
root@R7800:/$ strings /bin/datalib | grep -iE '\.com|\.org|\.net|netgear\.' -B1
ntpserver1
time-g.netgear.com
ntpserver2
time-h.netgear.com
--
failover_detect_dns
www.netgear.com
--
genie_remote_url
https://genieremote.netgear.com/genie-remote/claimDevice
--
x_claimed_url
https://registration.ngxcld.com/registration/status
x_register_url
https://registration.ngxcld.com/registration/register
x_advisor_url
https://advisor.ngxcld.com/advisor/direct
x_discovery_url
https://presence.ngxcld.com/presence/presence
readycloud_fetch_url
https://readycloud.netgear.com/device/entry
readycloud_hook_url
https://readycloud.netgear.com/device/hook
readycloud_upload_url
https://readycloud.netgear.com/directio
--
leafp2p_remote_url
http://peernetwork.netgear.com/peernetwork/services/LeafNetsWebServiceV2
--
leafp2p_replication_url
https://readyshare.netgear.com/device/entry
--
leafp2p_replication_hook_url
https://readyshare.netgear.com/device/hook
Out of curiosity, I set up pi-hole in a new VM. My R7800 is on 67SF with IPv6 enabled; neither stubby nor dnscrypt is enabled. It remained responsible for DHCP, and advertised a single DNS entry that points to the pi-hole VM. pi-hole itself was configured with Cloudflare as the only upstream DNS server for both IPv4 and IPv6.
When I fired it all up, I too started to see the numerous DNS queries regarding registration.ngxcld.com. The queries appear to be related to /bin/datalib, as that executable embeds URLs pointing to that server.
I amended the router's hosts file to point registration.ngxcld.com to 0.0.0.0 and "::", and that quieted things down considerably...
echo "0.0.0.0 registration.ngxcld.com" >>/tmp/hosts
echo "0.0.0.0 advisor.ngxcld.com" >>/tmp/hosts
echo "0.0.0.0 presence.ngxcld.com" >>/tmp/hosts
grep "0.0.0.0 registration.ngxcld.com" /sbin/printhosts || sed -i 's/^EOF/0.0.0.0 registration.ngxcld.com\nEOF/' /sbin/printhosts
grep "0.0.0.0 advisor.ngxcld.com" /sbin/printhosts || sed -i 's/^EOF/0.0.0.0 advisor.ngxcld.com\nEOF/' /sbin/printhosts
grep "0.0.0.0 presence.ngxcld.com" /sbin/printhosts || sed -i 's/^EOF/0.0.0.0 presence.ngxcld.com\nEOF/' /sbin/printhosts
Any idea how to fix this? How did you edit the hosts file? Getting millions of queries a day as well. Any help greatly appreciated. Thanks!
#To add the the 3 ngxcld domains found, login with telnet and run these 3 commands:
Code:echo "0.0.0.0 registration.ngxcld.com" >>/tmp/hosts echo "0.0.0.0 advisor.ngxcld.com" >>/tmp/hosts echo "0.0.0.0 presence.ngxcld.com" >>/tmp/hosts
#For permanent change, also add to /sbin/printhosts, using these 3 commands:
Code:grep "0.0.0.0 registration.ngxcld.com" /sbin/printhosts || sed -i 's/^EOF/0.0.0.0 registration.ngxcld.com\nEOF/' /sbin/printhosts grep "0.0.0.0 advisor.ngxcld.com" /sbin/printhosts || sed -i 's/^EOF/0.0.0.0 advisor.ngxcld.com\nEOF/' /sbin/printhosts grep "0.0.0.0 presence.ngxcld.com" /sbin/printhosts || sed -i 's/^EOF/0.0.0.0 presence.ngxcld.com\nEOF/' /sbin/printhosts
For ipv6 replace 0.0.0.0 with :: in the commands above
sed -i '/0.0.0.0 registration.ngxcld.com/d' /tmp/hosts
sed -i '/0.0.0.0 advisor.ngxcld.com/d' /tmp/hosts
sed -i '/0.0.0.0 presence.ngxcld.com/d' /tmp/hosts
sed -i '/0.0.0.0 registration.ngxcld.com/d' /sbin/printhosts
sed -i '/0.0.0.0 advisor.ngxcld.com/d' /sbin/printhosts
sed -i '/0.0.0.0 presence.ngxcld.com/d' /sbin/printhosts
Thank you! Is there any reason not to do the permanent change yet (i.e. if it gets fixed in firmware, any reason we want those resolving as normal or doesn't matter?)
I'll check of course. I need some time after my arrival.Hope Voxel once returns can fix this.
I noticed that my Internet LED was blinking constantly as some others have mentioned. Rolled back to version 66SF, same behavior. Rolled back to stock version 1.0.2.62 and factory reset, same behavior. It only stops if I disconnect my cable modem from the WAN port. This doesn't see to have anything to do with the Voxel firmware.
I don't have any problems using the Nighthawk app with version 66SF or 67SF on the LAN. I haven't tried remote.
I first noticed this issue on .67 which was not occurring on version .66. In my case rolling back to version .66 stopped the 10's of thousands of queries an hour to the URL's that were posted earlier, unless the blinking constantly is unrelated to the queries. I don't look at my router since it's in the closet.
Hi guys, @Voxel I am having trouble with dnscrypt2, it's enabled in NVRAM and scripts run it, however at a reboot it does not start and I am left with no internet after any power outage. Is there further troubleshooting / recent changes that could be related? I am currently connecting via SSH at every boot to start it, noot great
Thanks! Matteo.
Some investigation: seems ReadyCLOUD downloadable applications (pre-built by NG) are not compatible with libcurl compiled with OpenSSL 1.1.1... So roll back for curl package. Wait for a fix.I first noticed this issue on .67 which was not occurring on version .66. In my case rolling back to version .66 stopped the 10's of thousands of queries an hour to the URL's that were posted earlier, unless the blinking constantly is unrelated to the queries. I don't look at my router since it's in the closet.
I mean (more details) it (ReadyCLOUD) permanently spawns child processes and they try to register on NG sites... What I could get from reverse engineering...Some investigation: seems ReadyCLOUD downloadable applications (pre-built by NG) are not compatible with libcurl compiled with OpenSSL 1.1.1... So roll back for curl package. Wait for a fix.
Voxel.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!