Não consigo me conectar ao host da máquina virtual e vice-versa. Eu pesquisei muitas horas, mas ainda não consegui localizar o problema.
/ etc / network / interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.178.150
netmask 255.255.255.0
broadcast 192.168.178.255
gateway 192.168.178.1
Eu também tentei iface eth0 inet dhcp
e reiniciei a rede depois com service networking restart
. Mas se eu tentar fazer ping no host ou no roteador, então sempre Destination host unreachable
.
Snippet de saída ifconfig:
eth0 Link encap: Ethernet
Hardware Addresse 00:50:XX:XX:XX:XX
inet Adresse: 192.168.178.150
Bcast: 192.168.178.255
Maske: 255.255.255.0
Configurações VMWare:
O que mais eu tentei:
- desativou o
network-manager
: Não faz diferença. - entrando
nameserver 192.168.178.1
para/etc/resolv.conf
iptables -nL
Não retornei nenhuma regra, então selecionei "repair" no menu de desinstalação do VMWare, instalei os dispositivos de rede virtual e instalei alguns novos. Agora está funcionando! THX! :)