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.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to