H
H
Hekatonkheir Viktorovich2018-03-26 18:29:03
Squid
Hekatonkheir Viktorovich, 2018-03-26 18:29:03

How to force a proxy server to redirect requests to internal services to the internal network, and not to the external one?

Given:
- Internal network;
- External network;
- Services within the network;
- Squid proxy.
Problem:
When trying to access a service inside the network, such as a web server, the proxy forwards the request to the outside network, then returns an error.
Question:
How can I make requests to addresses from a certain range be transmitted to the internal network, instead of the external one?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
ky0, 2018-03-26
@ky0

Add the appropriate route to the proxy server through the local interface. If the call is made not by IP, but by name, make sure that the DNS server for local clients returns local addresses (see split DNS).

D
Denis, 2018-03-27
@denilenko

Are the addresses (IP/DNS) of internal services added to proxy exceptions (on the client)?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question