Please remember to reply to the mailing list, not the original sender:

  http://gnudip2.sourceforge.net/#mailinglist

+++++++++

thank you your reply Fernando,

I already move gnudip-key to my named working directory /var/named but still
have same problem

nsupdate -v -k /usr/local/gnudip/etc/Kgnudip-key.+157+06663.private
> update add abc.test.com. 0 A 192.168.1.1
>
dns_request_getresponse: tsig indicates error

thank you very much


Tin



>
> Tin wrote:
>
> > Please remember to reply to the mailing list, not the original sender:
> >
> >   http://gnudip2.sourceforge.net/#mailinglist
> >
> > +++++++++
> >
> > hi all,
> >
> > i got an error message when i doing nsupdate for test, may i know what
i'm
> > doing wrong?
> >
> > nsupdate -v -k /usr/local/gnudip/etc/Kgnudip-key.+157+06663.private
> > > update add abc.test.com. 0 A 192.168.1.1
> > >
> > dns_request_getresponse: tsig indicates error
> >
> > my /etc/named.conf
> >
> > include "/etc/gnudip-keyfile";  <-------------- Is /etc/ directory in
your
> > named working directory?
>
> I mean, all includes are made from the directory where named is declared
to
> work
> example :
>
> This is part of my named.conf file
>
> ----------------------------------------------
> options {
>         directory "/var/named";  /*< ----------- LOOK AT
THIS!!!!!!!!!!!!!*/
>         pid-file "named.pid";
>         allow-query { any; };
> };
>
> include "gnudip-key";
> zone "make-ing.com.ar" IN {
>         type master;
>         file "pz/makeing.zone";        /*<----------- THEN THIS*/
>         notify yes;
>         update-policy { grant gnudip-key subdomain make-ing.com.ar; };
> };
>
> -----------------------------------------------------
>
> So,  when the include of my zone is called, it actually calls
> "/var/named/gnudip-key" file not "gnudip-key" as it is,  and the statics
zone
> definitions files are placed at "/var/named/pz/" directory,
> "/var/named/pz/makeing.zone" to be exact is the static zone file.
> I hope this helps You
>
> Translations to Spanish are allmost There!!!!, CUSoon!!!!
>
>
>
> >
> >
> > zone "test.com" {
> >         type master;
> >         file "test.com";
> >         allow-query { any; };
> >         update-policy { grant gnudip-keyname subdomain test.com; };
> > };
> >
> > my /etc/gnudip-keyfile
> >
> > key gnudip-keyname {
> >   algorithm hmac-md5;
> >   secret "vg4aXFeZTSgdbE2v/n0zQQ==";
> > };
> >
> > my /usr/local/gnudip/etc/Kgnudip-key.+157+06663.private
> >
> > Private-key-format: v1.2
> > Algorithm: 157 (HMAC_MD5)
> > Key: vg4aXFeZTSgdbE2v/n0zQQ==
> >
> > i using RH7.1  bind 9.1.0 rpm
> >
> > thank you very much
> >
> > --
> > GnuDIP Mailing List
> > http://gnudip2.sourceforge.net/#mailinglist
>
> --
> Fernando Roda Zoppi
> -------------------
> Tel : +54 (299) 478-6617
> Cel : +54 (299) 156-37-1196
> e-mail : [EMAIL PROTECTED]
> Web : http://www.make-ing.com.ar
> -------------------
> Rio Negro - Argentina
>
>
>
>



--
GnuDIP Mailing List
http://gnudip2.sourceforge.net/#mailinglist

Reply via email to