P
P
psngut2017-04-12 18:49:23
proxy
psngut, 2017-04-12 18:49:23

How to create a proxy through tunnels?

The problem is there are vds servers as an example:
[email protected];adminadmin
[email protected];qwe123
[email protected];admin
You need to create a proxy in the 3proxy program or, in a simpler
way, the program itself is installed on another vds, its address is, for example, 188.225.72.45
I wanted to create a proxy of the form:
188.225.72.45: 8080
188.225.72.45: 8081
188.225.72.45: 8082
When they earn the real address, there will be such
188.225.72.45: 8080 real 81.25.36.10
188.225.72.45: 8081 Real 80.24.92.43
188.225.72.45: 8082 real 81.2.42.21
Tell me how to implement it in 3proxy. What should be written in the configuration? Or in another way and also the proxy entered from the specified IP.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Troodi Larson, 2017-04-12
@troodi

I'm just dealing with a similar issue. I just need it the other way around. See what you need to do: google how to make an ssh tunnel. OpenSSH for Windows to put or Putty, 3 proxies must be used?

D
Dmitry, 2017-04-12
@TrueBers

$ ssh -D:8080 [email protected]
$ ssh -D:8081 [email protected]
$ ssh -D:8082 [email protected]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question