Questions tagged [pwnat]

pwnat is a tool that allows any number of clients behind NATs to communicate with a server behind a separate NAT.

pwnat, pronounced "poe-nat", is a tool that allows any number of clients behind NATs to communicate with a server behind a separate NAT with no port forwarding and no DMZ setup on any routers in order to directly communicate with each other. The server does not need to know anything about the clients trying to connect.

Simply put, this is a proxy server that works behind a NAT, even when the client is behind a NAT, without any 3rd party.

pwnat will works on most *nix operating systems, and potentially Windows via cygwin. It's tested on Linux and OS X.

More info, detailed explanation and source: pwnat.

3 questions
26
votes
1 answer

Is pwnat still an applicable solution

I need a solution for NAT traversal to transmit RDP data across the internet. I came across the following tool and it's really amazing - pwnat. I have tried it with the two different machines behind different router, but i am unable to make it work…
sudesh
  • 973
  • 1
  • 10
  • 19
4
votes
1 answer

Flaw in ICMP holepunching?

How is ICMP NAT traversal supposed to work if the NAT device in question rewrites outbound ICMP packets? Diagram ========================================================================================= | CLIENT | <---> | NAT-C | <---> { internet…
mxxk
  • 9,514
  • 5
  • 38
  • 46
0
votes
1 answer

paket drop and splits in udp tunnel

Currently I am working on video conferencing project.For this i m using pwnat for nat traversing. pwnat is based on udp tunneling.I m using the TCP connection for data transmission. My problem is that when i send a packet , it does not reach…
SR Dusad
  • 73
  • 1
  • 4
  • 13