I am new to AWS. I have deployed ejabberd server on AWS ec2 ubuntu 12.04 instance correctly. I have open up the ports 5222, 5280, 5269 using aws-api-tools . Now i am unable to access ejabberd using its IP address and port 5222. I even can't access its web console. If anybody knows about the solution , help me , I stuck in this problem from 2 days.
netstat -nap|grep erlang
, output is-
No info could be read for "-p": geteuid()=1000 but you should be root.
ifconfig output is-
eth0 Link encap:Ethernet HWaddr 02:34:1f:a6:e2:20
inet addr:172.31.15.134 Bcast:172.31.15.255 Mask:255.255.240.0
inet6 addr: fe80::34:1fff:fea6:e220/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:213969 errors:0 dropped:0 overruns:0 frame:0
TX packets:32696 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:305728638 (305.7 MB) TX bytes:2912861 (2.9 MB)
Interrupt:25
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:126 errors:0 dropped:0 overruns:0 frame:0
TX packets:126 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8643 (8.6 KB) TX bytes:8643 (8.6 KB)
And I am trying to connect to web admin console by this- 172.31.15.134:5280/admin