Do tcpdump host $server
instead. Otherwise you will only see the request (the response goes to a different port).
Do tcpdump host $server
instead. Otherwise you will only see the request (the response goes to a different port).
Just to be sure you do dig A @server $domain
(with the “A”) and can confirm the following
SERVER is your server
;; ANSWER SECTION is empty (or doesn’t exist)
;; AUTHORITY SECTION mentions your local DNS server
Also check
dig NS @server $domain
Is your server in the answer section?
Here is how I would diagnose (I’m assuming you have Linux / WSL on a client)
dig $domain
check which server answereddig a $domain
should give a recorddig a $domain @server
to make sure you’re querying the right serverIf none work, probably network issue (DNS boind to wrong IP, firewall, etc)
If 3 and 5 work but 4 doesn’t, your DNS isn’t authorative.
If only 5 works DNS settings on the client is wrong.
Its very unlikely for these reasons:
Anyway, that’s what research is for.
Thank you, I deleted my post so as to not share false info.
deleted by creator
We should put research into stratospheric aerosol injection. We need an insurance to limit climate change if emissions don’t go down fast enough.
We know it works, and it’s at least not catastrophically unsafe as we have already done it with container ships, and seen it happen at bigger scale with volcanic eruptions.
This is a good start:
https://european-alternatives.eu/
Mostly moving to hetzner. It’s a bit rough around the edges but works.
One big thing missing is there is no good and affordable WAF. Myra is good but costs at least 10k/month.
I am almost done migrating away from all US businesses as a result of this. I am even drinking freeway cola 😅
I work in IT as a freelance DevOps/Cloud engineer and am advising all my clients to migrate away from AWS etc.
Even sold most of S&P 500 and reinvested into an all-world ex-US ETF.
Seems weird to me, the router would need to do deep packet inspection of DNS and selectively block specific ones. It feels more like you’ve set up your DNS to do forwarding instead of resolution. Can you post a network diagram and the DNS config?