views:

1054

answers:

2

I am trying out a conferencing application (BigBlueButton).

For this I created an Ubuntu virtual machine that functions as the application server. On this machine I can test the application by navigating to the app url (for example http://10.0.2.15).

I also created a second virtual machine that should function as a client. On this machine I want to be able to navigate to the server as well, but that doesn't seem to be working. If I try to navigate from the client to the server by using the app-url I get nothing, followed by a timeout.

To establish a network between the two machines I tried the following solutions:

  • Create a second network adapter on each virtual machine and attach to "Host-only Adapter" with name "vboxnet0"
  • Create a second adapter on each machine and attach to "Internal network" named "intnet".

I thought that either of above options would be a good solutions, but none of them works.

Can anyone help me out here?

FYI I am using MacOS X as host system.

EDIT: I created my second machine by cloning the first one (using the clone utility). Maybe this causes both machines to be identical which makes them indistinguishable on a network. Would this cause a problem? (As a desktop developer I'm a bit of a noob when it comes to I.T.)

+1  A: 

Set the interfaces you created to internal networking. Choose a tasteful and interesting name, like "mynet". Use that name as the network name for both of the virtual machines and they will automatically be able to talk to each other over those interfaces.


Sorry, I see you already did that. In this case just give those two machines static IP addresses on the interfaces of "internal networking" type. Like, 192.168.0.2 and 192.168.0.3.

Also, once you've changed the IPs make sure the server is listening on the right interface.

Kaze no Koe
+1  A: 

IF you cloned the machine and didn't change the ip, they will never connect... Also - make sure there is something listening on the url that you're trying to reach. each machine should have a different ip (but on the same network of-course)

Dani