Finally getting acquainted with the ins and outs of operating VMware Workstation 6. The user documentation from VMware has proved very helpful in getting a new user (like me) comfortable with operating the software. The only drawback experienced so far has been the fact that VMware is hungry on system resources and barely runs on a physical host with memory less than 1GB (as opposed to my 512 MB main memory laptop, where VMware Workstation ran extremely slowly).
Setting up the Virtual Machines (VM) was a breeze.breeze(albeit a time consuming process). In W308, two VMs were created on the physical host computer Scofield running VMware Workstation 6 on Ubuntu 8.04:
For purposes of experimental control, the first VM named Schutzstaffel was created using the Custom configuration, and the second VM Totenkopfverbände was created using the Typical configuration options.
Schtuzstaffel was configured to have 384 MB of main memory, and an 8 GB virtual hard disk, with the entire hard disk space created for the machine right from the start (VMware claims that this increases the overall performance of the VM).
Totenkopfverbände was configured starting with 512 MB of main memory and an 8GB virtual hard disk but the virtual disk space has not been allocated for the machine in its entirety, it will grow according to the machine's storage requirements (up until it reaches its maximum capacity of 8 GB).
Both machines were configured to work with NAT network configuration as opposed to Bridged networking or Host-only network configuration.
Both machines had Ubuntu 8.04 installed in them as the Guest Operating System as well as VMware Tools.
Within the NAT networking scheme, the VMs utilized a Virtual Network Adapter (which was supported by the prior installation of VMware Tools).
There after using the ping and traceroute programs, communication was established between the two local virtual machines Schutzstaffel and Totenkopfverbände. The following the output of the operations:
reichsfuhrer@Schutzstaffel:~$ traceroute 192.168.241.129 traceroute to 192.168.241.129 (192.168.241.129), 30 hops max, 40 byte packets 1 totenkopfverbande.local (192.168.241.129) 7.222 ms 7.312 ms 7.281 ms reichsfuhrer@Schutzstaffel:~$ ping 192.168.241.129 PING 192.168.241.129 (192.168.241.129) 56(84) bytes of data. 64 bytes from 192.168.241.129: icmp_seq=1 ttl=64 time=0.418 ms 64 bytes from 192.168.241.129: icmp_seq=2 ttl=64 time=0.423 ms 64 bytes from 192.168.241.129: icmp_seq=3 ttl=64 time=0.269 ms 64 bytes from 192.168.241.129: icmp_seq=4 ttl=64 time=0.305 ms 64 bytes from 192.168.241.129: icmp_seq=5 ttl=64 time=0.382 ms