Destination Host unreachable

Discussions related to using VirtualBox on Windows hosts.
Post Reply
nixx
Posts: 3
Joined: 5. Feb 2015, 21:29

Destination Host unreachable

Post 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?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Destination Host unreachable

Post 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
nixx
Posts: 3
Joined: 5. Feb 2015, 21:29

Re: Destination Host unreachable

Post 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.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Destination Host unreachable

Post by Perryg »

Both are run from the host.
nixx
Posts: 3
Joined: 5. Feb 2015, 21:29

Re: Destination Host unreachable

Post 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.
Post Reply