R
R
Riateche2010-09-04 23:29:28
Computer networks
Riateche, 2010-09-04 23:29:28

Tunneling through an HTTP proxy?

There are:
— a computer with Linux with Internet access through a transparent http-proxy;
- a server on which you can run an arbitrary program.
It is required that the computer has Internet through a server (if you can do without a server, so much the better) and can use jabber, ssh and many other things that require specific ports and a permanent connection.
What are the solutions for this case?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
yoihj, 2010-09-04
@yoihj

On the local computer, run "ssh -D 127.0.0.1:5555 [email protected]_server &"
Then, in any program, write the SOCKS proxy "127.0.0.1:5555".
SOCKS proxies are usually supported by almost everything.
You don't need to run anything on the remote_server.

D
DAzgluk, 2010-09-05
@DAzgluk

OpenVPN
ru.wikipedia.org/wiki/Openvpn
put the server on the server, the client on the local machine, get the tunnel, but what to do next with it (navigate directly on the server or route further) is up to you.
Good luck

I
impass, 2010-09-05
@impass

First of all, you should ask yourself: does your HTTP proxy support the CONNECT method on at least one arbitrary port (sometimes limited to 443 and 21)? and whether the proxy will cut off connections on some timeout

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question