NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
kurtdh
Apr 03, 2018Aspirant
Changing DNS in router settings
I went into the router settings and selected "Use these DNS SERVERS" I entered 1.1.1.1 as the primary and 1.0.0.1 as the secondary. This is a new DNS server provided by Cloudflare. After saving m...
- Apr 03, 2018
I think you're a bit confused. 192.168.1.1 is the router's address and also serves as a nameserver (DNS) for your locally connected devices. It's not your ISPs DNS server. When devices connected to your router query the local nameserver DNS (192.168.1.1), the router then passes on these queries to the nameserver you specified in the router's firmware (in your case the CloudFlare ones)
Trust me, all is fine.
why is this done this way? Because when using a home router, you're behind a so-called NAT (network address translation) and you are using private addresses which cannot connect directly to the Internet and must be translated first by the router. It is the router's job to map these private addresses to your public address on the WAN
IrvSp
Apr 03, 2018Master
On the router's STATUS page... Probably on the ADVANCED TAB, it will be listed on the Internet Port box.
microchip8
Apr 04, 2018Master
you can also enable Telnet by going to http://routerlogin.net/debug.htm
then in a console (command prompt) type telnet 192.168.1.1 and give your password. When inside, do
cat /tmp/resolv.conf
and you'll see all nameservers the router is using