Re: Chaining proxy servers

2003-09-20 Thread Philippe 'BooK' Bruhat
Le vendredi 19 septembre 2003 à 16:07, [EMAIL PROTECTED] écrivait:
> 
> I've seen one utility for Windows which allows this, called proxychain.
> It's hard to find now, but check google.  It claims to be able to chain
> multiple proxies, without having to reconfigure any of the proxies in the
> chain in any way.
> 
> Not sure what they're doing, I may have to sniff it and see.

I don't think HTTP lets any element in the chain control something
other than the next step (proxy) and the final step (the server).

My guess about what what the proxychain tool does is that it does a CONNECT
request to the first proxy, asking to be connected to the second proxy,
and then again, until it actually does a GET request.

That's only useful when you want real anonymity through open proxies.

-- 
 Philippe "BooK" Bruhat

 Everyone acts their age... mental, if not physical.
(Moral from Groo The Wanderer #92 (Epic))


Re: Chaining proxy servers

2003-09-19 Thread John_Delisle


I've seen one utility for Windows which allows this, called proxychain.
It's hard to find now, but check google.  It claims to be able to chain
multiple proxies, without having to reconfigure any of the proxies in the
chain in any way.

Not sure what they're doing, I may have to sniff it and see.

John Delisle
Senior Network Analyst
Ceridian Canada Ltd
Information Systems & Technology Management Dept,
Network and Security Team
204-975-5909



   

  Gisle Aas

  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
  
  e.com>   cc:   [EMAIL PROTECTED] 
  
   Subject:  Re: Chaining proxy servers

  09/19/2003 04:02 

  PM   

   





[EMAIL PROTECTED] writes:

> Is is possible to chain multiple proxy servers with LWP?

I don't think there is any way to do this with HTTP.  If there is then
LWP can probably do it as well.

> Basically I'd like it to work like this:
>
> Client -> Proxy 1 >  Proxy 2 ---> Server

The Proxy 1 can obviously be configured so that it always use Proxy 2
as a proxy for all the requests it process, but from your question I
understood that you wanted the Client to somehow request this chain.

Regards,
Gisle






**
This e-mail and any files transmitted with it are considered 
confidential and are intended solely for the use of the 
individual or entity to whom they are addressed (intended).  
This communication is subject to agent/client privilege. 
If you are not the intended recipient (received in error) or 
the person responsible for delivering the e-mail to the 
intended recipient, be advised that you have received this 
e-mail in error and that any use, dissemination, forwarding, 
printing or copying of this e-mail is strictly prohibited.  If 
you have received this e-mail in error please notify the 
sender immediately.

**



Re: Chaining proxy servers

2003-09-19 Thread Gisle Aas
[EMAIL PROTECTED] writes:

> Is is possible to chain multiple proxy servers with LWP?

I don't think there is any way to do this with HTTP.  If there is then
LWP can probably do it as well.

> Basically I'd like it to work like this:
> 
> Client -> Proxy 1 >  Proxy 2 ---> Server

The Proxy 1 can obviously be configured so that it always use Proxy 2
as a proxy for all the requests it process, but from your question I
understood that you wanted the Client to somehow request this chain.

Regards,
Gisle


Chaining proxy servers

2003-09-19 Thread John_Delisle

Is is possible to chain multiple proxy servers with LWP?

Basically I'd like it to work like this:

Client -> Proxy 1 >  Proxy 2 ---> Server

Thanks,

John Delisle
Senior Network Analyst
Ceridian Canada Ltd
Information Systems & Technology Management Dept,
Network and Security Team
204-975-5909





**
This e-mail and any files transmitted with it are considered 
confidential and are intended solely for the use of the 
individual or entity to whom they are addressed (intended).  
This communication is subject to agent/client privilege. 
If you are not the intended recipient (received in error) or 
the person responsible for delivering the e-mail to the 
intended recipient, be advised that you have received this 
e-mail in error and that any use, dissemination, forwarding, 
printing or copying of this e-mail is strictly prohibited.  If 
you have received this e-mail in error please notify the 
sender immediately.

**