Telnet to a cloud instance from outside

老子叫甜甜 提交于 2019-12-24 16:35:15

问题


I have a cloud MS window instance on EC2. I want to telnet this instance from my own machine (outside).

What I did: 1- turned off the MS firewall 2- turned on the telnet client and telnet service in the instance..

Now from my machine, if the public ip address for the cloud instance is 80.8.8.9. then, on the the cmd terminal from outside. I wrote telnet 80.8.8.9 where It said that the connection is failed.

What I am missing, what is the wrong thing I did..


回答1:


Make sure you go to AWS management console/EC2/Security Groups/[Your Security Group]/Inbound and open telnet port (23) to your own machine network.



来源:https://stackoverflow.com/questions/15022448/telnet-to-a-cloud-instance-from-outside

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!