Created 04-13-2016 06:30 AM
I am trying to connect to AWS first time and have followed all the instructions from HDPCD-Java-PracticeExamGuide.pdf.
Created 04-13-2016 06:35 AM
Hi @Vishal, I'd recommend you to check the configuration of your security group. Is your instance correctly associated to the security group you created? Is your security group allowing incoming connection on port 5901 (with your IP address as source)?
Created 04-13-2016 11:40 PM
Thank You so much @Pierre Villard for your response, I have following settings in my security group named: hwxPracticeExam under Inbound
SSH | TCP | 22 | 0.0.0.0/0 |
Custom TCP Rule | TCP | 5901 | 0.0.0.0/0 |
So I should accept traffic from all IP adreses?
Created 04-14-2016 12:13 AM
Please never mind and ignore last comment I figured out that I was behind Firewall and MyIP was not getting picked up right.
Thanks for giving the direction though.
Created 12-29-2017 12:19 PM
Hi @Vishal , i am getting the same issue, i have even disabled my laptop firewall, still issue persists.
Created 12-29-2017 06:11 PM
Hello Aryan, it was network firewall/route rules I was referring to. Please make sure the network you are using is not blocking connection on port 5901.
Created 12-29-2017 06:17 PM
@Vishal How can i make sure that the network is not blocking connection on port 5901? My laptop firewall is disabled.
I am stuck on this issue from one week
Created 12-29-2017 08:27 PM
@Aryan if you using your home network, please try netstat -anp | find "5901" if returns nothing you should be good from port perspective. Check your IP using nslookup and if it is starting with 169. or 10. it tells me that you are using private network and many things could go wrong in that case, not sure if i could help in that case if not Make sure your security group is configured correctly from inbound perspectively it should open 0.0.0.0/0 all IPs for port 5901 as mentioned above in the thread.
Created 01-03-2018 12:24 PM
@Vishal , netstat -anp | find "5901" returned nothing. my current ip is 192.168.43.240
I have created the security group as per hortonworks documentation.
Custom TCP Rule | TCP | 5901 | 0.0.0.0/0 |
Created 01-03-2018 12:27 PM
@Vishal, netstat -anp | find "5901" returned me nothing. My current ip address is 192.168.43.240
For security rules i followed each step of documentation. My laptop firewalls are also diasbled.
Custom TCP Rule | TCP | 5901 | 0.0.0.0/0 |