C2DM 的防火墙设置
我刚刚在Android系统中开发了一个测试应用程序,并尝试使用WiFi连接进行C2DM推送,但是IT部门。希望我可以提供C2DM IP地址以打开防火墙端口:5228。 有谁知道 Google C2DM 服务器的 IP 地址或 FQDN 吗? 谢谢
I just developed one testing app in Android system, and try to use WiFi connection for C2DM push, but IT dept. hope that I can provide C2DM IP address for opening Firewall port:5228.
Does anyone know the IP address or FQDN for Google C2DM server ?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
C2DM 服务的主机名/FQDN = android.apis.google.com
推送服务使用负载平衡方案,为同一主机名生成不同的 IP 地址。
以下链接提供了谷歌云的IP范围。
http://compnetworking.about.com/od/traceipaddresses/f /google-ip-address.htm
因此您可以在防火墙规则中指定该范围。
支持企业移动管理(IOS 和 Android)所需的端口
https://kc.mcafee.com/corporate/index ?page=content&id=KB70276&actp=LIST
Hostname/FQDN for C2DM service = android.apis.google.com
The push service uses a load balancing scheme that yields a different IP address for the same hostname.
The following link provides IP ranges of google cloud.
http://compnetworking.about.com/od/traceipaddresses/f/google-ip-address.htm
So you can specify that ranges in your firewall rules.
Ports needed to support Enterprise Mobility Management (Both IOS and Android)
https://kc.mcafee.com/corporate/index?page=content&id=KB70276&actp=LIST