Access IS instance from internet

Hi All,
I have installed IS in one of AWS instance.It is working fine when accessing with localhost but when trying to access with public IP it is not working.
Getting reply when doing ping from CMD.

Any one having any idea what changes needs to apply.

Thanks
Baharul Islam

Hi Baharul,

can you try to check connectivity with telnet:

telnet -e c

This should give you either a timeout if you can not reach the box or conneciton refused if the box can be reached but not the port.

Ping only tells you that the box itsellf exists, but not if you can reach the service port.

Regards,
Holger

Hi Holger,

I am getting attached connection refused error when trying to access from internet.

To more generalize the error.I get the aws public IP as “54.255.165.100” now when trying to access 54.255.165.100:5555" from AWS box itself not able to get response but ping command is getting response.

Thanks
Baharul Islam
Ping_Response.PNG

Hi Baharul,

sounds like either an proxy issue or some misconfiguration.

Can you check “ipconfig -a” of the aws host?

Regards,
Holger

Thanks for helping out.

Issue was due to firewall blocking from AWS instance.It is now working.

Thanks
Baharul Islam

1 Like