Hi,
A month ago my Windows VM stopped reaching gitlab (it’s a runner). When I connected and looked at it closer, it turned out that none of the network resources were available. Here is the output of the command below
PS> docker run -it --rm mcr.microsoft.com/powershell:7.3-nanoserver-1809 ping google.com
Ping request could not find host google.com. Please check the name and try again. PS
I’ve found another similar problem, but the machine type is C2D, not C3, and switching to E2 didn’t work either.
By the way, if I change the google.com address to its IP 172.217.18.14, I get the response
PS> docker run -it --rm mcr.microsoft.com/powershell:7.3-nanoserver-1809 ping 172.217.18.14
Pinging 172.217.18.14 with 32 bytes of data:
Reply from 172.217.18.14: bytes=32 time=111ms TTL=113
Reply from 172.217.18.14: bytes=32 time=110ms TTL=113
Reply from 172.217.18.14: bytes=32 time=110ms TTL=113
Reply from 172.217.18.14: bytes=32 time=110ms TTL=113
Ping statistics for 172.217.18.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 111ms, Average = 110ms
There is no extra configuration of the VM, just the default one.
Have no idea where to start. Think of temporarily running the VM in another cloud ![]()
Everything worked fine for about a year, but now I’m desperate to fix it
Thank you