Tagged Questions
The nat-traversal tag has no wiki summary.
9
votes
2answers
325 views
I want to build a decentralized, reddit-like system using P2P. What existing p2p library should I base it on?
I want to build a decentralized, reddit-like system using P2P. Basically, I want to retain the basic capabilities of reddit, but make it decentralized, to make it more robust and immune to censorship. ...
3
votes
2answers
160 views
How would I locate the correct IP address of another computer on my LAN which is not publicly accessible?
I am writing a distributed Java app, but the networking side of things is stumping me. For some reason it's not working correctly. I think it's because the IP address I get through ipconfig /all is ...
3
votes
2answers
412 views
Practical NAT traversal for reliable network connections
I've seen and read a lot of similar questions, and the corresponding Wikipedia articles (NAT traversal, STUN, TURN, TCP hole punching), but the overwhelming amount of information doesn't really help ...
3
votes
1answer
95 views
How messengers (IM) works (listening)?
My task is to write a Messenger program for both internal and external staffs, I actually made it. However, I thing this is really not a good approach by using the client software keep "check-mesg" ...
3
votes
3answers
2k views
UDP, NAT and setting up “connections”
I know the word "connection" isn't really appropriate when talking about UDP, but...
How does a server (the one with the known IP) get its UDP packets through the Internet to a client that is behind ...
2
votes
1answer
132 views
Java Stunt and URI discovery
I'm working on a live video Java application, and have run into the common problem of NAT traversal - two computers can connect to each other on local network, but not when they're behind NATs.
I've ...
2
votes
0answers
323 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 ...
2
votes
1answer
275 views
Adobe AIR, URLRequest, and local ports
I'm looking at writing an app with Adobe AIR, but I wanted to figure out if this is feasible with the platform first. (Mostly new to Flash and AIR)
What I would like to do is know ahead of time what ...
1
vote
0answers
39 views
UPnP auto select external port
I am trying to make an application that utilizes UPnP if necessary to open ports so incoming transmissions can be received. The thing is, I don't want to specify an external port (because one, the ...
1
vote
3answers
210 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 ...
1
vote
2answers
428 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 ...
1
vote
1answer
126 views
Is any one using GAE for Nat traversal? (as server for keeping mappings)
So I can limit my app with UPNP NATs capable clients. I would love to see any Opensource Java project using GAE as server for keeping maps like (ClientID, IP:PORT) (with example of some on clients ...
1
vote
2answers
254 views
How does peer2peer work through a router?
How does one PC connect to another over the internet to another PC?
An example would be a program listening for connections on PC 1. PC 1 sits behind Router 1. PC 2 has a client program trying to ...
0
votes
0answers
13 views
PHP, Java Servlet, or C# WebService as NAT Intermediary Server
Instead of renting a server on Amazon and other hosting companies (which would cost many dollars / month), is it possible to setup a Java Servlet, C# WebService, or a simple PHP website (with socket ...
0
votes
1answer
60 views
Programmatically determine the Router NAT type
I need to programmatically determine the Router NAT type in my program. I did look at some of the STUN related answers and UPnP related information on SO. But did not get any definitive answers.
I ...
0
votes
2answers
48 views
Live Peer to Peer Swarm
If I have a client application running on multiple internet connections (behind routers and such) who connect to a server. Lets say there are 5, and 3 of them are told about the existence of each ...
0
votes
1answer
50 views
Peer to Peer with NAT Traversal using WCF at Runtime
As the title says, is it possible to establish P2P connection between two systems which can get past NAT's. These two programs are connected to a WCF Service that identifies certain connected clients ...
0
votes
3answers
137 views
Is it possible to force a source port on a NetConnection?
I'm new to ActionScript, but I'm trying to decipher a pre-existing project and make some modifications as I go.
I have a section of code that starts with creating a new NetConnection and then ...
0
votes
5answers
598 views
Need help for udp hole punching
Hey I'am working on a project to create a p2p network in java.
I have built the n/w using UDP for the local lan and I am working on
sending the UDP datagram across the internet. I came across this ...
0
votes
1answer
702 views
Example of simple port forwarding using any UPnP library in Java?
I want to open port 5555 on my machine using UPnP to the world. Could you please provide me with such Java sample for any sutable Opensource library. I need A CODE SAMPLE like one I can give you for ...
0
votes
1answer
67 views
Is there any protocol like UPnP for router Loopback? (Loopback NAT)
We can use UPnP protocols to Forward users port. SO TO DO SIMPLE NAT TRAVERSAL.
But problems appear after such operation.
My main point is - you can forward users port - bind it to globall adress, ...
0
votes
0answers
299 views
Is there any .NET NAT Traversal open source app\tutorial?
Is there any NAT Traversal open source app\tutorial written in .Net C# using some open source lib\API or native .Net libs?
0
votes
1answer
37 views
Is there any framework or library alowing a deweloper push his pipe thru the NAT and recive it on back end as a pipe?
So I have an app on 1 pc creating a pipe, local pipe. I want to take it as a stream (like only last data in it or incoming data from it) and stream its data thru\over NAT (using nat traversal) to ...
0
votes
2answers
841 views
how to handle NAT traversal in c++ peer to peer application ( please code examples not theory )
Hello all
i need to develop simple game that will be using peer to peer connection using centralize index manger server
i know there is problem when client trying to connect other client behind ...