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

Unable to resolve acb.netgate.com

Scheduled Pinned Locked Moved DHCP and DNS
34 Posts 5 Posters 2.8k 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.
  • J
    johnpoz LAYER 8 Global Moderator @VMlabman
    last edited by Apr 24, 2024, 5:59 PM

    @VMlabman throw some info at you - why resolving is better than forwarding ;)

    When you forward, your at the mercy of that site to be up.. While they have very robust networks, and they shouldn't be going down.. They can and they have. At least in some parts of the world.

    So you can try and mitigate that causing you issues by forwarding to more than 1 service. But if these services filter, you run into the issue where service X filters A, but service Y does not - which one are you going to be using at any given time? So maybe some site it filtered, or maybe its not? You can have different results handed to you based upon which NS you actually talked to in their vast anycast network that might hand you different IPs that may or may not be optimal for where your at..

    When you resolve, the whole freaking internet would have to be down.. For your dns to be down. If the roots or gltd servers are down - the whole internet is down.. Doesn't matter what service you might be using for your dns.

    I just don't get the advantage of handing over all of my dns queries to some service.. They might provide some good filtering, sure ok - no thanks I can do my own filtering thank you very much ;)

    I will resolve, and talk directly to the NS for the domains I am wanting to go to.. I have no need or desire to hand over ever single dns query I do to some service.. What is better for privacy, while you might hide your dns from your isp, your just handing it over to someone else on a silver platter.

    And like you discovered, sending your dns via encryption to some services doesn't actually hide really anything from your isp. They for sure know where your going by IP and port, and they also can very simple grab all your sni info.

    if you are concerned about isp knowing where your going - you need to encrypt not just the dns, but the data flow as well.

    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

    V 1 Reply Last reply Apr 24, 2024, 9:37 PM Reply Quote 2
    • V
      VMlabman @johnpoz
      last edited by Apr 24, 2024, 9:37 PM

      @johnpoz

      Once again thank you for all you help and time. So far since I have made the changes I am no loner getting the can't resolve abc.netgate.com error. Lets see what happens after a little more time.

      G 1 Reply Last reply Apr 25, 2024, 10:47 AM Reply Quote 0
      • G
        Gertjan @VMlabman
        last edited by Apr 25, 2024, 10:47 AM

        @VMlabman

        Check here : Diagnostics > Configuration History
        These are the moments your pfSense syncs the local config with "acb" (non abc ^^).

        Now we know that acb.netgate.com has a TTL of

        acb.netgate.com.        30      IN      A       208.123.73.69
        

        = 30 seconds ( dono why, but's that very short )

        every time your pfSense uploads your config it has to resolve again "acb.netgate.com."
        But hey, as long as the NS servers of netgate.com aren't down, this will work.
        Because : Internet, see above, isn't down.
        And I presume your connection isn't down.
        And - important - unbound must be up and running all the time - not restarting very often - see Status >System Logs > System > DNS Resolver to check that.

        I've added myself an extra gadget : Services > DNS Resolver > Advanced Settings :

        4b893fff-a49d-4c9f-a6bd-dd1239148c7a-image.png

        this will take care of having a cached, resolved result of expiring.
        When it expires, after 30 seconds, imho, unbound will refresh it. This means I'm hamering the netgate.com NS servers with a DNS request. Not my fault, as they set the TTL so low.

        I use pfBlockerng, so I have some; insight about what unbound is asked to do :

        2b4651de-b62d-406d-a05b-e1084894185f-image.png

        Also : Status > DNS Resolver and I tjhought I would find our acb.netgate.com here but noop.
        But all the NS servers of every domain name I visited for the last past ..... days, are there.
        This means that 100 % resolving, from the top root servers down to the domain name server is actually a rare event.
        unbound will keep the IP of the TLD, for example : the DNS server that hosts all the dot com domains and it will also keep the IP of the domain name (== "NS") of every visited domain name.
        ( and even refresh the TLL when it times out - see setting above )
        So, when it needs to know what the IP of acb.netgate.com is, it will ask it directly to one (there must be 2 at least) of these NS = domain Name Servers:

        ns1.netgate.com.        1436    IN      A       208.123.73.80
        ns2.netgate.com.        8       IN      A       208.123.73.90
        ns3.netgate.com.        8       IN      A       34.197.184.5
        ns1.netgate.com.        1436    IN      AAAA    2610:160:11:11::80
        ns2.netgate.com.        8       IN      AAAA    2610:160:11:11::90
        ns3.netgate.com.        8       IN      AAAA    2600:1f10:4c5e:6701:e4b2:c059:13c5:64fb
        

        Lets check 'manually', and ask the first NS "208.123.73.80" if it knows the A of acb.netgate.com :

        [24.03-RELEASE][root@pfSense.bhf.tld]/root: dig @208.123.73.80 acb.netgate.com A +short
        208.123.73.69
        

        Nice.

        Another check :

        dig @208.123.73.80 acb.netgate.com AAAA +short
        

        No answer, so no IPv6 for acb.netgate.com (strange ...)

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

        C 1 Reply Last reply May 8, 2024, 5:26 PM Reply Quote 0
        • M
          mike123
          last edited by Apr 29, 2024, 5:28 PM

          Re: Unable to resolve acb.netgate.com

          Login to the shell and type
          dig acb.netgate.com

          If you get no reponse
          i.e. ;; communications error to 127.0.0.1#53: timed out

          go to System/General Setup

          DNS Server Override -> Allow DNS server list to be overridden by DHCP/PPP on WAN or remote OpenVPN server

          Solved the issue for me

          V G 2 Replies Last reply Apr 29, 2024, 6:54 PM Reply Quote 0
          • V
            VMlabman @mike123
            last edited by Apr 29, 2024, 6:54 PM

            @mike123

            Thank you for the advice. However I what to route all my DNS through DNS over TLS to Quad9 and making that change would allow any DNS server provided by DHCP from my ISP to be used. I rater avoid that for now. It's not taking place as often as it was anymore so I am not as concerned with it as much now.

            J 1 Reply Last reply Apr 29, 2024, 7:12 PM Reply Quote 0
            • J
              johnpoz LAYER 8 Global Moderator @VMlabman
              last edited by Apr 29, 2024, 7:12 PM

              @VMlabman said in Unable to resolve acb.netgate.com:

              would allow any DNS server provided by DHCP from my ISP to be used.

              Not exactly, it would allow pfsense to use it for its own lookups. Which wouldn't be via tls.. Sure any of those could be used in forwarding, but if they do not support tls then forwarding to with tls enabled in unbound would fail. Only pfsense non tls queries would work.. If your having some issue with unbound being able to resolve acb.netgate as specific times.

              Vs putting in your isp dns, or allow for dhcp to add.. You should be able to just allow pfsense to fall back vs just pointing to unbound on loopback.. I believe that is the default setting anyway.

              The only way pfsense own queries for anything are via tls, is when it asks unbound to do the lookup, if it directly looks up something from quad9 since its in your list, it would just be a standard dns query over 53.

              dnssetup.jpg

              What is that setting in your general setup?

              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

              V 1 Reply Last reply Apr 29, 2024, 8:18 PM Reply Quote 1
              • V
                VMlabman @johnpoz
                last edited by Apr 29, 2024, 8:18 PM

                @johnpoz

                Here are my DNS Settings under General & the Setting in Resolver.

                Side note how did you capture that screenshot with the pop down menu open? Every time I try It closes on me in Sharex (Windows) and Shutter (Linux) can you tell me what program you are using?


                pf_gen_set.png pf_res_set.png

                J 1 Reply Last reply Apr 29, 2024, 8:28 PM Reply Quote 0
                • J
                  johnpoz LAYER 8 Global Moderator @VMlabman
                  last edited by Apr 29, 2024, 8:28 PM

                  @VMlabman so see this setting

                  ignore.jpg

                  You have it set to ignore remote, so pfsense will never ask anything other than unbound on 127.0.0.1 which if fails will mean that no you will not be able to resolve acb.netgate.

                  If you change it to default which is fallback, if it tries to look up acb.netgate and say unbound is restarting or something it would fall back to asking quad9 via just normal in the clear dns over 53 for it.

                  No clients would ever be able to do that, only pfsense.

                  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

                  1 Reply Last reply Reply Quote 0
                  • G
                    Gertjan @mike123
                    last edited by Apr 30, 2024, 5:23 AM

                    @mike123 said in Unable to resolve acb.netgate.com:

                    Login to the shell and type
                    dig acb.netgate.com

                    If you get no reponse
                    i.e. ;; communications error to 127.0.0.1#53: timed out

                    Iif "Login to the shell and type" is the console or SSH access of pfSense, and you get a "127.0.0.1#53: timed out" after "dig acb.netgate.com" then that means that the dig command couldn't connect to 127.0.0.1, port 53.
                    That means that unbound isn't running, or listening on 127.0.0.1 port 53 (localhost).
                    That is not normal at all.
                    First : : Check if it is running :

                    [24.03-RELEASE][root@pfSense.bhf.tld]/root: ps ax | grep 'unbound'
                    41201  -  S        0:07.76 /usr/local/sbin/lighttpd_pfb -f /var/unbound/pfb_dnsbl_lighty.conf
                    86447  -  Ss      25:07.40 /usr/local/sbin/unbound -c /var/unbound/unbound.conf
                    21124  0  S+       0:00.00 grep unbound
                    

                    (the second line == ok )

                    and check on what interface it is listening :

                    [24.03-RELEASE][root@pfSense.bhf.tld]/root: sockstat | grep 'unbound'
                    unbound  unbound    86447 3   udp6   *:53                  *:*
                    unbound  unbound    86447 4   tcp6   *:53                  *:*
                    unbound  unbound    86447 5   udp4   *:53                  *:*
                    unbound  unbound    86447 6   tcp4   *:53                  *:*
                    unbound  unbound    86447 9   tcp4   127.0.0.1:953         *:*
                    unbound  unbound    86447 10  dgram  -> /var/run/log
                    unbound  unbound    86447 12  stream -> [86447 14]
                    unbound  unbound    86447 14  stream -> [86447 12]
                    unbound  unbound    86447 15  stream -> [86447 16]
                    unbound  unbound    86447 16  stream -> [86447 15]
                    

                    The first 4 lines means : on port '53' :
                    For all protocols : TCP and UDP and TCP and UDP
                    This means all interfaces, which include '127.0.0.1'.
                    Btw : line 5 is unbound listing on localhost, the control port 953 TCP.

                    This option :

                    DNS Server Override -> Allow DNS server list to be overridden by DHCP/PPP on WAN or remote OpenVPN server

                    exist for very ancient reasons (before 2000 ?), when you had to use the ISP DNS servers, as resolving was 'expensive' and an internet connection was metered, and very slow (POTS modem uplink).
                    Many ISPs still propose a DNS or two, but I guess no one is using them anymore.
                    Why getting the info from 'some one' if you can get it from the source ?

                    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 0
                    • C
                      Courierdog @Gertjan
                      last edited by May 8, 2024, 5:26 PM

                      @Gertjan said in Unable to resolve acb.netgate.com:

                      Diagnostics > Configuration History

                      Note: the Command is: Diagostics-> Backup & Restore -> Config History

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        [[user:consent.lead]]
                        [[user:consent.not_received]]