G
G
GALILs2018-09-18 17:29:34
Computer networks
GALILs, 2018-09-18 17:29:34

How to stand between a proxy server and a PC?

Greetings. There is such a scheme. It is 5ba1097c8f572357246579.png
required that my clients connect from the beginning to my address (1.1.1.10), and not immediately directly (14.150.160.17).
There will be about 50 addresses, that is, there will be a separate mine for each address of the proxy server. How can this be done?
I will be very grateful for all answers.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Valentin, 2018-09-18
@vvpoloskin

Legally - configure your proxy on 1.1.1.10 and configure 1.1.1.10 as a proxy on client PCs.
Illegal - it's a man-in-the-middle, many different options - spoofing, transparent proxy on the gateway, DNS phishing, routing hooks, fake browser autoconfiguration scripts, etc., it all depends on the details of the location of 1.1.1.10 and PC, and as well as your ability to influence the infrastructure.

D
Dimonchik, 2018-09-18
@dimonchik2013

handycache.com

V
Vladimir Dubrovin, 2018-09-18
@z3apa3a

For example in 3proxy

allow *
parent 1000 http 14.150.160.17
proxy -i1.1.1.10 -p3128

flush

allow *
parent 1000 http 14.150.160.18
proxy -i1.1.1.10 -p3129

proxy traffic on port 3128 will go through the parent proxy 14.150.160.17, on port 3129 through 14.150.160.18

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question