problem with bind 8.2.3

Philip J. Priest phil at blkbox.com
Mon Feb 19 18:39:22 UTC 2001


Im having some problems.  I made some changes to my boot files.  and I did increment the serial # of these files.

this is my slave dns.
heres the error im getting in my syslog

Feb 19 12:29:59 vbrg-ns named[28334]: Err/TO getting serial# for "66.52.200.IN-A
DDR.ARPA"
Feb 19 12:29:59 vbrg-ns named[28334]: Err/TO getting serial# for "visualbridge.t
v"
Feb 19 12:29:59 vbrg-ns named-xfer[28337]: [209.247.124.3] not authoritative for
 66.52.200.IN-ADDR.ARPA, SOA query got rcode 0, aa 0, ancount 0, aucount 13
Feb 19 12:29:59 vbrg-ns named-xfer[28338]: [209.247.124.3] not authoritative for
 visualbridge.tv, SOA query got rcode 0, aa 0, ancount 1, aucount 0

and heres my named.conf



options {

// The following paths are necessary for this chroot

directory "/etc/namedb";

dump-file "/var/tmp/named_dump.db";

pid-file "/var/run/named.pid";

named-xfer "/usr/sbin/named-xfer";

statistics-file "/var/tmp/named.stats";

memstatistics-file "/var/tmp/named.memstats";

};

logging {

channel seclog {

file "/var/log/sec.log" versions 5 size

1m;

print-time yes; print-category yes;

};

category xfer-out { seclog; };

category panic { seclog; };

category security { seclog; };

category insist { seclog; };

category response-checks { seclog; };

};

zone "iecommerce.net" in {

type slave;

file "named.data";

masters {12.19.102.16;};

};

zone "iecknowledge.com" in {

type slave;

file "iecknowledge.com";

masters {12.19.102.16;};

};

zone "netforalltv.net" in {

type slave;

file "iecommerce.net";

masters {

12.19.102.16;

};

};

zone "netforalltv.com" in {

type slave;

file "netforalltv.com";

masters {12.19.102.16;};

};

zone "netforallhealth.com" in {

type slave;

file "netforallhealth.com";

masters {12.19.102.16;};

};

zone "netforallhealth.net" in {

type slave;

file "netforallhealth.net";

masters {12.19.102.16;};

};

zone "netforallhealth.org" in {

type slave;

file "netforallhealth.org";

masters {12.19.102.16;};

};

zone "healthnetforall.com" in {

type slave;

file "healthnetforall.com";

masters {12.19.102.16;};

};

zone "healthnetforall.org" in {

type slave;

file "healthnetforall.org";

masters {12.19.102.16;};

};

zone "healthnetforall.net" in {

type slave;

file "healthnetforall.net";

masters {12.19.102.16;};

};

zone "net4alltv.net" in {

type slave;

file "net4alltv.net";

masters {12.19.102.16;};

};

zone "net4alltv.com" in {

type slave;

file "net4alltv.com";

masters {12.19.102.16;};

};

zone "tv-net.net" in {

type slave;

file "tv-net.net";

masters {12.19.102.16;};

};

zone "netforall.net" in {

type slave;

file "netforall.net";

masters {12.19.102.16;};

};

zone "interkiosk.net" in {

type slave;

file "interkiosk.net";

masters {12.19.102.16;};

};

zone "interkiosk.com" in {

type slave;

file "interkiosk.com";

masters {12.19.102.16;};

};

zone "netforallmall.com" in {

type slave;

file "netforallmall.com";

masters {12.19.102.16;};

};

zone "netforallmall.net" in {

type slave;

file "netforallmall.net";

masters {12.19.102.16;};

};

zone "healthnetforall.cc" {

type slave;

file "/etc/namedb/healthnetforall.cc.hosts";

masters {12.19.102.16;};

};

zone "netforallhealth.cc" {

type slave;

file "/etc/namedb/netforallhealth.cc.hosts";

masters {12.19.102.16;};

};

zone "netforallmall.cc" {

type slave;

file "/etc/namedb/netforallmall.cc.hosts";

masters {12.19.102.16;};

};

zone "netforalltv.cc" {

type slave;

file "/etc/namedb/netforalltv.cc.hosts";

masters {12.19.102.16;};

};

zone "iecommerce.cc" {

type slave;

file "/etc/namedb/iecommerce.cc.hosts";

masters {

12.19.102.16;

};

};

zone "netforall.cc" {

type slave;

file "/etc/namedb/netforall.cc.hosts";

masters {

12.19.102.16;

};

notify yes;

};

zone "net4alltv.cc" {

type slave;

file "/etc/namedb/net4alltv.cc.hosts";

masters {12.19.102.16;};

};

zone "netforall.com" {

type slave;

file "/etc/namedb/netforall.com.hosts";

masters {12.19.102.16;};

};

zone "net4all.com" {

type slave;

file "/etc/namedb/net4all.com.hosts";

masters {12.19.102.16;};

};



zone "211.31.12.IN-ADDR.ARPA" in{

type slave;

file "rev.12.31.211";

masters {12.19.102.16;};

};

zone "66.52.200.IN-ADDR.ARPA" in{

type slave;

file "rev.200.52.66";

masters {12.19.102.16;};

};

zone "." in {

type hint;

file "named.ca";

};





zone "visualbridge.tv" {

type slave;

file "/etc/namedb/visualbridge.tv.hosts";

masters {

12.19.102.16;

};

};

can anyone help me?



phil




More information about the bind-users mailing list