I'm not very much into networking, so my question might be quite dumb.

I have made a controller for a datalogging application that uses TCP/IP 
to allow the logged data to be transferred to a connected computer. The 
IP address of this controller is 192.168.2.10. To retrieve the data via 
the local network, I have used the TWSocket component (cbuilder 1), set 
the address to 192.168.2.10 (PC address 192.168.2.2), port to 10000 
(which is used to transfer the data) and this appears to work flawless.

Now we try to get the data into a different network (IP 192.168.0.x) 
using VPN, but TWSocket can't connect. The VPN connection is working 
OK, and the controller responds to a PING from this network over the 
VPN as well, but nothing happens with my TWSocket application. Port 
10000 is open on both ends of the network firewalls. Where should I 
look for to troubleshoot this problem?

Menno




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to