I have a home network behind a microtik router (The most simple configuration). The computer connected to the router works stably and everything is OK. WSL with Ubuntu can't knock anywhere on http, but everything works over https.
There are several servers with vmware on which there are virtual machines with Ubuntu, http also does not work on them, but https works
WSL with Ubuntu
$ curl https://google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="https://www.google.com/">here</A>.
</BODY></HTML>
$ curl http://google.com
No response (Empty console)
Ubuntu over VMWare
$ sudo apt update
Err:1 http://ru.archive.ubuntu.com/ubuntu focal InRelease
Cannot initiate the connection to ru.archive.ubuntu.com:80 (2a02:6b8::183). - connect (101: Network is unreachable) Could not connect to ru.archive.ubuntu.com:80 (213.180.204.183), connection timed out
Err:2 http://ru.archive.ubuntu.com/ubuntu focal-updates InRelease
Cannot initiate the connection to ru.archive.ubuntu.com:80 (2a02:6b8::183). - connect (101: Network is unreachable)
Err:3 http://ru.archive.ubuntu.com/ubuntu focal-backports InRelease
Cannot initiate the connection to ru.archive.ubuntu.com:80 (2a02:6b8::183). - connect (101: Network is unreachable)
Err:4 http://ru.archive.ubuntu.com/ubuntu focal-security InRelease
Cannot initiate the connection to ru.archive.ubuntu.com:80 (2a02:6b8::183). - connect (101: Network is unreachable)