Re: [squid-users] Reverse proxy in squid 2.6 for GPRS mobiles

From: Mohamed Navas V <abusam@dont-contact.us>
Date: Mon, 6 Nov 2006 19:57:57 +0400

> > 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
Received on Mon Nov 06 2006 - 08:58:12 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST