Hi Subash_Iyer,
The IP address you are providing for your server is a local IP address. You can not connect to a local IP(static or dynamic) from outside your network. This is because 192.168.1.18 is simply an IP on your local network. it is not visible outside your network. you have to use the IP provided by your ISP or a VPN inoder to connect to your local IP.
I'm working on GPRS TCP connectin. If you can provide more info about your application (what you have to achieve) i may be more helpful.
Regards,
Srujan
Main Topics
Browse All Topics





by: Subash_IyerPosted on 2009-03-20 at 12:13:29ID: 23942818
Hi,
I have moved further on this subject. I have come to understand that the IP 192.168.1.18 which I was using as a target was my local IP on my LAN. I have now taken a static IP from my service provider.
I have then tried to establish communication with this static IP at port 8080 from the GPRS modem but I am still getting the same message TCP CONNECTING and then CONNECT FAIL.
I think there is something wrong in the way I am expecting to connect to an IP address.
Hope someone can throw some light on this.