Can't connect in Windows 10 -- DNS problem?

I’ve searched and read everywhere and everything, to the best of my ability; I’m a novice, forgive me if I’m asking a redundant question.

Something problem prevents communication to internet addresses, but pinging works fine. Any suggestions?

[Windows 10 Pro, updated today, 16 G,
Docker 18.09.0, build 4d60db4. – default configuration
Firewall off.]

Here’s what I get trying to test a connection. The forum wouldn’t let me post with google address with a real dot so I spelled it out.

Same response if I enhance the command with a --dns parameter using either 8.8.8.8 or the DNS server reported by ipconfig, regardless of what network I’m on.


PS C:\WINDOWS\system32> docker run busybox nslookup google.com
Server: 192.168.65.1
Address: 192.168.65.1:53

Non-authoritative answer:
Name: google (dot) com
Address: 172.217.6.46

*** Can’t find google (dot) com: No answer


Here are ping results


PS C:\WINDOWS\system32> docker run busybox ping -c 1 192.203.230.10
PING 192.203.230.10 (192.203.230.10): 56 data bytes
64 bytes from 192.203.230.10: seq=0 ttl=37 time=100.398 ms

— 192.203.230.10 ping statistics —
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 100.398/100.398/100.398 ms