In my Windows Logs > Application
I see these Warnings
IP address 'xxx.xxx.xxx.xxx' could not be resolved: No such host is known.
The IP is unknown to me. These Warnings get logged as:
Log Name: Application
Source: MariaDB
Event ID: 100
Level: Warning
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2021-12-16T23:32:07.8659376Z" />
<EventRecordID>2182760</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>vm-white</Computer>
<Security />
</System>
- <EventData>
<Data>IP address 'xxx.xxx.xxx.xxx' could not be resolved: No such host is known.</Data>
</EventData>
</Event>
I am hosting WordPress sites and also Matomo (an open source web analytics application.) Could this be somehow trying to use MariaDB to go look up rDNS entries to bind to?
What else would do that? A malicious WordPress plugin?
I am confused.
I tried
[mysqld]
bind-address = 127.0.0.1
to see if it would influence these logged Warnings; but somehow my websites took longer to load. So I undid it. All my users are set-up to use localhost
and not 127.0.0.1
. Based on this skip-name-resolve info I probably would be better off disabling name resolving -- and it could explain why I do get these Warnings if they go away.
Bob suggested to check my firewall setting. I made some adjustments and will keep checking the logs for any changes.
Now, just got this Warning
IP address '34.96.130.11' has been resolved to the host name '11.130.96.34.bc.googleusercontent.com', which resembles IPv4-address itself.