简体   繁体   中英

Server not accepting request on port 9999

I am trying to deploy my socket[phpws library] on amazon EC2 instance. For this I deployed code and run socket. I have selected port 9999 for socket handshake, but it is not working. I tried to captured request on this server by command :

sudo tcpdump -i any port 9999

Then I hit this port, I did not received any request. I thought this is because of iptables. So I checked it by command :

sudo iptables -L

But it clearly shows allow for all requests. Here is output :

Chain INPUT (policy ACCEPT) target prot opt source destination

Chain FORWARD (policy ACCEPT) target prot opt source destination

Chain OUTPUT (policy ACCEPT) target prot opt source destination

At this point I am clueless how to move forward. Any help is gently appreciable. Looking for response.

您还必须在附加到 EC2 实例的 AWS 安全组中打开端口9999

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM