Stub zone vs forward zone

Hauke Lampe lampe at hauke-lampe.de
Fri Mar 18 10:18:33 UTC 2011


On 18.03.2011 10:17, Marc Haber wrote:

> Which it doesn't in the "forward" setup, it just immediately returns NXDOMAIN.

Do you include zones.rfc1918 in your configuration? What SOA RR does the
NXDOMAIN return?

| zone "0.10.in-addr.arpa" {
|     type forward;
|     forwarders { 10.0.0.2; };
| };
|
| include "/etc/bind/zones.rfc1918";

The dummy zone overrides the forward declaration:

| $ dig -x 10.0.0.3
| ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 59555
|
| ;; AUTHORITY SECTION:
| 10.in-addr.arpa.	86400	IN	SOA	localhost. root.localhost. 1 604800
86400 2419200 86400



Hauke.



More information about the bind-users mailing list