> We have one registered FQDN , proxy1.example.com with public ip
> 85.10.10.10 for the proxy server with squid 2.6. Public internet users
> want to access some our internal web servers with private IPs,
> 10.0.0.1, 10.0.0.2, 10.0.0.3.
>
> What is the best way to do it in squid 2.6?
Reverse proxying.
Regards
Henrik
OK ...
I would like to setup as follows:-
DNS zone file as follows:-
proxy1.example.com IN A 85.10.10.10
proxy2.example.com IN A 85.10.10.10
squid.conf file:-
---------------------
http_port 80 vhost
cache_peer 10.0.0.1 parent 80 0 no-query originserver name=proxy1
cache_peer_domain proxy1 proxy1.example.com
cache_peer 10.0.0.2 parent 80 0 no-query originserver name=proxy2
cache_peer_domain proxy2 proxy2.example.com
pls advice me, any problem with the setup?
thanks,
Br
Navas