I have not worked much on virtual machines and I need some help in resolving the virtual machine problem. Here is my set up.
- I have two linux systems with Virtual Box VB1 and VB2 installed on each one.
- Created two guest windows 2000 virtual machines in each of the virtual box.
- Configured the ethernet adapter to use Bridge adapter for network connections.
I am running to run a corba server on one of the win2k guest on VB1 and running a client on one of the win2k guest on VB2. On running the client I get connection refused exception. This happens only when I run the server and client on two different virtual boxes.
Ok, I myself resolved the issue. The issue was with configuring the virtual machines. I had to use “Bridge Network Adapter” as a NIC card in each of the vm, earlier I was using NAT.. so this solved the problem.