RE: IPv6 prefix length error

2011-04-29 Thread Khuu, Linh Contractor
Thanks Mark for your recommendation!!! However, in the ifconfig -a output, I have: lo0: flags=e08084b inet 127.0.0.1 netmask 0xff00 broadcast 127.255.255.255 inet6 ::1/128 But I still see the error in the log "28-Apr-2011 23:58:02.935 general: prefix length for ::1 is unkno

Re: IPv6 prefix length error

2011-04-29 Thread Phil Mayers
On 04/29/2011 02:17 PM, Khuu, Linh Contractor wrote: Thanks Mark for your recommendation!!! However, in the ifconfig -a output, I have: lo0: flags=e08084b inet 127.0.0.1 netmask 0xff00 broadcast 127.255.255.255 inet6 ::1/128 So? As Mark said, the problem is that: """n

RE: IPv6 prefix length error

2011-04-29 Thread Khuu, Linh Contractor
We're running AIX 5.3 Linh Khuu -Original Message- From: bind-users-bounces+linh.khuu=ssa@lists.isc.org [mailto:bind-users-bounces+linh.khuu=ssa@lists.isc.org] On Behalf Of Phil Mayers Sent: Friday, April 29, 2011 9:57 AM To: bind-users@lists.isc.org Subject: Re: IPv6 prefix le

Re: IPv6 prefix length error

2011-04-29 Thread Mark Andrews
In message , "Khuu, Linh Contractor" writes: > Thanks Mark for your recommendation!!! > > However, in the ifconfig -a output, I have: > > lo0: flags=3De08084b T,64BIT> > inet 127.0.0.1 netmask 0xff00 broadcast 127.255.255.255 > inet6 ::1/128 > > But I still see the error in

Re: IPv6 prefix length error

2011-04-29 Thread Phil Mayers
On 04/29/2011 03:24 PM, Mark Andrews wrote: The fix is likely to be a couple of lines of code to retrieve the value but without access to the correct documentation or kernel source code its hard to work out how to fix it. This code apparently works for AIX 5.3: http://lists.samba.org/archive/

Re: key directory in named.conf

2011-04-29 Thread /dev/rob0
On Wed, Apr 27, 2011 at 09:42:30PM +1000, Mark Andrews wrote: > In message , > rams writes: > > How to declare multiple signed key paths in key-directory. When > > i declare as follows, named not starting. > > > > key-directory {"/var/named/zones";"/root/ramesh/Largezone";} > > The syntax is "k

Re: Anyone have problems with BIND 9.8.0

2011-04-29 Thread Tony Finch
A couple of problems: Firstly, if you are running chrooted and have a recent version of OpenSSL installed, you must either copy the OpenSSL gost cipher engine loadable module into your chroot, or hack the build scripts to disable gost support. The easiest way to do this is to make the obvious o

Re: IPv6 prefix length error

2011-04-29 Thread Mark Andrews
In message <4dbad097.5030...@imperial.ac.uk>, Phil Mayers writes: > On 04/29/2011 03:24 PM, Mark Andrews wrote: > > > > The fix is likely to be a couple of lines of code to retrieve the > > value but without access to the correct documentation or kernel > > source code its hard to work out how to