Linux Netfilter discussions
 help / color / mirror / Atom feed
* Transparent proxying using REDIRECT
@ 2003-07-17  6:24 Mikko Alutoin
  2003-07-17  5:28 ` Arthur Meyer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mikko Alutoin @ 2003-07-17  6:24 UTC (permalink / raw)
  To: netfilter

Hi,

I have a question about transparent proxying. Suppose I have the following 
rule in my kernel:

iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT 
--to-port 3128

The purpose of the rule is that all web traffic is captured by a proxy 
listening to a local port. Now the question:

How does the proxy get to know the original destination IP address and 
port? By looking into the HTTP-request, perhaps? If so, what if the 
application protocol (some other than HTTP) does not contain the 
destination URL?

Cheers,
Mikko




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

end of thread, other threads:[~2003-07-17  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-17  6:24 Transparent proxying using REDIRECT Mikko Alutoin
2003-07-17  5:28 ` Arthur Meyer
2003-07-17  7:22 ` Cedric Blancher
2003-07-17  7:35 ` Philip Craig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox