DNS Server Logs Event 7062: "DNS Server Encountered a Packet Addressed to Itself"

ID: Q218814


The information in this article applies to:


SYMPTOMS

After you apply Service Pack 4, the DNS server begins logging Event 7062:

DNS Server encountered a packet addresses to itself -- IP address w.x.y.z. The DNS server should never be sending a packet to itself. This situation usually indicates a configuration error. Check the following areas for possible self-send configuration errors: 1) Forwarders list (DNS server should not forward to themselves). 2) Master lists of secondary zones. 3) Notify lists of primary zones. 4) Delegations of subzones. Must not contain NS record for DNS server Example: -> This DNS server dns1.foo.com is the primary for the zone foo.com. -> You have delegated the zone bar.foo.com to bardns.bar.foo.com and are NOT running the bar.foo.com zone on this DNS (dns1.foo.com). Note, you should make this check (with nslookup of DNS manager) both on this DNS server and on the server(s) you delegated the subzone to. It is possible that the delegation was done correctly, but that the primary DNS for the subzone, has any incorrect NS record pointing back at this server. If this incorrect NS record is cached at this server, then the self-send could result. If found, the subzone DNS server admin should remove the offending NS record.


CAUSE

This error is caused by a configuration error or is the result of a delegation of a domain (or subdomain) to a server for which there is no zone file (lame delegation).


RESOLUTION

To resolve this issue, check for the following conditions:

Forwarders

DNS can be configured to forward off-site queries to designated servers. Be sure that the DNS server is not configured to forward these off-site queries to itself:
  1. Select the server, click DNS, and then click Properties from the menu.


  2. Click the Forwarders tab.


  3. If the server's own IP address is listed, select it and click Remove.


Master List of Secondary Zones

A secondary zone is configured with a list of the master or primary server(s). Be sure that the server's own IP address is not listed as one of the IP master(s):

  1. Select the secondary zone, click DNS, and then click Properties from the menu.


  2. Click the General tab.


  3. If the server's own IP address is listed in the IP Master(s) section, select it and click Remove.


Notify Lists

Microsoft Windows NT DNS Server allows the Administrator to specify (on the primary DNS server) any secondary DNS servers that should be notified immediately of changes to the Zone file. Be sure that the DNS server is not configured to notify itself:
  1. Select the primary zone, click DNS, and then click Properties from the menu.


  2. Click the Notify tab.


  3. If the server's own IP address is listed, select it and click Remove.


Lame Delegation

Lame delegation is defined as having a domain or subdomain delegated to a server that is not authoritative for the domain (in other words, a zone file does not exist for the domain on the server). There are two possible scenarios that can cause lame delegation:


MORE INFORMATION

Due to the informational nature of this warning, the severity type has been reduced from a "Stop" (red) event to a "Warning" (yellow) event in Windows NT 4.0 Service Pack 5.

Additional query words:


Keywords          : 
Version           : winnt:4.0 SP4
Platform          : winnt 
Issue type        : kbprb 

Last Reviewed: May 5, 1999