All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Routed network + web-cache
@ 2006-07-25 10:54 Nataniel Klug
  2006-07-25 17:31 ` Adorean Alexandru Raul
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nataniel Klug @ 2006-07-25 10:54 UTC (permalink / raw)
  To: lartc

    Hello all,

    I have a small ISP and I work all my clients networks over a routed 
network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my 
clients).

    The gateway server of the ISP is capable of running a web-cache 
(only http) using squid but I dont want that my clients go to the 
internet with the proxy/cache IP. Like when they enter in this site 
www.meuip.com.br it shows only the proxy/gw server ip and not the client ip.

    There is some way to make this happens?

Att,

Nataniel Klug
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Routed network + web-cache
  2006-07-25 10:54 [LARTC] Routed network + web-cache Nataniel Klug
@ 2006-07-25 17:31 ` Adorean Alexandru Raul
  2006-07-25 17:53 ` Luciano Ruete
  2006-07-25 17:56 ` Alexandre J. Correa - Onda Internet
  2 siblings, 0 replies; 4+ messages in thread
From: Adorean Alexandru Raul @ 2006-07-25 17:31 UTC (permalink / raw)
  To: lartc

Nataniel Klug wrote:
>    Hello all,
>
>    I have a small ISP and I work all my clients networks over a routed 
> network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my 
> clients).
>
>    The gateway server of the ISP is capable of running a web-cache 
> (only http) using squid but I dont want that my clients go to the 
> internet with the proxy/cache IP. Like when they enter in this site 
> www.meuip.com.br it shows only the proxy/gw server ip and not the 
> client ip.
>
>    There is some way to make this happens?
>
> Att,
>
> Nataniel Klug
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
Yelow.
    From what i kow about squid it can't be done. You are stuck, becouse 
the proxy makes the request not the client thus you have proxy server ip.

    Some pages user a TCP header to recognise the ip behind the proxy 
server (X_FORWARDED_FOR i belive..)

Good luck,
Adorean Alexandru Raul
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Routed network + web-cache
  2006-07-25 10:54 [LARTC] Routed network + web-cache Nataniel Klug
  2006-07-25 17:31 ` Adorean Alexandru Raul
@ 2006-07-25 17:53 ` Luciano Ruete
  2006-07-25 17:56 ` Alexandre J. Correa - Onda Internet
  2 siblings, 0 replies; 4+ messages in thread
From: Luciano Ruete @ 2006-07-25 17:53 UTC (permalink / raw)
  To: lartc

On Tuesday 25 July 2006 07:54, Nataniel Klug wrote:
>     Hello all,
>
>     I have a small ISP and I work all my clients networks over a routed
> network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my
> clients).
>
>     The gateway server of the ISP is capable of running a web-cache
> (only http) using squid but I dont want that my clients go to the
> internet with the proxy/cache IP. Like when they enter in this site
> www.meuip.com.br it shows only the proxy/gw server ip and not the client
> ip.
>
>     There is some way to make this happens?

yes, but you'll need a patched kernel, couse squid will need to bind non-local 
addresses.

See the squid FAQ about this, and folow de link in there:
http://www.squid-cache.org/Doc/FAQ/FAQ-7.html#ss7.13
--
Luciano
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Routed network + web-cache
  2006-07-25 10:54 [LARTC] Routed network + web-cache Nataniel Klug
  2006-07-25 17:31 ` Adorean Alexandru Raul
  2006-07-25 17:53 ` Luciano Ruete
@ 2006-07-25 17:56 ` Alexandre J. Correa - Onda Internet
  2 siblings, 0 replies; 4+ messages in thread
From: Alexandre J. Correa - Onda Internet @ 2006-07-25 17:56 UTC (permalink / raw)
  To: lartc

Nataniel,

www.balabit.com/downloads/tproxy/linux-2.6/

patch squid, kernel and iptables !!

Sds.

Alexandre J Correa
Onda Internet / OPinguim.net Webhosting
www.ondainternet.com.br
www.opinguim.net



Adorean Alexandru Raul wrote:
> Nataniel Klug wrote:
>>    Hello all,
>>
>>    I have a small ISP and I work all my clients networks over a routed 
>> network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my 
>> clients).
>>
>>    The gateway server of the ISP is capable of running a web-cache 
>> (only http) using squid but I dont want that my clients go to the 
>> internet with the proxy/cache IP. Like when they enter in this site 
>> www.meuip.com.br it shows only the proxy/gw server ip and not the 
>> client ip.
>>
>>    There is some way to make this happens?
>>
>> Att,
>>
>> Nataniel Klug
>> _______________________________________________
>> LARTC mailing list
>> LARTC@mailman.ds9a.nl
>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>
> Yelow.
>    From what i kow about squid it can't be done. You are stuck, becouse 
> the proxy makes the request not the client thus you have proxy server ip.
> 
>    Some pages user a TCP header to recognise the ip behind the proxy 
> server (X_FORWARDED_FOR i belive..)
> 
> Good luck,
> Adorean Alexandru Raul
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
> 
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-25 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-25 10:54 [LARTC] Routed network + web-cache Nataniel Klug
2006-07-25 17:31 ` Adorean Alexandru Raul
2006-07-25 17:53 ` Luciano Ruete
2006-07-25 17:56 ` Alexandre J. Correa - Onda Internet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.