URL: https://linuxfr.org/forums/astucesdivers/posts/terminal-tunnel-http Title: [Terminal] Tunnel http Authors: Yann KLIS Date: 2002年08月25日T21:28:08+02:00 Tags: Score: 0 Ou comment traverser proprement un firewall grace au programme httptunnel. Sur l'hote DISTANT, demarrez hts comme ceci: hts -F localhost:23 8888 Sur lhote LOCAL, demarrez htc comme ceci: htc -F 2323 -P PROXY:8000 DISTANT:8888 Maintenant sur l'hote LOCAL on peut faire: telnet localhost 2323 Ainsi, notre session telnet traverse PROXY en http et on va jusqu'au port 8888 de DISTANT d'ou le traffic http est decapsule et envoye normalement vers le port 23.

AltStyle によって変換されたページ (->オリジナル) /