IP防火墙和ActiveSync

IP防火墙和ActiveSync

本文介绍了Windows Embedded CE IP防火墙和ActiveSync的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为Windows CE设备开发了一个.net应用程序。设备制造商已激活Windows CE映像的防火墙组件。启用防火墙后,我们失去了ActiveSync连接。这样,我的意思是我们不能再通过RAPI向设备发送命令了。我们的部分应用程序依赖于使用RAPI与主机PC进行通信。 DTPT工作正常,但源自设备外部的连接似乎被阻止。我在注册表中设置规则以允许ActiveSync(允许TCP端口990,999,5721,5678,5679,26675)的数据包,然后执行软复位。没有骰子......

I have developed a .net application for a Windows CE device. The device manufacturer has activated the firewall component of the Windows CE image. When the firewall was enabled, we lost ActiveSync connectivity. By that, I mean we can no longer send commands to the device via RAPI. Part of our application relies on using RAPI to communicate with the host PC. DTPT works fine, but connections originating outside of the device seem to be blocked. I setup rules in the registry to allow packets for ActiveSync (Allow TCP ports 990, 999, 5721, 5678, 5679, 26675), then performed a soft-reset. No dice...

我做错了什么?启用防火墙后,其他人可以使用RAPI吗?

What am I doing wrong? Can anyone else use RAPI while the firewall is enabled?

此问题似乎适用于至少Windows CE 5.0和Windows Embedded CE

This problem seems to be applicable to at least Windows CE 5.0 and Windows Embedded CE

推荐答案

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public。 windowsce.embedded& cat = en_US_7ccc5a63-8872-4942-8471-ecb59bd83719& lang = en& cr = US

-Sean


这篇关于Windows Embedded CE IP防火墙和ActiveSync的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 01:40