Re: nsupdate with respone-policy zone

2019-11-20 Thread mail-list-users
Thank you very much, this did the trick.

Have a nice day!
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: nsupdate with respone-policy zone

2019-11-20 Thread Tony Finch
mail-list-us...@materna.de  wrote:
>
> server 127.0.0.1
> debug no
> zone testoverride
> update add zzz.google.de 604800 A 127.0.0.1
> send

The problem is that nsupdate needs fully-qualified domain names - you
can't omit the zone name like you can in zone files. So your script needs
to be

zone testoverride
update add zzz.google.de.testoverride 604800 A 127.0.0.1
send

Tony.
-- 
f.anthony.n.finchhttp://dotat.at/
Viking: South backing east, 4 to 6. Moderate, occasionally slight in east.
Showers later. Good.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


nsupdate with respone-policy zone

2019-11-20 Thread mail-list-users
Hello,

I try to update my RPZ Zone 'testoverride' with nsupdate.
Sadly I get only 

127.0.0.1#56851: view public: updating zone 'testoverride/IN': update failed: 
update RR is outside zone (NOTZONE)

 as error message.
How do I update a RPZ zone with nsupdate? Do I miss something? Do I understand 
something wrong?
My nsupdate file is this:

server 127.0.0.1
debug no
zone testoverride
update add zzz.google.de 604800 A 127.0.0.1
send

Sincerely
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users