mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-28 05:14:05 -04:00
pullup:
Q: Why is named listening on UDP port other than 53?
This commit is contained in:
parent
4f0ddc4fc1
commit
5ef63950cf
1 changed files with 8 additions and 0 deletions
8
FAQ
8
FAQ
|
|
@ -265,3 +265,11 @@ address 127.0.0.1 and the IPv6 loopback address ::1, and you do not
|
|||
have IPv6 fully operational. Change the "default-server localhost" to
|
||||
"default-server 127.0.0.1" to make sure rdnc does not try to contact
|
||||
the name server using IPv6.
|
||||
|
||||
|
||||
Q: Why is named listening on UDP port other than 53?
|
||||
|
||||
A: Named uses a system selected port to make queries of other nameservers.
|
||||
This behaviour can be overridden by using query-source to lock down the
|
||||
port and/or address.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue