I have been going through the RabbitMQ tutorial step by step and making sure I can do all the basics. Rabbit seems very interesting and promising, but I am having some issues getting RabbitMQ to talk to other machines.<div><br></div><div>My current set up is:</div><div><br></div><div>Host OS: Windows 7 --- not relevant here, I am only running&nbsp;RabbitMQ&nbsp;on the Guest OS's</div><div>Guest OS 1 (VMWare Player): CentOS 6.3</div><div>Guest OS 2 (VirtualBox): CentOS 6.3</div><div><br></div><div>I have&nbsp;RabbitMQ&nbsp;service working on both Guest OS's and I have Guest OS 1 running rpc_server.py and Guest OS 2 running rpc_client.py.&nbsp;</div><div><br></div><div>But I am unsure how to get those&nbsp;separate&nbsp;VMs talking to&nbsp;each other&nbsp;with the rpc_server.py.</div><div><br></div><div>I have tried editing the following line in rpc_client.py</div><div><br></div><div><div><font face="courier new, monospace">Line 7: self.connection = pika.BlockingConnection(pika.ConnectionParameters(host='<span style="background-color: rgb(255, 255, 0);">192.168.1.84</span>')) <font color="#274e13">#changed from 'localhost'</font></font></div></div><div><br></div><div>So that it reflects the IP address of the server VM, but it I get "socket.error: [Errno 113] No route to host"</div><div><br></div><div>How should I set it up properly to have RabbitMQ talking to&nbsp;separate&nbsp;VMs?</div><div><br></div><div><br></div><div>Thanks</div><div>Eric</div>