NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

tjm1551's avatar
tjm1551
Aspirant
Nov 14, 2024

Third Party DNS Setting

I've been trying to configure Cloudflare (1.1.1.1)  DNS with my Orbi Router using IPv4 and IPv6. I have set the IP Addresses for both DNS's and saved but running tests still shows my ISP's DNS Server along with Cloudflare. Is there a way to bypass my ISP entirely and just use Cloudflare's?

 

Model: RBR20

Software Version: v2.7.4.24

DNS Addresses:

IPv4: 1.1.1.1 and 1.0.0.1

IPv6: 2606:4700:4700::1111 and 2606:4700:4700::1001

ISP: Charter Spectrum

4 Replies

  • plemans's avatar
    plemans
    Guru - Experienced User

    Thats usually how to do it. I've done it a ton on different systems. I do it all the time with my pihole (but using my piholes DNS address)

    how are you testing it?

     

    • tjm1551's avatar
      tjm1551
      Aspirant
      I’ve been testing it using dnscheck.tools. It shows all my ISP DNS Servers then the Two cloudflare. So I also tried manually entering the dns on my computer and testing again. After retesting it bypassed my ISP entirely but only when I add the DNS manually to each device. It seems my router is getting overridden by my ISP or something.
      • CrimpOn's avatar
        CrimpOn
        Guru - Experienced User

        It is not clear (to me) how this "tool" is gathering the information that it presents.

         

        I have my Orbi set to use Cloudflare (1.1.1.1) and Google (8.8.8.8), both on the Basic Tab Internet menu and on the Advanced Tab IPv6 menu.  I tested it by monitoring the packets sent from the Orbi to the ISP (Spectrum).  i.e.:

        • Placed an Ethernet switch between the Orbi router and the ISP modem. (Netgear GS108E)
        • Connected the Orbi to port 1 and the ISP modem to port 2
        • Mirrored Port 1 to Port 3
        • Connected Port 3 to my desktop computer using an Ethernet->USB adapter
        • Used Wireshark on the PC to capture every packet going through switch Port 1.
        • My PC is wired to the Orbi router, LAN port 1 and is set to DHCP (the Orbi router provides
          • IP address 192.168.1.2
          • Subnet mask 255.255.255.0
          • Gateway IP 192.168.1.1 (the Orbi router)
          • DNS IP 192.168.1.1 (the Orbi router)

        The results were clear.  When I did a DNS query, for example by typing nslookup ford.com, the Orbi would send DNS Request packets on port 53 to both 1.1.1.1 and 8.8.8.8.  It did not send DNS queries to any other IP address. The responses came back from 1.1.1.1 and 8.8.8.8. No DNS requests were sent to any other IP address, nor were there responses from any other IP address.

         

        It is not clear how to determine what this website (https://www.dnscheck.tools ) is doing.  It is an https (encrypted) connection, so it is not trivial to examine the actual data packets.  I can, however,use Wireshark to monitor the connection between the PC and the Orbi router and display any DNS queries send by the PC.  What I expect to see is the PC issuing one DNS request to 192.168.1.1 and getting one response back for the first attempt on any specific URL. (since the PC caches DNS, after the first 'hit', queries should respond from the cache.)

         

        When I use https://www.dnscheck.tools , it fills a page with IP addresses labeled  Spectrum, Cloudflare, and Google. None of these results are 1.1.1.1 or 8.8.8.8  Where is it getting these IP addresses from?