I try to install a proxy server on my network, using squid. My network architecture is something like this:
ISP <- server 1 - or router - (with static IP and CoovaChilli on it) <- LAN
.
At first, I would like to install my squid on a different machine than server 1
. My question is: Do I need to put my proxy server between server 1
and LAN
, like here:
ISP <- server 1 - or router - (with static IP and CoovaChilli on it) <- proxy server 2 <- LAN
,
or is ok to put server 2
in LAN?
Thanks in advance!