DNS problems (does not answer back on one single domainname)

Hi there my hestia server does not answer dns requests one one of my domains

it did work at a time but now no matter what i do it does not return the ip address
all the others works fine

P.s. the server only acts as dns on my local network

i have tject the named.conf and the zone but all look ok so it updates the zones and config but there something holding the spesific domain name back
if i create another domain with another name that one works

if have tried to delete the user /domain/dns and created it again but the same issue

Help !!!

What about the syslog? You’ll find relevant log entries there, you can grep them easiely with: cat /var/log/syslog | grep domain.tld

indent preformatted text by 4 spaces

/var/log/syslog | tail
Oct 10 17:27:39 srv1 named[627]: client @0x7f4f5c101690 IP_address#65342 (lcdn-locator-usuqo.apple.com.akadns.net): query (cache) ‘lcdn-locator-usuqo.apple.com.akadns.net/A/IN’ denied

i have created two domians under the same user
doamin1.com and domain2.com but only one of them returns an answer from the dns

dig @dns_ip domain1 

; <<>> DiG 9.10.6 <<>> @dns_ip domain1.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 56326
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;domain1.com. IN A

;; Query time: 55 msec
;; SERVER: dns_ip#53(dns_ip)
;; WHEN: Sat Oct 10 17:31:13 CEST 2020
;; MSG SIZE rcvd: 36

dig @dns_ip domain2

; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58697
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;domain2.com. IN A

;; ANSWER SECTION:
domain2.com. 14400 IN A dns_ip

;; AUTHORITY SECTION:
domain2.com. 14400 IN NS ns1.com.
domain2.com. 14400 IN NS ns2.com.

;; Query time: 53 msec
;; SERVER: dns_ip#53(dns_ip)
;; WHEN: Sat Oct 10 17:33:30 CEST 2020
;; MSG SIZE rcvd: 94

DNS problems are usually easy to resolve. Is there a chance we could have your real domains so we could take a closer look at whats going on? I mean, there is no real reason to hide your domains when posting outputs like dig etc.

what the point in that when the domains are only on a local network ???

So there is no fix for this problem ??

It sounds like a local issue, infact we cant access your server (and aswell also dont offer paid support), you would need to provide us more informations and details for your issue. Usualy dns isnt complicated, it just loads the zone files from /home/user/conf/dns/ and thats it.

I am not a DNS expert by any stretch of the definition. So this may not be helpful at all, but something I recently had to go through to get my DNS working. I have 3 domains, but the “main” one that is registered as a nameserver through my domain registrar would not work.

  1. Registrar has ns1/2.domain1.tld registered for my servers IP
  2. All 3 domains have ns1/2.domain1.tld set for their authoritative nameserver with Registrar
  3. Hestia default setup for DNS on domain1.tld (automatically creates NS records for ns1/2)
  4. Had to manually create A records in Hestia DNS for ns1/2 on domain1.tld
1 Like

did you just add an A record for ns1.server.lt 10.10.10.10 and it worked ??

In my case, I created an A Record for ns1 and ns2 with the public IP of the server (with my ethernet setup, its the only IP registered in HCP so the only one in the drop-down)

For hosting name servers you will normally need 2 ip adressen and prefable in 2 different subnets