<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------------------------------------------------\nendpoint=amqp-0-9://devtest01.acme.com:5672, attempts=1\nRabbitMQ.Client.Exceptions.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.\r\n   at RabbitMQ.Client.Impl.ConnectionBase.StartAndTune()\r\n   at RabbitMQ.Client.Framing.Impl.v0_9_1.Connection.Open(Boolean insist)\r\n   at RabbitMQ.Client.Impl.ConnectionBase..ctor(ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)\r\n   at RabbitMQ.Client.Framing.Impl.v0_9_1.Connection..ctor(ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)\r\n   at RabbitMQ.Client.Framing.Impl.v0_9_1.ProtocolBase.CreateConnection(ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)\r\n   at RabbitMQ.Client.ConnectionFactory.FollowRedirectChain(Int32 maxRedirects, IDictionary`2 connectionAttempts, IDictionary`2 co</div><div>nnectionErrors, AmqpTcpEndpoint[]& mostRecentKnownHosts, AmqpTcpEndpoint endpoint)\n================================================\nStack trace:\n   at RabbitMQ.Client.ConnectionFactory.CreateConnection(Int32 maxRedirects)\r\n   at RabbitMQ.Client.ConnectionFactory.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>