Troubleshooting: Why do a virtual machine with Windows Server 2019 show no internet access, when you can browse for websites?
- solbergtonje
- 17 nov. 2024
- 1 min läsning
Uppdaterat: 25 dec. 2024
Do the host machine have internet access? Yes
Have there been any changes done to the hypervisor? No
Lets open Command Prompt: search for 'cmd' and hit ENTER


First off, lets establish internet access by pinging Google: ping 8.8.8.8 Success!

While in Command Prompt check the network settings: ipconfig /all There seem to be only one DNS server, itself.

We will add a second DNS server. Open the network adapter: ncpa.cpl

Right-click and choose 'Properties'

Choose 'Internet Protocol Version 4 (TCP/IPv4)' and click on 'Properties'


On Alternate DNS Server insert Google's DNS server: 8.8.8.8 and hit OK, then CLOSE

Restart the server while in Command Prompt: shutdown /r

Problem solved!






