This is a discussion on detecting machine behind proxy within the Linux Networking forums, part of the Linux Forums category; Hi all, Can anyone give me an idea about how to detect the IPs of machines behind a Proxy server, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 ? thx in advance. with kind regards baruah. |
|
|||
|
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/ |
|
|||
|
On Thu, 13 May 2004 03:09:13 -0700, baruah 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 ? > > thx in advance. > > with kind regards > baruah. It seems to me, a considerable amount of effort has been expended to prevent you from being able to learn such things from the outside. -Jeff |
|
|||
|
baruah 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 ? > > thx in advance. > > with kind regards > baruah. Ask the same person who told you there are 5 clients. -- The e-mail address in our reply-to line is reversed in an attempt to minimize spam. Our true address is of the form che...@prodigy.net. |