View Single Post

  #2 (permalink)  
Old 05-13-2004
David Efflandt
 
Posts: n/a
Default Re: detecting machine behind proxy

On 13 May 2004 03:09:13 -0700, baruah <bbaruah2003@yahoo.com> wrote:
> Hi all,
> Can anyone give me an idea about how to detect the IPs of
> machines behind a Proxy server, from outside ?
>
> e.g. one linux is running squid and serving 5 clients. And I want to
> know the IPs of those clients from an another machine which is not in
> the same network.
> Is it possible ?


Only if they access your web site and you check the HTTP request headers
to see if any tell you that (list all variable in environment). You
CANNOT do it uninitiated from outside, without having some way to get in.

--
David Efflandt - All spam ignored http://www.de-srv.com/
Reply With Quote