Web Development Knowledge Base
| |
Sections :
RSS Feed You too, please publish your useful code snippets in any programming language : write an article ! Plateforme d'envoi de gros fichiers en ligne Dépannage site web Blog infogérance Hébergement e-mail |
Olivier Ligny - - 21/08/2012 - vue 77226 fois
TCP tunnel (port forwarding) using NetcatHere is how to establish a tunnel using netcat to a given host and port. netcat -L 127.0.0.1:22 -p 8080 -vvv netcat -L google.fr:80 -p 25000 -vvv Warning : you need a recent version of GNU netcat (GNU netcat 0.7.1 +) |
Nos partenaires : iPhone 8 Cases & Protection |