<div dir="ltr">Here are the permissions for default host.<div><br></div><div><div>C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.3.0\sbin>rabbitmqctl.ba</div><div>t list_permissions -p /</div><div><br></div><div>Listing permissions in vhost "/" ...</div><div>guest   .*      .*      .*</div><div>...done.</div><br>On Friday, April 25, 2014 5:55:51 PM UTC-5, Scott McFadden wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Was running RabbitMQ 3.3.0 for Windows but our server crashed.   Recently moved rabbitmq to a hyperv windows virtual server and trying to get set back up.  Trying to connect from client to new RabbitMqServer on hyper-v 2008 virtual server using guest/guest default credentials and get this error:<div><br></div><div><br><div><div>None of the specified endpoints were reachable\nEndpoints attempted:\n------------------<wbr>------------------------------<wbr>\nendpoint=amqp-0-9://<a href="http://devtest01.acme.com:5672" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fdevtest01.acme.com%3A5672\46sa\75D\46sntz\0751\46usg\75AFQjCNE0RlzUsuzSBNvfEpOT1K5rT_i60g';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fdevtest01.acme.com%3A5672\46sa\75D\46sntz\0751\46usg\75AFQjCNE0RlzUsuzSBNvfEpOT1K5rT_i60g';return true;">devtest0<wbr>1.acme.com:5672</a>, attempts=1\nRabbitMQ.Client.<wbr>Exceptions.<wbr>AuthenticationFailureException<wbr>: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.\r\n   at RabbitMQ.Client.Impl.<wbr>ConnectionBase.StartAndTune()\<wbr>r\n   at RabbitMQ.Client.Framing.Impl.<wbr>v0_9_1.Connection.Open(Boolean insist)\r\n   at RabbitMQ.Client.Impl.<wbr>ConnectionBase..ctor(<wbr>ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)\r\n   at RabbitMQ.Client.Framing.Impl.<wbr>v0_9_1.Connection..ctor(<wbr>ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)\r\n   at RabbitMQ.Client.Framing.Impl.<wbr>v0_9_1.ProtocolBase.<wbr>CreateConnection(<wbr>ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)\r\n   at RabbitMQ.Client.<wbr>ConnectionFactory.<wbr>FollowRedirectChain(Int32 maxRedirects, IDictionary`2 connectionAttempts, IDictionary`2 co</div><div>nnectionErrors, AmqpTcpEndpoint[]& mostRecentKnownHosts, AmqpTcpEndpoint endpoint)\n===================<wbr>=============================\<wbr>nStack trace:\n   at RabbitMQ.Client.<wbr>ConnectionFactory.<wbr>CreateConnection(Int32 maxRedirects)\r\n   at RabbitMQ.Client.<wbr>ConnectionFactory.<wbr>CreateConnection()\r\n   at</div></div></div><div><br></div><div>Client is using RabbitMQ.Client for .NET 3.2.4.0.</div><div><br></div><div>Here is the .NET 4.51 code:</div><div><br></div><div><div> var cf = new ConnectionFactory() { HostName = this.HostName, UserName = this.UserName, Password = this.Password };</div><div> m_connection = cf.CreateConnection();</div><div> m_model = m_connection.CreateModel();</div></div><div><br></div><div>How do you troubleshoot RabbitMQ connectivity issues for windows server / client?</div><div><br><br></div><div>thanks</div><div><br></div><div><br></div><div>scott</div></div></blockquote></div></div>