I have ip addresses of two different iOS Devices which are connected to Internet. Now, I want to establish a peer-to-peer connection between them.

I had done this locally with Wifi and it worked properly. But I dont know how to establish this connection with an IP address. I want that I can connect them from anywhere, so I need to connect via Ip address. Also, is this possible without developing any server? Please help. Thanks.

link|improve this question

79% accept rate
feedback

2 Answers

I couldn't find any exact solution for this problem but one approach could be you can have two ios devices connected with a network having same public IP. So indirectly both ios devices will be connected to the same network.

link|improve this answer
but i'll have to establish a server for that right? – Mayur J Dec 8 '11 at 6:51
yes for the internal connectivity b/w devices you need to establish a server. – Abhinandan Sahgal Dec 8 '11 at 6:54
okay thanks for that...but could you give me any details regarding how to setup such a server?? n how do I connect the ios devices to the same network? – Mayur J Dec 8 '11 at 7:13
feedback

What you had done with wifi is probably an Ad-Hoc connection. Ad-Hoc is when you connect 2 wifi devices without any Access Point in the between.

You do not have to do that on the Internet, your devices are already connected to a network. What you need to do is to find out what their IP addresses are and provide them to eachother.

In case your iOS devices are NATed behind a router, you must forward the port which you want to use from the router to the iOS device.

Here are guides for port forwarding for all the existing routers: http://portforward.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.