board logo
Posted by: Lemonde - 17 May 2019 14:37:26
We are seeing the following: Log Name: System Source: Microsoft-Windows-DNS-Client Date: 17/05/2019 12:42:53 Event ID: 8018 Task Category: (1028) Level: Warning Keywords: User: NETWORK SERVICE Computer: %computername%.domain.local Description: The system failed to register host (A or AAAA) resource records (RRs) for network adapter with settings: Adapter Name : {C65AFE69-A06D-4FDF-B9A2-45656D966F4A} Host Name : %computername% Primary Domain Suffix : domain.local DNS server list : 192.168.202.21, 192.168.202.12 Sent update to server : 192.168.202.21:53 IP Address(es) : 192.168.202.96 The reason the system could not register these RRs was because the DNS server contacted refused the update request. The reasons for this might be (a) you are not allowed to update the specified DNS domain name, or (b) because the DNS server authoritative for this name does not support the DNS dynamic update protocol. To register the DNS host (A or AAAA) resource records using the specific DNS domain name and IP addresses for this adapter, contact your DNS server or network systems administrator. Event Xml: [code=markup]<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DNS-Client" Guid="{1c95126e-7eea-49a9-a3fe-a378b03ddb4d}" /> <EventID>8018</EventID> <Version>0</Version> <Level>3</Level> <Task>1028</Task> <Opcode>0</Opcode> <Keywords>0x4000000000000000</Keywords> <TimeCreated SystemTime="2019-05-17T11:42:53.150403200Z" /> <EventRecordID>24460</EventRecordID> <Correlation /> <Execution ProcessID="1676" ThreadID="9984" /> <Channel>System</Channel> <Computer>%computername%.domain.local</Computer> <Security UserID="S-1-5-20" /> </System> <EventData> <Data Name="AdapterName">{C65AFE69-A06D-4FDF-B9A2-45656D966F4A}</Data> <Data Name="HostName">%computername%</Data> <Data Name="AdapterSuffixName">domain.local</Data> <Data Name="DnsServerList"> 192.168.202.21, 192.168.202.12</Data> <Data Name="Sent UpdateServer">192.168.202.21:53</Data> <Data Name="Ipaddress">192.168.202.96</Data> <Data Name="ErrorCode">9005</Data> </EventData> </Event>[/code]

Posted by: Lemonde - 14 April 2020 23:40:35
I found that unjoining the domain and restarting the system before rejoining solved this,. It was a permission mismatch of some kind.