Page 1 of 1

Destination Host unreachable

Posted: 5. Feb 2015, 21:34
by nixx
Hi there,

I have two virtual machines running Server 2008 R2 there are connected using the internal network and their IP addresses are as follows:


Server1 - domain controller
IP: 192.168.1.1
mask: 255.255.255.0
Gateway: blank
DNS: 192.168.1.1

Server 2

IP: 192.168.1.2
mask: 255.255.255.0
gateway: blank
dns: 192.168.1.1

When I attempt to ping each server from the other I am receiving destination host unreachable. I have windows firewall disabled and I enabled ICMP on both servers.

Any suggestions anyone?

Re: Destination Host unreachable

Posted: 5. Feb 2015, 22:15
by Perryg
From the hosts command windows type the following and post the reply along with the the second command for each guest ( as an attachment )

Code: Select all

VBoxManage list intnets

Code: Select all

VBoxManage showvminfo <guests name>
Note: you need to be in the directory that has VBoxManage .exe

Re: Destination Host unreachable

Posted: 6. Feb 2015, 14:54
by nixx
This is what i get from the host when I ran the command.

Host

C:\>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" list intnets
Name: intnet

I was unable to locate the directory for the VBoxManage on the guest I did a search and nothing came up.

Re: Destination Host unreachable

Posted: 6. Feb 2015, 15:11
by Perryg
Both are run from the host.

Re: Destination Host unreachable

Posted: 9. Feb 2015, 21:55
by nixx
Hi

I deleted all of the vm's which were created from a clone and installed them all separately and now I can ping each machine with the internal network.

Thanks for your assistance.