Debugging DNS Resolution for rubenflamshepherd.com Domain
269 messages · Page 7 of 14
Tool: Bash
$ dig DNSKEY rubenflamshepherd.com @maceio.ns.porkbun.com +shortNo DNSSEC issues. Let me check if it's the ALIAS record causing problems - ALIAS records require the DNS provider to resolve them on-the-fly.
Tool: Bash
$ dig pixie.porkbun.com @66.207.192.6 +shortTool: Bash
$ dig rubenflamshepherd.com @1.1.1.1 +shortTool: Bash
$ dig rubenflamshepherd.com @maceio.ns.porkbun.com 2>&1 | grep -A5 "ANSWER SECTION"Weird. Your ISP DNS CAN resolve `pixie.porkbun.com` (the ALIAS target) but returns `SERVFAIL` for your domain specifically. Let me check if your domain might be flagged or if there's a caching issue.
Tool: Bash
$ dig rubenflamshepherd.com @206.223.173.7 +all 2>&1 | head -20Tool: Bash
$ whois 66.207.192.6 2>/dev/null | grep -i "orgname\|netname" | head -3Both Beanfield DNS servers return `SERVFAIL`. Let me trace the resolution to see where it breaks.
Tool: Bash
$ dig +trace rubenflamshepherd.com 2>&1