Open 2195 Port for Push Notifications
Hello Devs!
I need to open the port 2195 in my VPS server, I've wrote the number of the port in TCP IN and TCP OUT in the firewall, also I have the service APNSPush enabled, but still I can't acces. I use the command telnet in the cmd in order to test and give this error: cannot open the connection to the server in port 2195
Please let me know how to do it if you know.
Thanks in advance.
-
Hello, Please kindly ssh to your VM and confirm if port "2195" is up and listening to the service. You can try this command : netstat -ntlp | grep 2195 Also this command to open port in Firewall iptables -A INPUT -p tcp --dport 2195 -j ACCEPT service iptables restart If your centos version is 7 use command: firewall-cmd --add-port=2195/tcp --permanent firewall-cmd --reload Thanks, 0 -
Hello, Could you let us know the step-by-step instructions you are using when utilizing the iOS Push Notifications feature? Thank you. 0
Please sign in to leave a comment.
Comments
2 comments