joerg@joerg-Ubuntu:~/freetz-trunk$ git clone https://github.com/wojtekka/6tunnel.git
Nach »6tunnel« wird geklont
remote: Counting objects: 165, done.
remote: Total 165 (delta 0), reused 0 (delta 0), pack-reused 165
Objekte werden empfangen: 100% (165/165), 47.16 KiB | 0 bytes/s, done.
Unterschiede werden aufgelöst: 100% (73/73), done.
Verbundenheit wird überprüft … Fertig.
joerg@joerg-Ubuntu:~/freetz-trunk$ cd 6tunnel/
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ ls
6tunnel.1 6tunnel.c autogen.sh ChangeLog configure.ac contrib COPYING install-sh Makefile.am README.md TODO
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ ../toolchain/target/bin/mipsel-linux-uclibc-gcc -static -o 6tunnel 6tunnel.c joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ file 6tunnel
6tunnel: ELF 32-bit LSB executable, MIPS, MIPS32 version 1, statically linked, not stripped
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ qemu-mipsel ./6tunnel
usage: ./6tunnel [-146dvhH] [-s sourcehost] [-l localhost] [-i pass]
[-I pass] [-L limit] [-A filename] [-p pidfile]
[-m mapfile] localport remotehost [remoteport]
-1 allow only one connection and quit
-4 prefer IPv4 endpoints
-6 bind to IPv6 address
-d don't detach
-f force tunneling (even if remotehost isn't resolvable)
-h print hex dump of packets
-H make IPv4/IPv6 resolver hints optional
-i act like irc proxy and ask for password
-I send specified password to the irc server
-l bind to specified address
-L limit simultanous connections
-p write down pid to specified file
-s connect using specified address
-m read specified IPv4-to-IPv6 map file
-v be verbose
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ ../toolchain/target/bin/mipsel-linux-uclibc-strip 6tunnel
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ file 6tunnel
6tunnel: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, stripped
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$ ls -l
insgesamt 208
-rwxr-xr-x 1 joerg joerg 135064 Apr 23 15:02 6tunnel
-rw-r--r-- 1 joerg joerg 3802 Apr 23 14:59 6tunnel.1
-rw-r--r-- 1 joerg joerg 15595 Apr 23 14:59 6tunnel.c
-rwxr-xr-x 1 joerg joerg 69 Apr 23 14:59 autogen.sh
-rw-r--r-- 1 joerg joerg 2976 Apr 23 14:59 ChangeLog
-rw-r--r-- 1 joerg joerg 1038 Apr 23 14:59 configure.ac
drwxr-xr-x 2 joerg joerg 4096 Apr 23 14:59 contrib
-rw-r--r-- 1 joerg joerg 18009 Apr 23 14:59 COPYING
-rwxr-xr-x 1 joerg joerg 5598 Apr 23 14:59 install-sh
-rw-r--r-- 1 joerg joerg 81 Apr 23 14:59 Makefile.am
-rw-r--r-- 1 joerg joerg 1156 Apr 23 14:59 README.md
-rw-r--r-- 1 joerg joerg 120 Apr 23 14:59 TODO
joerg@joerg-Ubuntu:~/freetz-trunk/6tunnel$