Project

General

Profile

Actions

Setup simulator with VMware » History » Revision 1

Revision 1/4 | Next »
Anchi Cheng, 10/07/2014 09:23 PM


Setup simulator with VMware Fusion

I set up 2 virtual machine on my MacBook and can run all the tcp transporter tests and image acquisition using a few specific settings as follows:

On the mac, find out the hostname known by python socket module. In python command line

import socket
socket.gethostname()

My mac is called anchi3.local

For each virtual machine

  1. Open Network Adopter settings through menu VMware Fusion/Virtual Machine\Network Adopter\Network Adopter Settings...
  2. Select to use "Private to my Mac" and activate "Connect Network Adaptor" if not already chosen.
  3. Follow Windows_Installation_Al to make all parties on this private network know each other by hostname
  4. * Note: the virtual machine knows the real machine as "anchi3", not "anchi3.local". You should associate both names with the private network IP (127.xx.xx.1)

On the mac, the /etc/hosts should include assignment to each virtual machine as well as its own private network IP. I have

127.xx.xx.128 virtual1
127.xx.xx.129 virtual2
127.xx.xx.1 anchi3 anchi3.local

Updated by Anchi Cheng about 10 years ago · 1 revisions