0
votes
0answers
18 views

JXTA NAT Traversal Tecnique?

There is many popular nat traversal technique like hole punching i like to khow which of them JXTA use for p2p communication across the WAN? and is JXTA works with all types of nats or is there any ...
2
votes
2answers
120 views

What is the need for the SIP RE-INVITE with regards to ICE?

I understand many of the fine details of NAT hole punching, ICE, and SIP VOIP calls. I've answered quite a few questions on SO on these topics. Now I have a question. I am trying to understand the ...
2
votes
2answers
94 views

Choosing port number for UDP hole-punching

I have a weird problem. I have a successfully working C++ (boost asio) P2P application which works on most of the NAT. The problem is when I give the initial start port number as 1000 it checks if ...
1
vote
1answer
124 views

P2P Networking under the each NAT

I'm doing some mobile project, that need to P2P communication with two devices. And I faced with problem. (cause it's rare that smartphone have public ip) I found some answers. It is 'UDP Hole ...
1
vote
0answers
121 views

Is this a reasonable technique to establish P2P connections between two hosts behind a NAT?

In order for two hosts behind two different NATs to be able to establish a P2P connection, they must both have each other's public endpoints (address/port). In order for each host to become aware of ...
1
vote
3answers
152 views

Getting around NAT for P2P app if I have all ip info?

I am making a P2P android app. My current issue is that I am unable to get my devices to recognize each other unless they are on the same network and I use private IP addresses -- I have all public ...
0
votes
1answer
128 views

How would one connect two clients (one of them is browser) behind firewalls

I know p2p software like Skype is using UDP hole punching for that. But what if one of the clients is a web browser which needs to download a file from another client (TCP connection instead of UDP)? ...
1
vote
0answers
94 views

IP Spoofing for peer to peer connections over Cellular ISP

For Voip purpose, I'm looking to ways to create a peer to peer connection. I already use a STUN-like server in order to connect 2 peers together. It works great for most NAT, but as expected, this ...
1
vote
0answers
91 views

In Gnutella,how does PUSH work through a firewall or NAT box?

I am trying to understand more about how the Gniutella P2P protocol works. I have read GnuFU and the latest protocol specification I can find (0.4), but I have some questions about how PUSH works ...
0
votes
0answers
86 views

NAT and P2P router crash [closed]

So..i had this argument with my networks teacher. He said that some people complains about router crashes due to many entrys on NAT tables on a router. I didnt understand and i asked: "If the ...
0
votes
1answer
89 views

May public IP address change with visiting different web resources under NAT?

My purpose is to make a P2P software.Firstly I make some test. After I connect to web via pppoe, I visit different website's phpinfo() page, but the result of _SERVER["REMOTE_PORT"] is different. ...
0
votes
1answer
429 views

Simple PHP NAT Punch Through Server Script

I am trying to write a PHP script that can serve as a "master server" and facilitate a P2P connection between two Java game clients. I am using a shared web host that allows port access for the master ...
0
votes
2answers
510 views

examples of implementation of NAT traversal techniques in (android ?) p2p applications

I am currently working on an Android peer-to-peer application. Of course, we soon realized that one of the most difficult tasks is to figure out how to traverse NATs to allow 2 devices (or more) to ...
0
votes
1answer
140 views

NAT traversal while connecting mobile over http

Would anyone know the answer to this? I was reading Practical JXTA II (also at http://www.scribd.com/doc/47538921/Practical-JXTA-II). I'm confused by the statement on page 92 second paragraph ...
0
votes
3answers
1k views

Android: NAT Traversal?

It appears to me that newer Android devices run behind a NAT, where the local address is an internal carrier or LAN address and the public address is the router or carrier assigned external address. ...
0
votes
1answer
153 views

IPv6 perspectives [closed]

I'm working on p2p application, all these NAT-PMP and UPNP NAT traversal scenarios are so unpleasant to deal with. Any thoughts on when IPv6 will become commonly used?
1
vote
1answer
529 views

file transfer using p2p connection in java

i want transfer files using p2p connection. There will be a server or any common place to share both A and B computers information for establishing the connection. I've created p2p connection using ...
2
votes
1answer
240 views

NAT simulation for P2P data transfer

I am currently implemented a P2P data transfer application based on Libjingle, I want to do following simulations to verify the implementation: Simulate different types of NATs (full cone, port ...
2
votes
1answer
2k views

NAT translation not working from inside the network (hairpin condition)

I'm writing a P2P application. Peers regularly ping a main server to update their current IP/port, so when a peer wants to reach another one it can ask the server for that information. For now peers ...
0
votes
2answers
489 views

Bypassing a Firewall by using a 3rd party to establish the connection

I am working on a program that needs to be able to handle firewalls eloquently while allowing direct communication between 2 clients. I am thinking of something similar to Skype where the third party ...
1
vote
3answers
455 views

NAT traversal without an external server

I have been reading about TURN and STUN servers because I would like to develop a browser-to-browser application so that BrowserA (behind a NAT) could communicate with BrowserB (behind a NAT). In this ...
7
votes
1answer
757 views

Best practices for .Net WCF NAT Traversal

I'm looking for suggestions or a solution for peer-to-peer NAT traversal in .Net. Say I have a chat application and two clients need to connect but both are behind NAT: For home scenarios, uPNP is ...
1
vote
1answer
502 views

Network Address Translator's Simulator to Test P2P Software

Is there any Network Address Translator Simulator exist to test P2P softwares ? Currently I am working on a P2P softwares for Devices, and facing the issues to to test my software in different-2 type ...
0
votes
1answer
349 views

Solving NAT problems on P2P

I am developing an applet for browser-to-browser application where User A knows User B's IP, requests connection through a port, and User B responds the request. The main problem is that both users ...
2
votes
2answers
1k views

Behind NAT to behind NAT connection

I've come across an interesting problem. Basically I have 2 mobile phones that are both behind NATs. I want to communicate directly between the 2 devices using UDP. I know if I initiate a ...
0
votes
1answer
1k views

Nat traversal: UPnP/IGD vs NAT-PMP

I'm writing a P2P application and would like to avoid the need for users to manually set up the port forwarding. I'm a bit confused since there seem to be two different protocols to configure a NAT, ...
0
votes
1answer
279 views

Completing a socket connection across an intranet or internet

I am writing a peer-to-peer binary socket program. There are only two endpoints. One socket is listening on my laptop system. The other socket is broadcasting from my desktop system. I have a ...
0
votes
4answers
693 views

NAT, P2P and Multiplayer

How can an application be designed such that two peers can communicate directly with each other (assuming both know each other's IPs), but without outgoing connections? That's, no ports will be ...
7
votes
3answers
2k views

How do I make a TCP server work behind a router (NAT) without any redirection configuration needed

The scenario is the following. I have two machines A and B: A: Client (behind NAT) B: Server (behind NAT) I want B to be able to listen on any given port, so that A can send packets to B through that ...
2
votes
1answer
1k views

method to find my UDP socket's “real” port?

Is there any free service to which I could send a UDP packet and it would respond telling me what is my "real" UDP port? (my application is behind a NAT) This kind of service could allow me to make a ...
5
votes
8answers
4k views

NAT Traversal

I am trying to build a peer to peer application. I would like to know how I can accomplish nat traversal in c++. Is there any good library in c++ for this. Or any coding examples, books, links.... ...
0
votes
2answers
1k views

Does Wippien use a direct connection?

I started using Wippien to make p2p connections between 2 distant Windows Servers. I use 2 different GMail Accounts. Wippien uses "Mediators" to initiate the connection. But are mass data transfers ...