* Transparent proxying to all hosts/all ports
@ 2007-07-24 21:40 Philippe
0 siblings, 0 replies; only message in thread
From: Philippe @ 2007-07-24 21:40 UTC (permalink / raw)
To: netfilter
Hi ! (Please be kind with my poor English...)
Main goal: having ALL connections using Linux TCP/IP stack.
Is there a way to run a fully transparent UDP/TCP proxy on a Linux
gateway instead of "just" forwarding packets with Netfilter ?
What I would like to achieve is to intercept all outgoing connections
from hosts in the LAN and force Linux to act as a transparent proxy,
being the only one "talking" on Internet.
TPROXY (maybe REDIRECT ?) seems to be the right Target for the
interception part because SRC/DST host:port are not altered but, correct
me if I am wrong, it does only allow to forward packets to one host.
Is there a tool that could inspect incoming packets and, using the
Dst addr/Dst port, connect to the right remote host and tranfer only
application data ? (HTTP, SMTP, DNS, NTP, etc.)
Thanks !
Philippe
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-24 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 21:40 Transparent proxying to all hosts/all ports Philippe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.