Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Error: dns_probe_started

    Scheduled Pinned Locked Moved DHCP and DNS
    29 Posts 5 Posters 2.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      guile @Tzvia
      last edited by

      @Tzvia nah.. i NEED to block social media in my work. But some users can access. Thats why im using pfBlocker.

      1 Reply Last reply Reply Quote 0
      • G
        guile @JonathanLee
        last edited by

        @JonathanLee i dont use ipv6.. i just set to none in the configuration. Ill try what u said.

        JonathanLeeJ 1 Reply Last reply Reply Quote 1
        • JonathanLeeJ
          JonathanLee @guile
          last edited by JonathanLee

          @guile This is mine, I do have some redundant settings per johnpoz.

          Screenshot 2023-07-04 at 7.27.09 AM.png

          Screenshot 2023-07-04 at 7.31.52 AM.png
          (now my DNS resolves only A records)

          I also block DoH with my proxy. Now it only resolves to A records.

          Make sure to upvote

          1 Reply Last reply Reply Quote 1
          • G
            guile
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • G
              guile
              last edited by

              Just happened again. The problem is DNS related, but I can ping and nslookup Google:

              Screenshot_1.jpg

              johnpozJ JonathanLeeJ 2 Replies Last reply Reply Quote 0
              • johnpozJ
                johnpoz LAYER 8 Global Moderator @guile
                last edited by

                @guile said in Error: dns_probe_started:

                The problem is DNS related, but I can ping and nslookup Google:

                well then its Not dns related. Its your browser, most likely trying to do doh that is the problem.. clearly dns is working if you can do a nslookup and ping the name and it gets an IP.

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 24.11 | Lab VMs 2.8, 24.11

                G 1 Reply Last reply Reply Quote 0
                • JonathanLeeJ
                  JonathanLee @guile
                  last edited by

                  @guile notice what is resolved first it's a IPv6 you got to fix that in your resolver.

                  Make sure to upvote

                  1 Reply Last reply Reply Quote 0
                  • G
                    guile @johnpoz
                    last edited by

                    @johnpoz i mean.. the problem says: dns_probe_started. Thats why im supossing is DNS related.

                    I tested on all browsers: Chrome, Firefox, Opera and Edge.. all the same error. Maybe is DNS related, because im blocking DoH with pfBlocker.

                    pfBlocker > IP > IPV4:
                    Screenshot_4.jpg

                    DNSBL Safesearch:
                    Screenshot_5.jpg

                    johnpozJ 1 Reply Last reply Reply Quote 0
                    • johnpozJ
                      johnpoz LAYER 8 Global Moderator @guile
                      last edited by johnpoz

                      @guile if you do a nslookup to pfsense IP and it resolves, ie answers your fqdn query. then how is it dns related - unless your browser is not using pfsense for its dns..

                      Unless your unbound is restarting and your browser asks, and fails, and by time you ask via your nslookup it has restarted. Look in your log, is unbound restarting a lot?

                      Do a query like this to see how long its been running.

                      [23.05.1-RELEASE][admin@sg4860.local.lan]/: unbound-control -c /var/unbound/unbound.conf status
                      version: 1.17.1
                      verbosity: 1
                      threads: 4
                      modules: 2 [ validator iterator ]
                      uptime: 94572 seconds
                      options: control(ssl)
                      unbound (pid 3856) is running...
                      [23.05.1-RELEASE][admin@sg4860.local.lan]/: 
                      

                      So my unbound has been running for 94500 seconds, or 26 some hours.. Which makes sense because I had restarted it yesterday a few times playing with something else for another thread.

                      If you weren't using doh, then blocking doh would have no effect.. If you were blocking doh and the browser was trying to use it - then it would always fail.. But from your ping and nslookup dns is working, so maybe its restarting a lot - which if your registering dhcp that can be a problem, etc

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                      G 1 Reply Last reply Reply Quote 0
                      • JonathanLeeJ
                        JonathanLee
                        last edited by

                        I had this same issue when I updated to the new PfSense. To resolve it I had to add in the custom settings in DNS resolver for unbound. It was like my IPv4 was trying to connect to IPv6 websites intermittently even with DoH blocked. That custom setting fixed it for me as I have no IPv6 from the ISP

                        Make sure to upvote

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          guile @johnpoz
                          last edited by

                          @johnpoz

                          My unbound status:

                          [2.6.0-RELEASE][admin@firewall.local.com]/root: unbound-control -c /var/unbound/unbound.conf status
                          version: 1.13.2
                          verbosity: 1
                          threads: 2
                          modules: 2 [ validator iterator ]
                          uptime: 7006 seconds
                          options: control(ssl)
                          unbound (pid 39208) is running...
                          
                          

                          I restarted the service when the error ocurred. Ill keep checking the status using the command.

                          Im not using DoH, im just trying to block users to use DoH. All the configurations I posted, can I disable them all?

                          johnpozJ 1 Reply Last reply Reply Quote 0
                          • G
                            guile @JonathanLee
                            last edited by

                            @JonathanLee ill try ur config. This config, right?

                            server:include: /var/unbound/pfb_dnsbl.*conf
                            do-ip4: yes
                            prefer-ip4: yes
                            do-ip6: no
                            prefer-ip6: no
                            private-address: ::/0
                            dns64-ignore-aaaa: *.*
                            do-not-query-address: ::
                            do-not-query-address: ::1
                            do-not-query-address: ::/0
                            
                            JonathanLeeJ 1 Reply Last reply Reply Quote 0
                            • johnpozJ
                              johnpoz LAYER 8 Global Moderator @guile
                              last edited by johnpoz

                              @guile said in Error: dns_probe_started:

                              uptime: 7006 seconds

                              So its only been running for not even 2 hours.. Did you on purpose restart it for something..

                              I would check that, next time you have a problem.. Did unbound just restart.. that should just run and run and run.. I have seen mine run for months without a restart, etc. My restarts when I restart it for say adding a host override or something, etc.

                              An intelligent man is sometimes forced to be drunk to spend time with his fools
                              If you get confused: Listen to the Music Play
                              Please don't Chat/PM me for help, unless mod related
                              SG-4860 24.11 | Lab VMs 2.8, 24.11

                              G 1 Reply Last reply Reply Quote 0
                              • G
                                guile @johnpoz
                                last edited by guile

                                @johnpoz yea, I manually restarted when the error occurred. ill check the uptime, next time when the error appear. But probably is not the case, because when the error appears takes like 5 minutes to internet comes back. And a service restart takes like 10 seconds.

                                1 Reply Last reply Reply Quote 0
                                • JonathanLeeJ
                                  JonathanLee @guile
                                  last edited by

                                  @guile add it into GUI under custom options inside DNS resolver towards the bottom. Let me know if it fixes it. For me all the sudden I had all my machines trying to connect to AAAA records (IPv6) again I only have IPv4 from my ISP, so it will not connect to any IPv6 urls. No big deal most all have IPv4

                                  Make sure to upvote

                                  G 1 Reply Last reply Reply Quote 0
                                  • G
                                    guile @JonathanLee
                                    last edited by

                                    @JonathanLee

                                    Ok, up and running. Lets see if this will fix the problem:

                                    Screenshot_1.jpg

                                    JonathanLeeJ 2 Replies Last reply Reply Quote 1
                                    • JonathanLeeJ
                                      JonathanLee @guile
                                      last edited by

                                      @guile Hello, just curious what you use include: /var/unbound/pfb_dnsbl.*conf for, is this for pf blocker? I am using squid guard that is why I asked.

                                      I have a monster list of DoH servers I block with Squidguard.

                                      Screenshot 2023-07-05 at 10.26.01 AM.png

                                      Make sure to upvote

                                      G 1 Reply Last reply Reply Quote 0
                                      • JonathanLeeJ
                                        JonathanLee @guile
                                        last edited by

                                        @guile Let us know if this fixes the intermittent issues. I use to never have this problem before, that custom option fixed it. Furthermore, I can still access everything I need every website I need has both IPv6 and IPv4 so its not a big deal for me.

                                        Make sure to upvote

                                        G 1 Reply Last reply Reply Quote 0
                                        • G
                                          guile @JonathanLee
                                          last edited by

                                          @JonathanLee

                                          The line:

                                          var/unbound/pfb_dnsbl.*conf 
                                          

                                          Is auto generated by pfBlocker. Why u dont use pfBlocker to block DoH? You dont need to have a huge list, just check the list and u good. Like this:

                                          Screenshot_2.jpg

                                          1 Reply Last reply Reply Quote 0
                                          • G
                                            guile @JonathanLee
                                            last edited by

                                            @JonathanLee Ok, ill let u know.

                                            For now is working.. not a single error.

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.