System:
Host: Windows 11, with all updates installed.
Software: mysql8.2
Guest: Ubuntu 22.04.5 LTS
Problem:
For the last year+, I have been connecting to the mysql service in the host from WSL2 via 172.26.240.1:3306 successfully. I've been out of office for 2 weeks, but made no configuration changes. Now, when I try to connect, the connection times out with no response.
Note that I can still connect to the DB, successfully, from mysql workbench in the windows host. I can also connect successfully to the outside Internet from the guest. It is specifically the connection from the guest to the host that has stopped working.
The issue appears to be that something is now stopping the connection from the guest to the host.
Where do I start looking to find out what is blocking the connection.