Hi there,
What would be the best way of setting up a point-to-point telemetry link using Vodacom's network? What I basically want to do is to transfer information from one PC (connected to Vodacom's network via a GPRS module) to another PC (also connected to Vodacom's network via a GPRS module). I am using Winsock and C++ to create a TCP client and a TCP server (as well as a UDP client and UDP server). Using the client and server, I can successfully transmit a file (data) using the Ethernet ports and a cross-connect Ethernet cable. However, when I try the same setup over the GPRS network, I run into problems (I tried both the "internet" and "internetVPN" APNs). I can ping the one machine from the other and vice versa on both APNs, but it seems like somewhere in Vodacom's network, the outgoing TCP/UDP data is blocked. I confirmed this using a sniffer (Ethereal).
I have to admit, I am not at all clued up with security. What precautions should I take with the above setup? Will the Firewall coming with Windows suffice?
I also noticed a TCP connection to another machine (172.x.x.x, can't remember the precise IP address). Is this the connection to the DHCP router?
Your time, effort and suggestions will be greatly appreciated
Jaco Versfeld
What would be the best way of setting up a point-to-point telemetry link using Vodacom's network? What I basically want to do is to transfer information from one PC (connected to Vodacom's network via a GPRS module) to another PC (also connected to Vodacom's network via a GPRS module). I am using Winsock and C++ to create a TCP client and a TCP server (as well as a UDP client and UDP server). Using the client and server, I can successfully transmit a file (data) using the Ethernet ports and a cross-connect Ethernet cable. However, when I try the same setup over the GPRS network, I run into problems (I tried both the "internet" and "internetVPN" APNs). I can ping the one machine from the other and vice versa on both APNs, but it seems like somewhere in Vodacom's network, the outgoing TCP/UDP data is blocked. I confirmed this using a sniffer (Ethereal).
I have to admit, I am not at all clued up with security. What precautions should I take with the above setup? Will the Firewall coming with Windows suffice?
I also noticed a TCP connection to another machine (172.x.x.x, can't remember the precise IP address). Is this the connection to the DHCP router?
Your time, effort and suggestions will be greatly appreciated
Jaco Versfeld