View previous topic :: View next topic |
Author |
Message |
e3k Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1575931814664a37f3cd44d.gif)
Joined: 01 Oct 2007 Posts: 515 Location: Quantum Flux
|
Posted: Mon Dec 16, 2019 6:05 pm Post subject: [DNS] strange resolve issues with .org only??? |
|
|
i have unbound on my router as a local network dns resolver server running on an private IP. today i started my box and tried to update debian but it did not work. checked /etc/resolve.conf and the nameserver was correctly set up at 192.168.1.1
then i did dig debian.org and got: connection timed out; no servers could be reached
same with gentoo.org
alternatively i tried some non .org domains and they did resolve fine.
but the .org still would not. after playing with that a while i did try to resolve ietf.org and it did work fine.
afterwards everything started to work fine..
---
i understand it like:dig did not get an answer from 192.168.1.1 but only for .org requests??? is not that strange? _________________
Flux & Contemplation - Portrait of an Artist in Isolation
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
alamahant Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 23 Mar 2019 Posts: 3949
|
Posted: Mon Dec 16, 2019 6:30 pm Post subject: |
|
|
It very strange behavior.
I dont know about unbound but in bind, nowadays one should explicitly disable ipv6 using the OPTIONS="....-4" in /etc/conf.d/named otherwise the server will keep listening on ipv6 and not reply in ipv4.
Also there is a clause Code: | allow-query {localhost; <your-network/network-netmask> }; | otherwise the server will not respond.
Moreover its nice to disable ipv6 using Code: | listen-on-v6 { none; };
listen on port 53 { any; }; |
Use Code: | netstat -tulpen | grep 53 | to check where is the server listening...
Try to apply something similar to unbound and check if it solves the problem......... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
e3k Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1575931814664a37f3cd44d.gif)
Joined: 01 Oct 2007 Posts: 515 Location: Quantum Flux
|
Posted: Tue Dec 17, 2019 11:27 am Post subject: |
|
|
well as i wrote the issue resolved "it self" without me changing anything. but yes i have now setup unbound to bind only to ipv4.
---edit---
on 20200111 it was again here. same issue... not sure why but only .org got problems to resolve. tried to dig directly from router but it was working and instantly on a client but it started to work there also. _________________
Flux & Contemplation - Portrait of an Artist in Isolation
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
e3k Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1575931814664a37f3cd44d.gif)
Joined: 01 Oct 2007 Posts: 515 Location: Quantum Flux
|
Posted: Mon Jan 13, 2020 7:47 pm Post subject: |
|
|
$ dig debian.org
; <<>> DiG 9.11.5-P4-5.1-Debian <<>> debian.org
;; global options: +cmd
;; connection timed out; no servers could be reached
kago@debian:~$ dig @a0.org.afilias-nst.info. debian.org
dig: couldn't get address for 'a0.org.afilias-nst.info.': failure
anyone now?
it is gone 20200113 20:49 UTC+1 _________________
Flux & Contemplation - Portrait of an Artist in Isolation
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|