Re: dynamic update in IPv6 environment

2010-03-11 Thread Alan Clegg
aihua zhang wrote:

[...]

 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!

Dynamic updates work correctly in an IPv6 environment to the best of my
knowledge, however, nsupdate does not at this point have support for the
RANGI RR type.  Is this a modified version of BIND?  If so, where is it
available?

Are you able to post the configuration file (named.conf) and the zone
file in question?

Thanks,
AlanC



signature.asc
Description: OpenPGP digital signature
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: dynamic update in IPv6 environment

2010-03-11 Thread Kevin Darcy
Some suggestions:
1) always use -d with nsupdate, otherwise you get almost no indication
of what it's doing under the covers
2) look in your query logs to see what queries nsupdate is generating
3) when you say change [...] to IPv6 environment, am I to understand
that you're actually bringing up an IPv6 interface on the device?
Because I don't think nsupdate will search for  records unless it
does a probe and finds an IPv6 interface configured locally. (Caveat: my
hands-on experience with IPv6 is very limited.)

- Kevin

On 3/11/2010 2:28 AM, aihua zhang wrote:

 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 mailto:aih...@bupt.cn


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

___
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