hadeel....@gmail.com wrote:
> I need to connect two vmware images, but due to RAM requirements, I
> need to run them on two machines. How do I set up the network
> configuration of the vmware images as well as the two hosts?
>
> The ip address of my images is on the 192.168.38.x subnet.
>
> What does the ip address of my hosts have to be?
> What is the network configuration of the vmware images have to be? NAT
> i assume?
>
> Thanks
>
i prefer to use Bridged network , so all my vmware machines have a
static IP on my own LAN
e.g
Host 1 192.168.1.10
Vm 1 192.168.1.11
Vm 2 192.168.1.12
Host 2 192.168.1.100
Vm 1 192.168.1.101
Vm 2 192.168.1.102
Vm 3 192.168.1.103
so all the physical and virtual machines can connect and see each other
and they all have internet access too (behind a router seen as a
192.168.1.1 gateway on all nodes)
just my 2 cents