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::xxxx where you would substitute for xxxx the interface identifier of your router on IPv6 subnet 0. Jeffry A. Spain Network Administrator Cincinnati Country Day School -----Original Message----- 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 fine... I can't find any information to > correct these errors. > Thanks, > Linh Khuu > > > > _______________________________________________ > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users These are not bind errors, but errors in how you configured IPv6 in the host OS. You have not specified the prefix length(compares to /24 for IPv4 cidr notation) in your network configuration for your IPv6 addresses. Lyle Giese LCR Computer Services, Inc. _______________________________________________ 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