I have Ubuntu 16.04
host machine with WMWare Player
and Windows 8
guest. The problem is that the guest Windows machine doesn't have access to the internet.
Host Ubuntu 16.04 configuration:
>>> grep VERSION= /etc/*-release
/etc/os-release:VERSION="16.04.3 LTS (Xenial Xerus)"
>>> sudo iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
>>> sudo ufw status
Status: inactive
VMWare configuration:
> vmware --version
VMware Workstation 12.1.0 build-3272444
Windows guest machine:
Testing:
Notes:
- Note the
ping
is ok andnslookup
hangs. Looks like host machine is stopping the traffic. - I tried
ssh
into host - ok. - I tried
ssh
into other machine within the Locallo
network of the host - ok - The gateway in the network config is set to
172.16.223.2
. I tried to change that to the IP of the host (172.16.223.1
) - same results.