Hack-A-N900/pwnat

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 14. April 2010, 04:01 Uhr von Amir (Diskussion | Beiträge) (Die Seite wurde neu angelegt: [http://samy.pl/pwnat/ pwnat], pronounced "poe-nat", is a tool that allows any number of clients behind NATs to communicate with a derver behind a separate NAT with *no...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen

pwnat, pronounced "poe-nat", is a tool that allows any number of clients behind NATs to communicate with a derver 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.

BUILD

Please follow instructions for N900 on-device development.

Log on to your N900.

Get and extract pwnat source:

wget http://samy.pl/pwnat/pwnat-0.3-beta.tgz
tar -xzf pwnat-0.3-beta.tgz

Change c compiler in pwnat-0.3-beta/Makefile to gcc-4.2

CC=gcc-4.2

Build:

make