http tunnel for openvpn - Réseaux - Réseaux grand public / SoHo
Marsh Posté le 19-05-2008 à 19:02:30
Hi Ketchup11,
I'm sorry but we are on a french board. So you have to explain your problem in french in accordance with the rules of HFR.
Thanks.
Marsh Posté le 19-05-2008 à 22:45:40
Coucou,
Je rencontre en ce moment des difficultés à mettre en place un http tunnel pour un openvpn au travers d'un proxy 8080 jusqu'à une machine serveur à la maison qui malheureusement a les ports inférieures à 1024 bloqués par mon FAI.
A la maison (configuration httpTunnel server):
hts -F localhost:1194 8080
Au bureau (configuration httpTunnel client):
htc -F portA -P proxy:8080 mydynip:8080
Le port forwarding pour le port 8080 est établie sur mon routeur wifi linksys
En employent un analyseur de trames, j'aperçois le flux TCP suivant:
POST http://mydynip:8080/index.html?crap=1211211664 HTTP/1.1
Host: mydynip:8080
Content-Length: 102400
Connection: close
...*HTTP/1.1 504 Proxy Timeout ( The connection timed out. )
Via: 1.1 MyPc
Connection: close
Proxy-Connection: close
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 4204
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
and I get a:
GET http://mydynip:8080/index.html?crap=1211211664 HTTP/1.1
Avez-vous une idée de la raison de ces lignes, le rapatriement de la page html au lieu d'une connection TCP? A noter qu'en dehors de mon bureau, je me connecte parfaitement au vpn au travers de l'httpTunnel.
Merci beaucoup,
Ketchup
Marsh Posté le 19-05-2008 à 18:04:01
Hi,
I'm facing problems trying to set up a http tunnel for an openvpn through proxy 8080 to a home server blocking ports smaller than 1024.
At home:
hts -F localhost:1194 8080
At office:
htc -F portA -P proxy:8080 mydynip:8080
Port forwarding for 8080 for my linksys wifi router
With wireshark I get a TCP stream as follows:
POST http://mydynip:8080/index.html?crap=1211211664 HTTP/1.1
Host: mydynip:8080
Content-Length: 102400
Connection: close
...*HTTP/1.1 504 Proxy Timeout ( The connection timed out. )
Via: 1.1 MyPc
Connection: close
Proxy-Connection: close
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 4204
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
and I get a:
GET http://mydynip:8080/index.html?crap=1211211664 HTTP/1.1
Do you have an idea of what these lines means?
Thx a lot,
Ketchup