linux - telnet refused on specific port on AWS instances -
i'm tryign telnet 1 linux env (10.205.116.141) 10.205.117.246 on port 7199 keep getting connection refused. did chkconfig iptables off
on both servers , make sure iptables if stopped well.
what else should looking at?
[root@ip-10-205-116-141 bin]# telnet 10.205.117.246 7199 trying 10.205.117.246... telnet: connect address 10.205.117.246: connection refused
trace route seems working well...
[root@ip-10-205-116-141 bin]# traceroute 10.205.117.246 -p 7199 traceroute 10.205.117.246 (10.205.117.246), 30 hops max, 60 byte packets 1 ip-10-205-117-246.xyz.cxcvs.com (10.205.117.246) 0.416 ms 0.440 ms 0.444 ms
also, i'm on aws vpc don't public ips provisioned use...
checked security group , looks ports open well
edit:
here netstat well, same on both nodes:
[ec2-user@ip-10-205-116-141 ~]$ netstat -an | grep listen tcp 0 0 127.0.0.1:46626 0.0.0.0:* listen tcp 0 0 127.0.0.1:9160 0.0.0.0:* listen tcp 0 0 0.0.0.0:36523 0.0.0.0:* listen tcp 0 0 0.0.0.0:111 0.0.0.0:* listen tcp 0 0 127.0.0.1:9042 0.0.0.0:* listen tcp 0 0 0.0.0.0:2738 0.0.0.0:* listen tcp 0 0 0.0.0.0:22 0.0.0.0:* listen tcp 0 0 10.205.116.141:7000 0.0.0.0:* listen tcp 0 0 0.0.0.0:8089 0.0.0.0:* listen tcp 0 0 127.0.0.1:25 0.0.0.0:* listen tcp 0 0 0.0.0.0:4445 0.0.0.0:* listen tcp 0 0 127.0.0.1:7199 0.0.0.0:* listen
shouldn't 127.0.0.1:7199
10.205.116.141:7199?
sorry, can't post sc of security groups...
Comments
Post a Comment