error processing update packet

Mark Borghardt Mark.Borghardt at 360.net
Wed May 3 19:55:48 UTC 2000


I am getting a lot of:

named[27017]: error processing update packet (YRRSET) id 20590 from
[172.12.32.1].48184

type messages.  How can I user the id #'s to trace back to the error?

Bind Version: 8.2.2 Patchlevel 5
DHCP Version: ISC 3.0b1pl13

My configuration file contains the following:

acl ddnsallow {
        172.16.16.1;
        172.16.32.1;
        172.16.48.1;
	localhost;
};

  .
  .
  .

zone "wfi.com" in {
	type master;
	file "master/db.wfi.com";
	allow-update { ddnsallow; };
        maintain-ixfr-base yes;
	notify yes;
#	allow-query { any; };
};

  .
  .
  .

zone "16.16.172.in-addr.arpa" in {
	type master;
	file "master/db.172.16.16";
	allow-update { ddnsallow; };
        maintain-ixfr-base yes;
	notify yes;
};

Mark Borghardt
360 Networks



More information about the bind-users mailing list