Hack-A-N900/pwnat: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenAmir (Diskussion | Beiträge) |
Ra (Diskussion | Beiträge) |
||
Zeile 25: | Zeile 25: | ||
make | make | ||
</pre> | </pre> | ||
+ | |||
+ | [[Kategorie:N900]] |
Aktuelle Version vom 20. Juli 2010, 01:49 Uhr
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.
Prerequisites
Build
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