C2DM 的防火墙设置

发布于 2024-11-07 08:43:34 字数 132 浏览 0 评论 0原文

我刚刚在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

箜明 2024-11-14 08:43:34

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文