Why is DNS often joked about in the I.T. Industry?
from Tekkip20@lemmy.world to nostupidquestions@lemmy.world on 13 Aug 2024 10:27
https://lemmy.world/post/18594417

I should clarify I wasn’t a upper level sys admin managing those servers, I just used them or maintained accounts being a rank and file technician

While I get the fundamental concept of DNS as a phonebook for your IPs. I am not sure why it is joked around if something goes haywire or someone breaks something.

Is it because if you get no DNS, people can’t log in through their AD accounts, browse the Internet?

Afaik DNS is a bit of a rabbit hole topic, maybe that’s why people joke about it due to DNS being this “No one really knows how this magic name matching box works”?

Please correct me, I’d genuinely like to know why this is prevalent from you guys.

#nostupidquestions

threaded - newest

dbx12@programming.dev on 13 Aug 2024 10:33 next collapse

Might be related to long TTL on DNS entries making it hard to connect one failure to a thing you changed days ago.

JustARegularNerd@lemmy.world on 13 Aug 2024 10:51 next collapse

Only a support tech chiming in, so far I’ve found when it goes wrong, it causes errors or behaviours that are unusual and could be hard to trace back. Clients might be confused as to why their laptop isn’t connecting to some services but their co-worker still can.

I’ve currently got an infuriating issue where the DNS on my modem just dies at seemingly random intervals. I set up a monitor using Uptime Kuma to let me know when it goes down, and ever since it just hasn’t been a problem yet so I have no idea why it’s going down. I might just set up a pihole and just work around the problem.

xmunk@sh.itjust.works on 13 Aug 2024 11:05 next collapse

Because it’s a fucking unauthoritative clown show that is necessarily decentralized which leads to all sorts of difficult to diagnose (and sometimes impossible to quickly fix) issues.

It’s like 100% footguns.

tiny@midwest.social on 13 Aug 2024 11:19 next collapse

When it is the cause of a problem it’s not always obvious at first so you spend hours troubleshooting the broken app until you look at DNS and a simple DNS issue

Landless2029@lemmy.world on 13 Aug 2024 13:52 next collapse

Often because we know how badly things can go wrong with so many components we start at the end of the app instead of the beginning.

Similar to how tech support always asks of you rebooted. We often don’t confirm basic connectivity issues.

qaz@lemmy.world on 13 Aug 2024 14:39 collapse

I’ve had a problem like this yesterday. I couldn’t access my paperless instance. I eventually figured out I could access it with an IP + port combination and the DNS lookup failed.

hendrik@palaver.p3x.de on 13 Aug 2024 11:24 next collapse

What's an example of a joke? Because that's not what I experienced... In my world people make similar jokes if you mess up any aspect of networking. Same if you break the routing. Or mess up the servers, replication or virtualization infrastructure. DNS is one aspect and people will crack a similar amount of jokes as they do with any other f...-up. (It's a way to cope with a stressful day or whatever. Or to get some relief.)

domi@lemmy.secnd.me on 13 Aug 2024 12:09 collapse

There’s the famous DNS haiku: i.imgur.com/eAwdKEC.png

Shadow@lemmy.ca on 13 Aug 2024 12:16 next collapse

100% of the internet depends on it, and 90% of technical people can’t be bothered to learn how it works and understand it. Partly because they only touch it once every 5 years. They get what they need done but don’t understand why it worked, so it ends up feeling like black magic to them.

[deleted] on 13 Aug 2024 16:16 next collapse
.
Big_Boss_77@lemmynsfw.com on 13 Aug 2024 17:56 next collapse

<img alt="" src="https://lemmynsfw.com/pictrs/image/a7f7e185-6778-4f50-8a9b-5ebf0e624640.gif">

AndrewZabar@lemmy.world on 13 Aug 2024 18:46 next collapse

If anyone you know claims to have expertise in the computer field and doesn’t know everything about DNS (there’s not much to know) then those people are clueless and by no means are they experts.

[deleted] on 13 Aug 2024 19:21 collapse
.
thermal_shock@lemmy.world on 13 Aug 2024 19:48 collapse

what’s wrong with .local?

[deleted] on 13 Aug 2024 19:57 collapse
.
AndrewZabar@lemmy.world on 13 Aug 2024 18:44 next collapse

90% of technical people can’t be bothered to learn how it works and understand it

Playing real fast and loose with the term “technical people.” If you mean just in general people familiar with and comfortable with tech, yeah that’s fine. If you mean those who work or hobby in the IT industry, well then they’re not very good at their jobs and probably should not have those jobs.

thermal_shock@lemmy.world on 13 Aug 2024 19:47 collapse

used to feel this way about dns until I setup my pihole. I love how dns controls so much behind the scenes.

stupidcasey@lemmy.world on 14 Aug 2024 02:16 collapse

DNS isn’t supposed to control that much PIhole is a hack, it would be more accurate to say PIhole controls so much behind the scenes. DNS is supposed to do exactly this domain.com->1.2.3.4 nothing more and nothing less anything else is a hack when cloud flair runs all your traffic traffic through a proxy that is them hacking the system domain.com->change-1.2.3.4

thermal_shock@lemmy.world on 14 Aug 2024 03:18 next collapse

what do you think is pointing adservers to a black hole and not being able to reach my home network?

BaroqueInMind@lemmy.one on 14 Aug 2024 04:28 collapse

what do you think is pointing adservers to a black hole and not being able to reach my home network?

The actual answer is a hosts list file that Unbound is augmenting within PiHole as a daemon. The entire core function of PiHole is leveraging Unbound. Without it, PiHole remains a useless GUI and minimal linux OS.

In fact, you can completely ditch PiHole, if you know what you’re doing, and simply run Unbound as a daemon in a minimal container and do exactly what PiHole does, or run it bare-metal on your own hardware instead of buying their overpriced devices.

trafficnab@lemmy.ca on 14 Aug 2024 04:36 next collapse

I think I can spare the 55mb of ram my pihole container takes up

BaroqueInMind@lemmy.one on 14 Aug 2024 04:52 collapse

It’s crazy to read that when my Unbound has a 1.6 million host size block-list with regex filtered domains and uses at less than half that amount of RAM.

trafficnab@lemmy.ca on 14 Aug 2024 05:55 collapse

I’ll keep that in mind for the next time I need to run a DNS server on a Pentium II system

BaroqueInMind@lemmy.one on 14 Aug 2024 11:04 collapse

Or you can leverage that extra RAM to generate more of that weird AI furry porn you enjoy so much.

trafficnab@lemmy.ca on 14 Aug 2024 13:57 collapse

I tried that but it doesn’t run very well on the Pentium II

undefined@links.hackliberty.org on 14 Aug 2024 04:41 next collapse

So happy to see someone explaining this because it’s always driven me crazy the amount of people pushing PiHole when you can do it so much more simply.

HappyRedditRefugee@lemm.ee on 14 Aug 2024 07:29 collapse

Is Pihole not the simpler way, since it configures Unbound for you?

BaroqueInMind@lemmy.one on 14 Aug 2024 18:25 collapse

Yes it’s simple but not the simplest way.

JackbyDev@programming.dev on 14 Aug 2024 11:27 collapse

Does this block the ads itself or do I need additional configs?

BaroqueInMind@lemmy.one on 14 Aug 2024 11:31 collapse

PiHole blocks ad by using Unbound. Additional configs for what?

JackbyDev@programming.dev on 14 Aug 2024 12:02 collapse

Like, when I install uBlock it comes with everything it needs. If I run Unbound does it block ads out of the box or do I need to point it to some list?

BaroqueInMind@lemmy.one on 14 Aug 2024 18:22 collapse

Unbound is a high-level DNS server. It needs you to provide it hosts in a list or provide it with regex scripts (for dynamic and more efficient blocking). It can block ads at the DNS level just like PiHole (because that’s literally what PiHole and AdGuard use under the hood, but add their fancy GUIs)

I would avoid it unless you know what you’re doing, and recommend reading the docs on their website and testing/breaking it within a Docker container.

It’s the difference between buying a car from a dealership (PiHole, AdGuard, etc) or building your own from scratch (Unbound). One is very limited, whereas building it and running it yourself you get to do way more than what’s spoon fed to you.

JackbyDev@programming.dev on 14 Aug 2024 21:54 collapse

Ah okay. Unbound is arch, pi hole is Ubuntu. I have gripes with pi hole but it’s never not worked for me. I might just do that instead (if I ever get around to it lmao)

BaroqueInMind@lemmy.one on 14 Aug 2024 22:47 collapse

More like: Unbound = Gentoo, PiHole = Arch, AdGuard = Ubuntu

JackbyDev@programming.dev on 14 Aug 2024 05:12 collapse

Does Pi Hole do anything Ad Guard’s Public DNS servers can’t? adguard-dns.io/en/public-dns.html seems easier this way which is why I ask.

Nougat@fedia.io on 13 Aug 2024 12:48 next collapse

I can speak to Windows DNS and AD.

Yes, the basis of DNS is to match IP addresses with hostnames. But there are plenty of other kinds of DNS records. SPF, DKIM, DMARC use DNS for email validation; AD uses SRV records to point clients to find domain resources. There are also reverse zones, where you send a query for an IP address to learn the hostname(s) associated with it. There are CNAME records that associate a hostname with whatever IP address another hostname is using.

Point being, there are a lot of different interconnected layers, and if some entry is wrong, it can easily have a cascading effect that creates a problem with something entirely different.

I would also extend the "It's always DNS" trope to "It's always name resolution." In a Windows environment, at least, DNS name resolution is only used when a FQDN (fully qualified domain name) is being queried. If your application is only looking for [ServerName], NetBIOS name resolution is used.

When NetBIOS name resolution is used, that is querying a WINS server (if one is specified and exists). In the absence of a WINS server, the query is sent to the "master browser" on your network segment. What machine is the "master browser"? By default, all machines on a network segment (subnet) have a browser election behind the scenes to choose the master browser, based in large part on the machines' hardware capabilities.

This means that any machine on the segment (again, by default) can become the master browser and respond to NetBIOS queries. Laptop, desktop, server, doesn't matter. There are registry entries that can be manipulated to have manual control over what machine is master browser, what machines are and are not allowed to participate in elections, but it is rare that those are configured.

Why do I know all this? Because about 25 years ago, I came across a situation where different machines were configured with different overlapping subnet masks, and users were trying to browse \\servername\share, and getting only partial results. It took a long time to narrow that down to the misconfigured subnet masks. At the company I'm currently at, the developers still use NetBIOS names instead of FQDNs in applications.

Always use FQDNs in any in-house development. Always use FQDNs when accessing resources by hostname. And if "some weird, inexplicable, possibly intermittent issue" is happening, check name resolution.

brygphilomena@lemmy.world on 13 Aug 2024 13:04 next collapse

Because so few understand it and so many things use it.

If you read a guide on setting up a website. They might have you change a DNS record and you might not realize it’s doing something else. Web developers frequently want to make changes to DNS and will change the name servers away to theirs but not migrate any of the records for anything besides the website. They’ll break EVERYTHING but hey, the website will load.

If you read a guide on connecting some service like hubspot. They will have you add spf records. But those need to be included with the existing ones and not just replacing what’s already there. Mess it up and every single email you send will get sent to spam folders.

dreugeworst@lemmy.ml on 13 Aug 2024 13:26 collapse

clueless dev who very rarely touches web apps here, what things would break if you dont touch other records besides those for tour website?

brygphilomena@lemmy.world on 13 Aug 2024 14:17 collapse

A records are usually fine for web dev, and some cname records. But if you move DNS to different name servers it doesn’t take the MX, srv, or txt with you.

Name servers are where all the DNS records are hosted. It tells every computer who is the authority on the information. If you change those without moving all the DNS records to the new location. All the old ones are no longer used at all. Even if they still exist on the old system.

Also spf records might also reference the websites a record to allow the website to send email without getting flagged as spam. If the site moves, but emails are still sent from the old IP address for a myriad of reasons it would break email. Like if they used some provider that hosted the site and emails on the same system, which used to be more common than it is today.

Natanael@slrpnk.net on 14 Aug 2024 07:20 collapse

Some dumb shit I see is setting SPF so Google is a trusted origin for email “to solve issues with sending to Gmail addresses” when what you’re supposed to do is add your mail servers as trusted origin.

Directionality, how does it work?

scsi@lemm.ee on 13 Aug 2024 13:06 next collapse

In addition to the other comments which more directly address your question, DNS has been / can be used to exfiltrate data from “secure” networks. Search “dns data exfiltration” in your favourite search engine and you’ll get several high quality articles. Typical mitigations might be to limit which DNS servers your network can contact, restrict packet sizes to the bare minimum which valid use would have and so forth.

kobra@lemm.ee on 13 Aug 2024 13:39 next collapse

There’s even a haiku:

It’s not DNS
There’s no way it’s DNS
It was DNS

philpo@feddit.org on 14 Aug 2024 03:48 collapse

(And if it’s not DNS it’s NTP oh yeeh) (But that kills the Haiku)

SkaveRat@discuss.tchncs.de on 14 Aug 2024 05:13 collapse

Or bgp

But bgp is just sparkling dns

some_guy@lemmy.sdf.org on 13 Aug 2024 14:10 next collapse

Sorry this doesn’t explain anything, cause I think others have already put in the work. At my old job, there was a slack icon for “Is it DNS?” because it’s often DNS. You already know and that’s why you asked, but I’m just reinforcing that this is how common it is.

AndrewZabar@lemmy.world on 13 Aug 2024 18:41 next collapse

I’ve been an IT professional for about thirty years and I’ve literally never heard a single person anywhere ever find DNS funny or joke about it. It would be like joking about bicycle tires or salt. It’s such a mundane thing that has nothing interesting or funny in it.

thermal_shock@lemmy.world on 13 Aug 2024 19:46 next collapse

it’s akin to lupus in House MD. relax a little guy.

AndrewZabar@lemmy.world on 13 Aug 2024 20:37 collapse

Yeah I never found that amusing. But, humor is subjective. I was merely stating my personal perspective. In no way is my opinion to be taken as some authoritative proclamation.

morriscox@lemmy.world on 14 Aug 2024 04:38 collapse
AndrewZabar@lemmy.world on 13 Aug 2024 18:49 next collapse

maybe that’s why people joke about it due to DNS being this “No one really knows how this magic name matching box works”?

You know people who work in IT who actually say things like that? Wow do I feel sorry for their clueless bosses who are employing complete failures. You really want your doctor to know how X-rays work and you want your IT team to understand one of the most fundamental elements of network technology.

Jesus. In my day you had to be an expert and know your shit. I guess nowadays it’s just free for all?

Glitterbomb@lemmy.world on 13 Aug 2024 19:41 next collapse

Weird. You have two top level comments, and two replies in this thread where you’re offended that someone might find humor in an aspect of their job. Are you ok, dude? Is DNS your girlfriend? Should we stop talking about her? Youve been in IT for 30 years - maybe its time to retire.

AndrewZabar@lemmy.world on 13 Aug 2024 19:43 collapse

Yeah please don’t worry yourself, I think you’re paying me a little too much attention.

CTDummy@lemm.ee on 13 Aug 2024 20:49 collapse

Your quote to me sounds like someone who’s making a joke out a subject they don’t want to have to explain to a lay person.

Interesting you went to branding them complete failures over it though. Right before comparing IT workers to fucking doctors lmao.

Jesus. In my day you had to be an expert and know your shit. I guess nowadays it’s just free for all?

Truth is society as a whole started coasting about a decade after you joined the work force. We figured, fuck it Andy’ll take care of it.

AndrewZabar@lemmy.world on 13 Aug 2024 21:00 collapse

lol yeah I think you actually understand me pretty well. I have something called standards and when I started working, you had to actually work and work damn well, to keep your job. And I’m not talking about any job but certainly being in charge of maintaining and supporting information technology. And yes, I can say someone who works in IT who doesn’t know what DNS is, is a failure. Sorry if it hurts their feelings but maybe they’re not yet familiar with a concept called qualifications, credentials, experience, expertise, knowledge, skills… you know, silly old fashioned stuff like that.

I also am pretty aware lately that most of the time online I seem to be talking to younger and younger people. So there’s a sort of inequity there because I’m coming from the experience and point of view of a middle aged man and I’m talking to children - of course they won’t be able to relate.

But it’s the way of the internet. Believe me I’d love to interact more with only my intellectual peers but there are not nearly as many of us as there are kids who are just starting out. Shrug. What can you do. I still like to carry on conversation with exchange of ideas.

P.S. I don’t have a problem explaining things to a lay person; on the contrary I love to see a lay person interested and curious about something. That’s how I am about most things. But I don’t think lay person is an appropriate label for someone who is supposed to be an expert or at least works in the field and therefore should at least have a rudimentary understanding. That’s the whole point of qualifications for a position. You don’t tend to get hired when you’re clueless. Although I see that nowadays a little more and more and it is actually frightening.

CTDummy@lemm.ee on 13 Aug 2024 22:03 collapse

You picked up the bitchiness of my post but not the entire subtext. My point is when using the same quote we’re able came to quite different conclusions. One assuming the IT guy did know but merely likened it to “magic” in order to not explain it to a lay person, for whatever reason. Another assuming they don’t know a key concept and are therefore a complete failure.

And yes, I can say someone who works in IT who doesn’t know what DNS is, is a failure.

Like even a trainee? A student? A failure in what way. It just feels like a weird put down. Presumably everyone has to learn it at some point as they begin their IT career. So the idea that they’re a failure until then and that DNS is the bar, is a peculiar world lens in my view.

Sorry if it hurts their feelings but maybe they’re not yet familiar with a concept called qualifications, credentials, experience, expertise, knowledge, skills… you know, silly old fashioned stuff like that.

Feelings aren’t really the point, the unnecessary extremes like labelling people “complete failures” is closer to it. You can give objective and concise criticism, which is more than capable of “hurting feelings” by the way, and not seem to be intentionally abrasive in doing so. Like the second quote you can surely see especially after the ellipsis, it’s condescending right? Unless you believe we live in an age of zero qualifications, credentials or knowledge. If so, you understand that apologising for hurting feelings prior is clearly performative and how that is perceived.

Also, I’m disappointed to inform you but all of that “old fashion” stuff is very much still the case. Hell weren’t there articles on lemmy about older generations agreeing that younger generation face an absolutely ridiculous job market? The “must have 5 years experience in a 2 year old language” memes? I don’t think it’s an age issue, generational maybe. I’m not middle age but I’m definitely not that young either. It unfortunate how often inter-generational shit flinging occurs.

AndrewZabar@lemmy.world on 13 Aug 2024 22:10 collapse

No yeah I actually agree with what you’re saying. And no of course I don’t mean a trainee or student. I think I may not have been thinking of the same scenario as you. OP was very difficult to follow I don’t know if it was translated or something. I’m thrilled to hear that training on the job is finally happening.

And yes I’m all too familiar with the concept I remember there was a job posting that required several years experience in a technology that was brand new. A few of my colleagues and I would spam them with applications and phone calls informing them of just how stupid they were being with that requirement. Someone didn’t have a clue what they were asking for. Hiring managers amirite.

I really don’t disagree with you at all.

CTDummy@lemm.ee on 13 Aug 2024 22:18 collapse

I thought it might have been how the original post was structured.

my colleagues and I would spam them with applications and phone calls informing them of just how stupid they were being with that requirement.

Now that is a feel good story everyone can enjoy lmao, too right.

shalafi@lemmy.world on 13 Aug 2024 19:29 next collapse

I got a story that perfectly illustrates the meme.

Had done a solid job of setting up my first domain, from scratch. Everything was tooling along nicely for months until my administrator account kept locking itself, every few minutes.

Logged in with another admin account and hunted for the issue for a month. Since it was affecting only my account, none of the users had issues. Finally found a single sentence in an obscure forum that pointed me. My DNS issue was buried deep in the DHCP settings.

Despite knowing better, I had used my personal account to authorize interactions between the DNS and DHCP services. When I changed my password, DNS was still trying to use the old credentials, over and over again, locking my account.

HOLY SHIT! If you google “dns haiku” my image is in the front page twice! Love it!

JackbyDev@programming.dev on 14 Aug 2024 05:08 next collapse

For me it was Square Space marking my domain as being owned by me but it actually being for sale. RIP Google Domains.

bfg9k@lemmy.world on 14 Aug 2024 11:52 collapse

This is hanging on our wall at work lol

IphtashuFitz@lemmy.world on 14 Aug 2024 00:44 next collapse

I never would have thought of it but I recently saw a novel use of DNS to exfiltrate data from a compromised server.

My employer takes security very seriously. Our public facing web servers are very thoroughly locked down, or so we thought. We contract with companies like HackerOne to perform penetration testing etc. One of their white hat hackers managed a remote command attack, and copied data off of the server via a string of DNS queries.

Suppose the hacker owned the domain example.com, and he had his own authoritative nameserver for it. He just ran a series of commands that took, for example, a password file, and ran DNS queries for line1.example.com, line2.example.com, line3.example.com and so on for each line in the file. As a result the log file on his DNS server collected each line of the password file as it responded to each query.

archomrade@midwest.social on 14 Aug 2024 04:57 collapse

I’m trying to digest this

You’re saying he was stealing data from the target server by appending it line-by-line to dns requests sent to his nameserver? Wouldn’t he have needed to both be on the target server and already have access to the data?

JackbyDev@programming.dev on 14 Aug 2024 05:07 next collapse

Yes, but it’s not necessarily as simple as having full ssh access or something like that. Plus getting data out by DNS queries is probably much harder to detect than something like sftp or http posts.

IphtashuFitz@lemmy.world on 14 Aug 2024 10:43 next collapse

Our web servers are locked down in such a way that you can’t copy data off of them using standard protocols like scp, ftp, and even http, etc. Our firewall blocks all such outbound traffic.

This hacker found a bug in a framework used on our web servers that let him execute commands remotely. When commands to copy data off the server failed using those more typical methods he switched to a more novel (and difficult) method of leveraging DNS instead. He discovered we weren’t locking DNS down the same way we were locking other protocols down and used that as a way to extract data from our server.

archomrade@midwest.social on 14 Aug 2024 13:52 collapse

Ah, ok, that makes sense! So there was a separate bug in the framework that granted him limited remote access, but because the server had tight control over outbound connections he had to use a novel way of getting the data back out

Basically: He crawled in through the sewer and then robbed the bank one stack of bills at a time via pigeon courier.

PlexSheep@infosec.pub on 14 Aug 2024 14:49 collapse

Could be used to exfiltrate data when you only can make commands, but not see their output. There might be other and easier exfiltration possibilities then, but this is a creative solution that uses a very common protocol and will probably be available on any machine.

tomkatt@lemmy.world on 14 Aug 2024 04:53 next collapse

DNS is often misconfigured.

On the linux side of things, people like to manually edit /etc/resolv.conf when it’s actually a symlink and changes to it don’t persist on boot (the real file location varies, but it’s usually in something like /etc/system/resolve). And forget bind9, if it’s not MS DNS it’s not DNS to some folks.

On the Windows side, people love to ignore that reverse DNS exists, even though so many things use it. They also freaking love CNAME aliases and break stuff in interesting ways (for example, a “load balanced” configuration that’s all just the first node acting as all three nodes of a cluster or pool).

Many people only know enough DNS to be dangerous and come up with really jank workarounds to get things running because they don’t understand the proper solutions.

LordCrom@lemmy.world on 14 Aug 2024 07:08 next collapse

Dont forget about resolve.d. Did they ever fix a static DNA entry with DHCP allocated ip? I submitted the bug like 5 years ago

argarath@lemmy.world on 14 Aug 2024 11:33 next collapse

I don’t know much about much, I’ll admit that, but what I have experienced with DNS is that it keeps shitting the bed when I’m trying to connect to my bfs server in the USA while I live in Brazil. Some spectrum node in Miami or something keeps sending my ping to the moon and my packages go from 0% dropped to 100% when I use a program to trace the path (sadly can’t recall the name RN, hopefully when someone replies I’ll be by my PC again and check it)

I just wish I could tell my DNS “hey, don’t use that node specifically” because every other step is going just fine, but as I said before, I don’t know much at all so I don’t know if that’s possible or even if it’s a good idea

aStonedSanta@lemm.ee on 14 Aug 2024 12:27 collapse

If you use a VPN there is a chance your connection will route differently.

argarath@lemmy.world on 14 Aug 2024 12:47 collapse

I could try, but the only game this is causing issues is minecraft, and the server is mostly dead by now, so I don’t want to spend the money for just trying to see if it would help, but I’ll def look into it for the next time we play minecraft again

bfg9k@lemmy.world on 14 Aug 2024 11:50 collapse

DNS failure can manifest in strange ways and have a sysadmin scratching their head as to why some devices are working fine (statically configured/running from DNS cache), but others cannot access the internet or any of their work services.

It’s usually the last thing you suspect, because DNS always just works, right?

PlexSheep@infosec.pub on 14 Aug 2024 14:45 collapse

You’d think so until you have dealt with a few DNS problems. At some point, the mantra of “It’s always DNS” stays in your head when troubleshooting. It’s often the first thing I try nowadays.