nsupdate failed with using database mysql as backup

2010-04-15 Thread aihua zhang
hi all,
 i have another problem:when i use sdb mysql as a backup storing
zone data, i found this method doesn't support dynamic update message. but i
need a database backup and dynamic shema. is there any solutions?
 thank you very much!
Best regards!

Sincerely,
aiHua Zhang

State Key Lab. of Networking Technology Research Institute, BeiJing
University of Posts and Telecommunications, 100876, P.R.China
Email :aih...@bupt.cn
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

rndc reload & allow-update

2010-04-12 Thread aihua zhang
hi all,
i found if your zone in named.conf set a statement
{allow-update{any};};then when you use rndc reload ,any modifies will not
 happen. how can i figure it ? thx

-- 
Best regards!

Sincerely,
aiHua Zhang

State Key Lab. of Networking Technology Research Institute, BeiJing
University of Posts and Telecommunications, 100876, P.R.China
Email :aih...@bupt.cn



-- 
Best regards!

Sincerely,
aiHua Zhang

State Key Lab. of Networking Technology Research Institute, BeiJing
University of Posts and Telecommunications, 100876, P.R.China
Email :aih...@bupt.cn
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

dynamic update in IPv6 environment

2010-03-10 Thread aihua zhang
hi,
   when i was in IPv4 environment test the dynamic update ,the result is
completely sucess,there is the result(rangi type is the new type i added):
   [r...@localhost named]# host -t rangi 4086:0002:0010:::1
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800::1
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800::2
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800:20c:29ff:fe32:572a
[r...@localhost named]# nsupdate
> update add 0001.0010.0002.4086.rangiid.arpa 3001 IN rangi
2001:da8:215:1800::3
quit
[r...@localhost named]# host -t rangi 4086:0002:0010:::1
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800::2
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800::3
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800:20c:29ff:fe32:572a
0001.0010.0002.4086.rangiid.arpa has RANGI record
2001:da8:215:1800::1
[r...@localhost named]# nslookup -type=A ns.0010.0002.4086.rangiid.arpa.
Server:  127.0.0.1
Address: 127.0.0.1#53
Name: ns.0010.0002.4086.rangiid.arpa
Address: 127.0.0.1
But,when i change the environment to IPv6 environment ,update always error!!

[r...@localhost named]# host -t  ns.0010.0002.4086.rangiid.arpa
ns.0010.0002.4086.rangiid.arpa has IPv6 address ::1
[r...@localhost named]# nsupdate
> update add 0001.0010.0002.4086.rangiid.arpa. 2001 IN rangi
2001:da8:215:1800::5
couldn't get address for 'ns.0010.0002.4086.rangiid.arpa': failure

the BIND version is  BIND-9.6.1,my install process is :./configure;make
;make install, is there any wrong with my install or others problem ?
thanks!

-- 
Best regards!

Sincerely,
aiHua Zhang

State Key Lab. of Networking Technology Research Institute, BeiJing
University of Posts and Telecommunications, 100876, P.R.China
Email :aih...@bupt.cn
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

confused wiht the full resolver and stub resolver

2009-11-15 Thread aihua zhang
HI,
  here is my understanding about the stub resolver and full resolver:
 stub resolver,used by client and independent name server.
application will call the routine of the lwreslib(such as
lwres_getrdatabyname()) and the lwresd will handle the request using the
lightweight protcol. when lwresd received the request it will render it and
 send it to the name server listed in the resolv.conf. here is my confused:
  1. I find the helper document written:"the full resolver is part
of the caching name server or reolver demon the stub resolver talks to " ,
 can i unstand  all request from the stub resolver handled by  the full
resolver in the name server . if not which module handle this kind request
  2. if the request tackle by the full resolver , the client.h of
the named module handle which type?




-- 
Best regards!
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

how to debug

2009-10-28 Thread aihua zhang
HI,

  I  have already analysis where to add new RR,and how to make it works.
 But i don't contact  automake tool before, so reading so large configure
and makefiles make me feel so bad. I try to understand ,but it just myself
alone to do this , so anyone can give some guide how to debug the source
code 、 how to modify makefile and test result!

 Thanks very much!

-- 
Best regards!
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

error occure when i compile bind in vc 2008

2009-10-24 Thread aihua zhang
hi,
   i'm wondering how i can compile bind-9.6.1-p1 in vc 2008
successfully.Now,i have alone build the libdns ,but  many errorr  occures in
the file
  Microsoft SDKs\Windows\v6.0A\Include\Mprapi.h ,the error is like : Error
27 error C2061: syntax error : identifier 'IN6_ADDR' c:\program
files\microsoft sdks\windows\v6.0a\include\mprapi.h 582 ;Error 28 error
C2061: syntax error : identifier 'ipv6addrDnsAlt' c:\program files\microsoft
sdks\windows\v6.0a\include\mprapi.h 583
   any ideas would be great help to me, Thx!

Best regards,
 xiaoTou
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: adding new RR?

2009-10-16 Thread aihua zhang
ent nslookups.
>
> Sam
>
>
> --
>
> Message: 3
> Date: Thu, 15 Oct 2009 13:37:50 -0500
> From: "Frank Bulk - iName.com" 
> Subject: RE: Nslookup not showng TTL
> To: "'John Horne'" , "Bind users"
>
> Message-ID:
>
>  
>  iname.com>
>
> Content-Type: text/plain;   charset="us-ascii"
>
> You can do an "ipconfig /displaydns" to see some TTL info.
>
> Frank
>
> -Original Message-
> From: bind-users-boun...@lists.isc.org
> [mailto:bind-users-boun...@lists.isc.org] On Behalf Of John Horne
> Sent: Thursday, October 15, 2009 3:07 AM
> To: Bind users
> Subject: Nslookup not showng TTL
>
> Hello,
>
> Using BIND 9.5.1 it seems that the nslookup command is not showing the
> TTL value of found records. It makes no difference if I set 'debug' or
> 'd2'. Example:
>
> ==
> nslookup
> > set debug
> > www.plymouth.ac.uk
> Server: 127.0.0.1
> Address:127.0.0.1#53
>
> 
>QUESTIONS:
>www.plymouth.ac.uk, type = A, class = IN
>ANSWERS:
>->  www.plymouth.ac.uk
>canonical name = extranet.plymouth.ac.uk.
>->  extranet.plymouth.ac.uk
>internet address = 141.163.163.185
>AUTHORITY RECORDS:
>->  plymouth.ac.uk
>nameserver = dns0.plymouth.ac.uk.
>->  plymouth.ac.uk
>nameserver = dns1.plymouth.ac.uk.
>ADDITIONAL RECORDS:
>->  dns0.plymouth.ac.uk
>internet address = 141.163.1.250
>->  dns1.plymouth.ac.uk
>internet address = 141.163.177.1
> 
> www.plymouth.ac.uk  canonical name = extranet.plymouth.ac.uk.
> Name:   extranet.plymouth.ac.uk
> Address: 141.163.163.185
> >
> ==
>
>
> How can I see the TTL value using nslookup?
>
>
>
> Thanks,
>
> John.
>
> --
> John Horne, University of Plymouth, UK
> Tel: +44 (0)1752 587287Fax: +44 (0)1752 587001
>
> ___
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
>
>
> --
>
> Message: 4
> Date: Thu, 15 Oct 2009 21:03:45 +0100
> From: John Horne 
> Subject: Re: Nslookup not showng TTL
> To: Bind users 
> Message-ID: <1255637025.3077.6.ca...@jhorne.homelinux.net>
> Content-Type: text/plain
>
> On Thu, 2009-10-15 at 13:15 -0400, Kevin Darcy wrote:
> > >
> > Removing features from nslookup gets us that much closer to KILLING and
> > BURYING it. Forever.
> >
> So why does the ISC still distribute it?
> (Although I guess the answer may simply be "because people still use
> it".)
>
> Don't get me wrong here - I've been using dig for years, and only use
> nslookup if I have to on my Windows laptop at work, on the Linux/UNIX
> systems dig is only used. If nslookup was no longer present in the BIND
> distribution then that doesn't bother me at all.
>
>
>
>
> John.
>
> --
> John Horne, University of Plymouth, UK
> Tel: +44 (0)1752 587287Fax: +44 (0)1752 587001
>
>
>
> --
>
> Message: 5
> Date: Thu, 15 Oct 2009 16:58:42 -0400
> From: Matthew Pounsett 
> Subject: Re: Nslookup not showng TTL
> To: John Horne 
> Cc: Bind users 
> Message-ID: <76d7097b-28a4-4bbb-a2c8-05bf5b822...@conundrum.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
>
> On 15-Oct-2009, at 16:03, John Horne wrote:
>
> > On Thu, 2009-10-15 at 13:15 -0400, Kevin Darcy wrote:
> >>>
> >> Removing features from nslookup gets us that much closer to KILLING
> >> and
> >> BURYING it. Forever.
> >>
> > So why does the ISC still distribute it?
> > (Although I guess the answer may simply be "because people still use
> > it".)
>
> There was a while there that nslookup printed a big warning banner
> telling you not to use it because it'd been deprecated and would go
> away any day now.   That doesn't seem to be there anymore, sadly.   I
> kinda wish it would just vanish.
>
>
>
>
>
> --
>
> Message: 6
> Date: Fri, 16 Oct 2009 08:48:56 +1100
> From: Mark Andrews 
> Subject: Re: adding new RR?
> To: bind-users@lists.isc.org
> Message-ID: <200910152148.n9flmuyf030...@drugs.dv.isc.org>
>
>
> In message <20091015135428.ga19..

adding new RR?

2009-10-15 Thread aihua zhang
Hi,
   recently,i want to modify source code of BIND9.6.1 to adding new RR
.Now,i just begin to check  RR to see how it work,but i find this method
exhausting me.i don't think this way is effective,so i'm very appreciate
some one  could give me a guid, or some example:souce code is perfect

-- 
Best regards!

Sincerely,
xiao Tou
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users