Does HostGnome have their own DNS?
By default our virtual machines use Googles Public DNS 8.8.8.8 & 8.8.4.4
We host our own private DNS too below are the available locations and IPs.
UK:
51.195.205.182
51.77.227.80
For Windows open up command prompt and type in the following (UK IP example)
netsh interface ip set dns name=”Local Area Connection” static 51.195.205.182
For Linux the file to be modified will depend on the distro. It maybe in /etc/resolv.conf or /etc/netplan/50-cloud-init.yaml (run “netplan apply” after modifying this file.