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

    DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times

    Scheduled Pinned Locked Moved DHCP and DNS
    176 Posts 6 Posters 20.9k 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @RickyBaker
      last edited by johnpoz

      @RickyBaker unbound is a resolver.. Ie if you ask it for www.somedomain.tld it will ask the root servers, hey what is the NS (nameserver) for .tld, then ask hey NSers of .tld what is the ns for somedomain.tld, then hey ns for somedomain.tld what is the IP address of www.somedomain.tld

      You can see this in action with say a dig www.netgate.com +trace.

      ; <<>> DiG 9.18.16 <<>> www.netgate.com +trace +nodnssec
      ;; global options: +cmd
      .                       75782   IN      NS      j.root-servers.net.
      .                       75782   IN      NS      k.root-servers.net.
      .                       75782   IN      NS      b.root-servers.net.
      .                       75782   IN      NS      m.root-servers.net.
      .                       75782   IN      NS      f.root-servers.net.
      .                       75782   IN      NS      i.root-servers.net.
      .                       75782   IN      NS      l.root-servers.net.
      .                       75782   IN      NS      d.root-servers.net.
      .                       75782   IN      NS      a.root-servers.net.
      .                       75782   IN      NS      g.root-servers.net.
      .                       75782   IN      NS      e.root-servers.net.
      .                       75782   IN      NS      h.root-servers.net.
      .                       75782   IN      NS      c.root-servers.net.
      ;; Received 239 bytes from 127.0.0.1#53(127.0.0.1) in 0 ms
      
      com.                    172800  IN      NS      a.gtld-servers.net.
      com.                    172800  IN      NS      b.gtld-servers.net.
      com.                    172800  IN      NS      c.gtld-servers.net.
      com.                    172800  IN      NS      d.gtld-servers.net.
      com.                    172800  IN      NS      e.gtld-servers.net.
      com.                    172800  IN      NS      f.gtld-servers.net.
      com.                    172800  IN      NS      g.gtld-servers.net.
      com.                    172800  IN      NS      h.gtld-servers.net.
      com.                    172800  IN      NS      i.gtld-servers.net.
      com.                    172800  IN      NS      j.gtld-servers.net.
      com.                    172800  IN      NS      k.gtld-servers.net.
      com.                    172800  IN      NS      l.gtld-servers.net.
      com.                    172800  IN      NS      m.gtld-servers.net.
      ;; Received 840 bytes from 198.97.190.53#53(h.root-servers.net) in 27 ms
      
      netgate.com.            172800  IN      NS      ns1.netgate.com.
      netgate.com.            172800  IN      NS      ns2.netgate.com.
      netgate.com.            172800  IN      NS      ns3.netgate.com.
      ;; Received 230 bytes from 192.12.94.30#53(e.gtld-servers.net) in 39 ms
      
      www.netgate.com.        60      IN      CNAME   1826203.group3.sites.hubspot.net.
      ;; Received 118 bytes from 208.123.73.80#53(ns1.netgate.com) in 48 ms
      
      [23.09.1-RELEASE][admin@sg4860.home.arpa]/root: 
      

      I did it without dnssec so easier to read.

      Now this info will be cached, so if you ask for say somethingelse.somedomain.tld it will just ask the ns for somedomain.tld directly.

      With a forward, when you ask say 8.8.8.8 for www.somedomain.tld, it will either have that already cached, or it would have to resolve it just like the above, or it will itself forward to some other dns that is a resolver. Resolvers is how the internet works.. Without resolvers dns would never work.

      As to register dhcp, no that restarts unbound every single time there is a dhcp event, client gets an IP, client renews an IP, etc.. Look in your log is unbound restarting - look for next time you have an issue - was unbound restarting, or restarted exactly when you had your dns problem?

      If you register static dhcp, then this only restarts unbound when you add a new record for static dhcp.. But with register dhcp every single dhcp event will restart unbound.

      If you only have a few clients, and a decent length lease time so there are not many events then you may never notice it.

      Your browser throwing up an error about dns, could be maybe dns was having issues resolving what you asked for... You could do an above example +trace on pfsense to see if maybe your just having a problem talking to a NS to find what your looking for..

      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.7.2, 24.11

      R 1 Reply Last reply Reply Quote 1
      • S
        SteveITS Galactic Empire @RickyBaker
        last edited by

        @RickyBaker said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

        DNSSEC enabled

        In the DNS Server(s) on the main page I have listed

        If you have DNS Resolver set to forward to those servers, disable DNSSEC. If not then that list of DNS servers isn't used. (forwarding is not a default setting)

        Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
        When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
        Upvote ๐Ÿ‘ helpful posts!

        1 Reply Last reply Reply Quote 1
        • R
          RickyBaker @johnpoz
          last edited by

          @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

          @RickyBaker unbound is a resolver.. Ie if you ask it for www.somedomain.tld it will ask the root servers, hey what is the NS (nameserver) for .tld, then ask hey NSers of .tld what is the ns for somedomain.tld, then hey ns for somedomain.tld what is the IP address of www.somedomain.tld

          thank you! that's a very good explanation. so it's kind of the structural umbrella above the DNS server...and it seems like it includes DNS servers? so it's really overkill to include google/opendns ones?

          @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

          As to register dhcp, no that restarts unbound every single time there is a dhcp event, client gets an IP, client renews an IP, etc.. Look in your log is unbound restarting - look for next time you have an issue - was unbound restarting, or restarted exactly when you had your dns problem?

          ok great, this is a good troubleshooting action plan. I did remove the 4 extra DNS servers from General Setup and still had a "No internet" event this morning that lasted 2-3 minutes. I subsequently restarted my Unifi Switches, just cause...will dig into the log now

          @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

          If you register static dhcp, then this only restarts unbound when you add a new record for static dhcp.. But with register dhcp every single dhcp event will restart unbound.

          yeah this seems like an excessive amt of work, i'll disable for now and see what breaks. What type of use-case is the Register DHCP option typically used for? What benefit am I giving up by disabling it?

          @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

          If you only have a few clients, and a decent length lease time so there are not many events then you may never notice it.

          I have a TON of clients and a TON of static DHCP addresses. I use default lease time, never considered changing that but maybe I should..

          @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

          Your browser throwing up an error about dns, could be maybe dns was having issues resolving what you asked for... You could do an above example +trace on pfsense to see if maybe your just having a problem talking to a NS to find what your looking for..

          another good suggestion. I've actually never heard of dig before. I'll have to research how to use it but your example should help, what type of shell is that being executed in?

          S 1 Reply Last reply Reply Quote 0
          • S
            SteveITS Galactic Empire @RickyBaker
            last edited by

            @RickyBaker Dig is a program similar to nslookup, distributed with BIND, on Windows as part of the "tools" install choice, and could be installed by itself. However BIND on Windows is EOL so not sure if you can get it from isc.org anymore.

            It is much more common on Linux/BSD.

            use-case is the Register DHCP option

            To access PCs by full hostname, however, often PCs can discover other PCs on the network.

            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
            Upvote ๐Ÿ‘ helpful posts!

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

              @SteveITS you can still get dig for windows... Its just a bit behind what is current version.. And yeah they are not going to provide it past the 9.16 branch.

              I use it all the time, but you can install on wsl on windows so there is that which is on the 9.18 branch and underdevelopment

              user@i9-win:~$ dig
              
              ; <<>> DiG 9.18.26-1+ubuntu22.04.1+deb.sury.org+1-Ubuntu <<>>
              

              Latest for windows is 9.16.50

              $ dig
              
              ; <<>> DiG 9.16.50 <<>>
              

              side note, how to say you don't know anything about dns without stating you don't know anything about dns..

              "I've actually never heard of dig before." hahahah

              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.7.2, 24.11

              R 1 Reply Last reply Reply Quote 1
              • R
                RickyBaker @johnpoz
                last edited by

                @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                side note, how to say you don't know anything about dns without stating you don't know anything about dns..

                "I've actually never heard of dig before." hahahah

                o i never claimed to know anything about DNS. or much of anything for that matter. I'll be honest, a bit out of my depth with dig. Downloaded the zip from isc.org and installed it but i'm really not sure how to execute it.

                I'm likewise a bit out of my depth with the logs. I've navigated to the DHCP subsection of the systemlogs and see the restarts you were referring to from before I disabled "Register DHCP" but nothing alarming just after it. But i have no idea what to be looking for. Can I upload the log for more expert eyes to see if anything jumps out?

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

                  @RickyBaker said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                  but i'm really not sure how to execute it.

                  type dig ;) at a command prompt

                  $ dig -h
                  Usage:  dig [@global-server] [domain] [q-type] [q-class] {q-opt}
                              {global-d-opt} host [@local-server] {local-d-opt}
                              [ host [@local-server] {local-d-opt} [...]]
                  Where:  domain    is in the Domain Name System
                          q-class  is one of (in,hs,ch,...) [default: in]
                          q-type   is one of (a,any,mx,ns,soa,hinfo,axfr,txt,...) [default:a]
                                   (Use ixfr=version for type ixfr)
                          q-opt    is one of:
                                   -4                  (use IPv4 query transport only)
                                   -6                  (use IPv6 query transport only)
                                   -b address[#port]   (bind to source address/port)
                                   -c class            (specify query class)
                                   -f filename         (batch mode)
                                   -k keyfile          (specify tsig key file)
                                   -m                  (enable memory usage debugging)
                                   -p port             (specify port number)
                                   -q name             (specify query name)
                                   -r                  (do not read ~/.digrc)
                                   -t type             (specify query type)
                                   -u                  (display times in usec instead of msec)
                                   -x dot-notation     (shortcut for reverse lookups)
                                   -y [hmac:]name:key  (specify named base64 tsig key)
                          d-opt    is of the form +keyword[=value], where keyword is:
                                   +[no]aaflag         (Set AA flag in query (+[no]aaflag))
                                   +[no]aaonly         (Set AA flag in query (+[no]aaflag))
                                   +[no]additional     (Control display of additional section)
                                   +[no]adflag         (Set AD flag in query (default on))
                                   +[no]all            (Set or clear all display flags)
                                   +[no]answer         (Control display of answer section)
                                   +[no]authority      (Control display of authority section)
                                   +[no]badcookie      (Retry BADCOOKIE responses)
                                   +[no]besteffort     (Try to parse even illegal messages)
                                   +bufsize[=###]      (Set EDNS0 Max UDP packet size)
                                   +[no]cdflag         (Set checking disabled flag in query)
                                   +[no]class          (Control display of class in records)
                                   +[no]cmd            (Control display of command line -
                                                        global option)
                                   +[no]comments       (Control display of packet header
                                                        and section name comments)
                                   +[no]cookie         (Add a COOKIE option to the request)
                                   +[no]crypto         (Control display of cryptographic
                                                        fields in records)
                                   +[no]defname        (Use search list (+[no]search))
                                   +[no]dnssec         (Request DNSSEC records)
                                   +domain=###         (Set default domainname)
                                   +[no]dscp[=###]     (Set the DSCP value to ### [0..63])
                                   +[no]edns[=###]     (Set EDNS version) [0]
                                   +ednsflags=###      (Set EDNS flag bits)
                                   +[no]ednsnegotiation (Set EDNS version negotiation)
                                   +ednsopt=###[:value] (Send specified EDNS option)
                                   +noednsopt          (Clear list of +ednsopt options)
                                   +[no]expandaaaa     (Expand AAAA records)
                                   +[no]expire         (Request time to expire)
                                   +[no]fail           (Don't try next server on SERVFAIL)
                                   +[no]header-only    (Send query without a question section)
                                   +[no]identify       (ID responders in short answers)
                                   +[no]ignore         (Don't revert to TCP for TC responses.)
                                   +[no]keepalive      (Request EDNS TCP keepalive)
                                   +[no]keepopen       (Keep the TCP socket open between queries)
                                   +[no]mapped         (Allow mapped IPv4 over IPv6)
                                   +[no]multiline      (Print records in an expanded format)
                                   +ndots=###          (Set search NDOTS value)
                                   +[no]nsid           (Request Name Server ID)
                                   +[no]nssearch       (Search all authoritative nameservers)
                                   +[no]onesoa         (AXFR prints only one soa record)
                                   +[no]opcode=###     (Set the opcode of the request)
                                   +padding=###        (Set padding block size [0])
                                   +[no]qr             (Print question before sending)
                                   +[no]question       (Control display of question section)
                                   +[no]raflag         (Set RA flag in query (+[no]raflag))
                                   +[no]rdflag         (Recursive mode (+[no]recurse))
                                   +[no]recurse        (Recursive mode (+[no]rdflag))
                                   +retry=###          (Set number of UDP retries) [2]
                                   +[no]rrcomments     (Control display of per-record comments)
                                   +[no]search         (Set whether to use searchlist)
                                   +[no]short          (Display nothing except short
                                                        form of answers - global option)
                                   +[no]showsearch     (Search with intermediate results)
                                   +[no]split=##       (Split hex/base64 fields into chunks)
                                   +[no]stats          (Control display of statistics)
                                   +subnet=addr        (Set edns-client-subnet option)
                                   +[no]tcflag         (Set TC flag in query (+[no]tcflag))
                                   +[no]tcp            (TCP mode (+[no]vc))
                                   +timeout=###        (Set query timeout) [5]
                                   +[no]trace          (Trace delegation down from root [+dnssec])
                                   +tries=###          (Set number of UDP attempts) [3]
                                   +[no]ttlid          (Control display of ttls in records)
                                   +[no]ttlunits       (Display TTLs in human-readable units)
                                   +[no]unexpected     (Print replies from unexpected sources
                                                        default=off)
                                   +[no]unknownformat  (Print RDATA in RFC 3597 "unknown" format)
                                   +[no]vc             (TCP mode (+[no]tcp))
                                   +[no]yaml           (Present the results as YAML)
                                   +[no]zflag          (Set Z flag in query)
                          global d-opts and servers (before host name) affect all queries.
                          local d-opts and servers (after host name) affect only that lookup.
                          -h                           (print help and exit)
                          -v                           (print version and exit)
                  

                  Sure you can upload stuff.. There are some file size limits and such

                  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.7.2, 24.11

                  R 2 Replies Last reply Reply Quote 1
                  • R
                    RickyBaker @johnpoz
                    last edited by RickyBaker

                    @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                    type dig ;) at a command prompt

                    lol yeah obviously not in the windows cmd prompt i was trying it in. I thought installing the package from isc.org would install the command into the PATH but i guess not. I will try on a linux machine.

                    as for the logs, took me a while but here's some logs
                    dhcp: https://pastebin.com/3RuMUSc2
                    resolver: https://pastebin.com/3GFsYCE7 (not sure why this stopped updating on saturday, probably from one of the changes i instituted)
                    system: https://pastebin.com/1c6PwRu2

                    let me know if any others would be useful. fwiw my wife experienced the error around 8:24am today (4.23.24

                    S 1 Reply Last reply Reply Quote 0
                    • R
                      RickyBaker @johnpoz
                      last edited by RickyBaker

                      @johnpoz said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                      type dig ;) at a command prompt

                      well i'll be...

                      1e16e7a3-2a1a-4ad8-b711-2d4a8eb26aad-image.png

                      tried to paste as code like you but kept identifying as spam. Running the same command while ssh'ed into the pfsense box though:

                      b545bebf-90c1-42d4-86a6-e65fae15ddfc-image.png

                      1 Reply Last reply Reply Quote 0
                      • S
                        SteveITS Galactic Empire @RickyBaker
                        last edited by

                        @RickyBaker said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                        resolver: https://pastebin.com/3GFsYCE7

                        Unbound restarted 32 times in the ~1.5 days of log you posted. Looks like your DHCP is set for a 2 hour lease (meaning 1 hour renewal). You could try extending that to say 8 or 12 hours.

                        I don't see whether you posted you tried with DNSSEC disabled. Are you actually forwarding or not?

                        Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                        When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                        Upvote ๐Ÿ‘ helpful posts!

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          RickyBaker @SteveITS
                          last edited by RickyBaker

                          @SteveITS said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                          Looks like your DHCP is set for a 2 hour lease (meaning 1 hour renewal). You could try extending that to say 8 or 12 hours.

                          thanks, i'll look for that option and change it to 8

                          @SteveITS said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                          I don't see whether you posted you tried with DNSSEC disabled. Are you actually forwarding or not?

                          98818954-e848-4537-a2eb-d62e8458bbb1-image.png
                          is this option not showing up unticked in the logs? or is this screenshot suffice to say it's disabled.
                          I don't think I'm forwarding?
                          70b34280-03c4-4d33-b901-7b6329deff5e-image.png

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            SteveITS Galactic Empire @RickyBaker
                            last edited by

                            @RickyBaker said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                            or is this screenshot suffice to say it's disabled.

                            That's fine, I just didn't see a response above. Before 23.01 forwarding + DNSSEC didn't seem to be a problem but after 23.01 it often is.

                            There's a checkbox in the resolver settings to forward but if DNSSEC is disabled that point is irrelevant.

                            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                            Upvote ๐Ÿ‘ helpful posts!

                            R 1 Reply Last reply Reply Quote 1
                            • R
                              RickyBaker @SteveITS
                              last edited by

                              @SteveITS Happened again this morning. Though just for my wife. She got DNS_PROBE_FINISHED_NXDOMAIN error in chrome but said the amazon link worked (so weird) but I did not experience any issues by the time i got a browser opened. This is the log for around that time:

                              c835914c-7393-4661-afa7-004ff380ef85-image.png

                              I did notice that attack from 180.101.88.225 with a Level 10 a LOT in the logs, is it possible my firewall has misidentified some of my devices as attackers? But then quickly resolves that's wrong before making the same mistake again soon?

                              GertjanG S 2 Replies Last reply Reply Quote 0
                              • GertjanG
                                Gertjan @RickyBaker
                                last edited by Gertjan

                                @RickyBaker said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                                180.101.88.225 with a Level 10 a LOT in the logs, is it possible my firewall has misidentified some of my devices as attackers?

                                misidentified ?
                                It's 180.101.88.225. No doubt about it.
                                It that IP coming from your LAN ? Disconnect it, have it cleaned. Do have a talk with the owner.
                                Is the IP coming from the Internet ? Empty the WAN firewall rule list, and you're good. I would fire the pfSense admin ๐Ÿ˜Š

                                edit : no LAN IP, whois told me "180.101.88.225" is Chinese allocated.
                                Rip out your WAN cable now. We'll talk later ^^

                                No "help me" PM's please. Use the forum, the community will thank you.
                                Edit : and where are the logs ??

                                1 Reply Last reply Reply Quote 1
                                • S
                                  SteveITS Galactic Empire @RickyBaker
                                  last edited by

                                  @RickyBaker the โ€œnow monitoring attacksโ€ is logged whenever a log file rotates so is normal.

                                  The logged attacks though do indicate you have port 22 open on WAN, and check for other ports too, as thatโ€™s a good way to get hacked.

                                  Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                  When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                  Upvote ๐Ÿ‘ helpful posts!

                                  R 1 Reply Last reply Reply Quote 1
                                  • R
                                    RickyBaker @SteveITS
                                    last edited by

                                    @SteveITS so close port 22 immediately?

                                    S GertjanG 2 Replies Last reply Reply Quote 0
                                    • S
                                      SteveITS Galactic Empire @RickyBaker
                                      last edited by

                                      @RickyBaker I'd close all ports on WAN that are not needed. By default WAN has no rules so all incoming traffic from the Internet is blocked.

                                      Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                      When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                      Upvote ๐Ÿ‘ helpful posts!

                                      R 1 Reply Last reply Reply Quote 1
                                      • R
                                        RickyBaker @SteveITS
                                        last edited by

                                        @SteveITS I certainly did not intentionally leave any ports open...Am firing up my VPN now...These logs are saying this IP is TRYING to access my network, not accessing it though right?

                                        1 Reply Last reply Reply Quote 0
                                        • GertjanG
                                          Gertjan @RickyBaker
                                          last edited by

                                          @RickyBaker
                                          Not "closing".
                                          Don't use any firewall rules that allow SSH access (port 22) or actually any access on the WAN interface.
                                          Exactly like the way you found it, when installing pfSense.
                                          No rules on WAN = safe.
                                          Opening port 22 = "China" (the entire planet in reality) is lining up for you to 'try'.

                                          There is an exception (as always) :
                                          If you activate a VPN server (on pfSense), this will, by default, allow UDP traffic on port 1194 on the WAN interface.
                                          If you need to access resources from the outside = WAN, use a VPN, or comparable.

                                          No "help me" PM's please. Use the forum, the community will thank you.
                                          Edit : and where are the logs ??

                                          R 2 Replies Last reply Reply Quote 1
                                          • R
                                            RickyBaker @Gertjan
                                            last edited by

                                            @Gertjan said in DNS_PROBE_FINISHED_NXDOMAIN sporadically for anywhere from 30secs to 10min. works flawlessly at all other times:

                                            There is an exception (as always) :
                                            If you activate a VPN server (on pfSense), this will, by default, allow UDP traffic on port 1194 on the WAN interface.
                                            If you need to access resources from the outside = WAN, use a VPN, or comparable.

                                            I do! there's always the concern i messed up during set up, but that was the intention. checking now

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