Hi,
I have a problem regarding VPN and ActiveSync. Im a developer for PPC and have problems connecting to my server that is connectec thrue a VPN to a backend.
A scetch over my setup of computers and PPC:
PPC <----ActiveSync----> MyServer <====VPN====> Backend
The problem is that I cant connect to MyServer from the PPC using my program. However a ActiveSync connection is up and running. (This with ActiveSync 4.1 and 4.2). With ActiveSync 4.5 I cant even send the program to the PPC thrue VisualStudio, which is no problem in 4.1 and 4.2.
I think the problem is the routing between networks locally in MyServer. The PPC is on one network and the VPN has another. But why wont the server listen? The server is written in C#, is the Listener only listening to a port on a specifiv network? When doing a Netstat -A, I get the following:
TCP PMCNOTE16:30222 PMCNOTE16:0 LISTENING
the server is listinging on the right port.
I just want to clearify that If i drop the connection to the backend, the PPC connecting is working just fine, everthing is working.
Can I somehow change what network adress the PPC and myserver should act on?
VPN is point-to-point and note sait-to-sait, would that be a solution? If so why?
Any idees?
Feeling abit

right now.
Thanks
Andreas