Bind/Named Custom reverse lookups

Hello,

i would like to use something like this:

zone “hq.example.net” {
type forward;
forwarders {
192.168.77.254;
};
};

zone “77.168.192.in-addr.arpa” {
type forward;
forwarders {
192.168.77.254;
};
};

I put them in: “/etc/bind/local.conf.samba4”

dig @127.0.0.1 proxy.hq.example.net => works
dig @127.0.0.1 -x 192.168.77.254 => NXDOMAIN :frowning:
dig @192.168.77.254 -x 192.168.77.254 => works

The UCS Server does not forward the requests. At least i dont see any request with tcpdump.

Any idea why it just returns NXDomain without asking the forwarder 192.168.77.254?

Cheers,
Michael

Mastodon