samyk / pwnat

The only tool/technique to punch holes through firewalls/NATs where multiple clients & server can be behind separate NATs without any 3rd party involvement. Pwnat is a newly developed technique, exploiting a property of NAT translation tables, with no 3rd party, port forwarding, DMZ, DNS, router admin requirements, STUN/TURN/UPnP/ICE, or spoofing.
https://samy.pl/pwnat/
GNU General Public License v3.0
3.39k stars 486 forks source link

Tried Pwnat, but not working #6

Open sophone1 opened 8 years ago

sophone1 commented 8 years ago

Hello,

I have started a server with this command ./pwnat -s 192.168.1.3 (accessible with 2222 port)

Client A with ./pwnat -c 172.16.16.2 3333 41.41.41.41 2222 (41.41.41.41 is the public ip of the server)

Another client B with ./pwnat -c 127.0.0.1 2222 41.41.41.41 2222 172.16.16.2 23 I have tried also in client B ./pwnat -c 127.0.0.1 2222 41.41.41.41 2222 42.42.42.42 23 (where 42.42.42.42 is the public IP of client A)

Client B want to telnet client A : telnet 12.0.0.1 2222 but it is not working !

Any help please

bauen1 commented 8 years ago

If you still need this, telnet 127.0.0.1 2222 also it only works client->server not client->client