I'm trying to establish a connection to Apple Push Notification Service through a remote machine which runs CENTOS. Unfortunately it seems that the related ports, 2195, 2196 are somewhat blocked.
When I telnet from my local osx it seems to work fine:
$ telnet gateway.sandbox.push.apple.com 2195
Trying 17.149.34.66...
Connected to gateway.sandbox.push-apple.com.akadns.net.
Escape character is '^]'.
However when I telnet from my remote server it gives a timeout error.
So far, I tried to disable the iptables but it hasn't worked.
[root@centos01 ~]# service iptables save
[root@centos01 ~]# service iptables stop
Is there any other component that can block my connection to remote machines on certain ports ?
Thanks, Hadar.