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

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: IPv6 prefix length error

2011-04-29 Thread Mark Andrews
y 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. Mark > -Original Message- > From: Mark Andrews [mailto:ma...@isc.org]=20 > Sent: Thursday, April 28, 2011 7:53 PM &g

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 p

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
S Contract Office: 410-966-0798 Pager: 410-232-2350 Email: linh.k...@ssa.gov -Original Message- From: Mark Andrews [mailto:ma...@isc.org] Sent: Thursday, April 28, 2011 7:53 PM To: Khuu, Linh Contractor Cc: 'bind-users@lists.isc.org' Subject: Re: IPv6 prefix length error In me

RE: IPv6 prefix length error

2011-04-28 Thread Spain, Dr. Jeffry A.
Assuming a Linux BIND host, in /etc/network/interfaces something like the following might work for your IPv6 configuration: iface eth0 inet6 static address 2001:1930:e03::e netmask 64 gateway 2001:1930:e03:: where you would substitute for the interface identifier

Re: IPv6 prefix length error

2011-04-28 Thread Mark Andrews
In message , "Khuu, Linh Contractor" writes: > Hello, > > We just added the IPv6 address on our DNS servers. When we started named, w= > e see these errors in the log: > > prefix length for 2001:1930:e03::e is unknown (assume 128) > prefix length for ::1 is unknown (assume 128) > > So far, nam

Re: IPv6 prefix length error

2011-04-28 Thread Lyle Giese
On 04/28/11 11:20, Khuu, Linh Contractor wrote: Hello, We just added the IPv6 address on our DNS servers. When we started named, we see these errors in the log: prefix length for 2001:1930:e03::e is unknown (assume 128) prefix length for ::1 is unknown (assume 128) So far, named is still running