ich suche eine Loesung fuer folgendes Problem:
- LAN hat Zugriff uebers Internet nur auf das Web durch HTTP-
Proxy
und HTTPS-Proxy, alles andere ist verboten
ssh su un server esterno sulla 443 e:
$ socat TCP4-LISTEN:2022,fork,reuseaddr PROXY:ip_del_proxy:ip_del_tuo_server:443,proxyport=3128osimile,prox yauth=utente:pass $ ssh -NfCD 1080 -p 2022 localhost $ socksify programma_da_tunnelare
o openvpn come suggerito, che per altro ha gia' il supporto per passare da un CONNECT via file di config (e, essendo ssl vero, e' anche piu' difficile da notare rispetto al traffico ssh - banner in chiaro all'inizio e negoziazione-, anche se non ho mai dumpato traffico openvpn, quindi magari mi sbaglio ed e' altrettanto identificabile)
Btw, putty ha gia' il supporto per il connect via tunnel https, ma non ha (iirc) il supporto per -D (socks), solo -L/-R.
Un sacco di info interessanti!
Grazie :) Chris.