0

I am trying to connect to my amazon EC2 server using winrs. I set an Amazon elastic ip to the server. I am able to connect using the regular ip (ipconfig) but not using the elastic ip. I also see the listener does not state the elastic ip in the 'ListeninOn' property.

Is there a way to add an ip that the server listens on?

Erik Sapir
  • 20,791
  • 27
  • 73
  • 130

1 Answers1

0

Are you able to connect over the instance's public IP? If not, you may have a firewall issue blocking outgoing traffic on port 5985/5986.

Barak
  • 2,773
  • 2
  • 18
  • 29