You are not logged in.

#1 2010-04-20 22:01:35

f00f
Member
Registered: 2009-12-12
Posts: 6

httptunnel issues

I'm trying to setup http tunnel to connect with my home box from work.
I have downloaded httptunnel, unfortunately it doesn't seem to work sad

I try following :
hts --forward-port localhost:22 80 // on my homebox

htc --forward-port 8888 192.168.1.2:80 // on a laptop

I try to setup it while homebox and laptop are connected to same network, in work I would just add "-P proxy.corp.com:80" to my htc command and change to ddns address.

Let's get to the point, after starting hts I cannot see it in process list, there is also no proof of existence in /var/run/daemons/. Connecting on laptop to localhost:8888 gives me connection refused. I was trying also to run hts and htc on same box - still no go. Anyone had a similar problem?  Or maybe have a better idea how to connect to my homebox using ssh trough my company restrictive proxy ?

Offline

#2 2010-04-21 14:27:32

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: httptunnel issues

you are trying to forward http traffic through your home server?

use a ssh server, option of interest: -D

Offline

#3 2010-04-21 15:39:45

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: httptunnel issues

For one it wouldn't show up in /var/run/daemons because files there are created by the /etc/rc.d scripts.

Offline

#4 2010-04-21 17:44:42

f00f
Member
Registered: 2009-12-12
Posts: 6

Re: httptunnel issues

eldragon wrote:

you are trying to forward http traffic through your home server?

No, in my workplace I have restrictive proxy that prevents me connecting to my box at home using ssh. I want to tunnel my ssh connection trough my company proxy

Offline

Board footer

Powered by FluxBB