![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executable directory general question | FredSmith | UNIX for Dummies Questions & Answers | 1 | 05-17-2006 02:14 PM |
| general question on executing file in drwx--x--x directory | cul8erppl | Shell Programming and Scripting | 2 | 07-20-2005 01:19 AM |
| general question? | wmosley2 | Shell Programming and Scripting | 2 | 12-17-2003 09:55 PM |
| General Question | ccindyderek | UNIX for Dummies Questions & Answers | 4 | 11-13-2002 11:25 AM |
| General Proxy Question | sam_pointer | IP Networking | 1 | 09-18-2001 04:24 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
General Proxy Question
This is quite a general question:
I am trying to detect whether people accessing my network are using a proxy server. This is *not* to ensure that web pages are not cached! The only way that I can think of doing this is to intercept at packet level and examine the source port for high-numbers. But even this is no guarantee. Humph. Does anybody have any suggestions. The solution must be automated, ie. I can't rely on users filling out a form correctly! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
No suggestions. I cannot think of any 100 percent reliable way to check this. Proxies, from the client perspective, look the same as clients. As you suggest, high port numbers are not an indication of a proxy server. Clients use high port numbers as well.
You might be able to guess proxies from large companies that direct the vast majority of traffic thru proxy servers by a study of the IP addresses of the connections. This would be a good guess for large organizations. You can also tell clients that are more-than-likely not proxied because of the hostname, i.e. the DHCP names of clients with Roadrunner, @Home, etc. This would be intelligent guessing (at best) and incomplete. |
||||
| Google The UNIX and Linux Forums |