Answer the question
In order to leave comments, you need to log in
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
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.
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question