This is a discussion on source address ignored in 9.3.1? within the Bind Users forums, part of the DNS and Related Forums category; Hello everyone, There seems to be an issue with the query-source and/or transfer source options in Bind 9....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello everyone,
There seems to be an issue with the query-source and/or transfer source options in Bind 9.3.1: while I have an address defined for query, transfer, listen and notify, the nameserver still tries to use it primary IP address for some queries. These queries are SOA queries for domains where it acts as slave, followed by (failed) attempts to open TCP connections from that same IP address. So no slave zone is transferred. For resolving the address 158.64.1.25 is used correctly. From the options in named.conf: listen-on { 127.0.0.1; 158.64.1.25; }; query-source address 158.64.1.25; transfer-source 158.64.1.25; notify-source 158.64.1.25; listen-on-v6 { none; }; The same config used to work in 9.2.x, so did I miss a change, or a bug? Best regards, Gilles -- RESTENA - DNS-LU 6, rue Coudenhove-Kalergi L-1359 Luxembourg tel: (+352) 424409 fax: (+352) 422473 |