B
B
blackcardinall2016-09-10 00:22:24
linux
blackcardinall, 2016-09-10 00:22:24

How to route traffic through vpn using 3proxy?

You need to set up this configuration.
there is access to 20 vpn servers. (that is, our server will connect via vpn to hide its ip)
you need to raise the proxy server as follows.
It is necessary that vps simultaneously connects to all 20 vpn (the figure is taken as an example)
further on our vps which has a white ip. for example 193.21.21.10 we raise
the proxy server as
follows proxy ip_vps:8001 go further through vpn 1 Connect to proxy ip_vps:8002 go further through vpn 2
We connect to the proxy ip_vps:8003 we go further through vpn 3
We connect to the proxy ip_vps:8004 we go further through vpn 4
We connect to the proxy ip_vps:8005 we go further through vpn 5
how to implement this scheme, by what means. rummaged through the entire Internet, I can’t figure out how to set up
the question, how to do it, and who can draw up a manual in detail. for a small reward

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2016-09-10
@dimonchik2013

socks5 will save you
vpn and proxies work at different levels, although, of course, you can try it through iptables

V
Vladimir Dubrovin, 2016-09-11
@z3apa3a

proxy -p8001 -eIP_VPN_1
proxy -p8002 -eIP_VPN_2
proxy -p8003 -eIP_VPN_3
where IP_VPN_1 is the IP address of the local interface of the first VPN.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question