From: "saspan" <saspan@web.de>
To: netfilter@lists.netfilter.org
Subject: redirecting on a local machine
Date: Fri, 19 Jan 2007 19:44:33 +0100 [thread overview]
Message-ID: <008101c73bf9$dc9d99c0$0700a8c0@stormbook> (raw)
Hi there,
I have serious trouble configuring a LTSP-server, wanting it to
work as a transparent proxy using squid in order to secure
web-access for our children.
The problem is to redirect TCP-requests to the machine itself.
More detailed: I want the tcp-requests from users logged into
the LTSP-machine being redirected to the machines' proxy.
As mentioned above the proxy is running on the same system.
A simple
iptables -t -nat -A OUTPUT -m owner ! --owner-uid squid -p tcp
--dport 80 -j REDIRECT --to-destination 3128
doesn't seem to work, cause a browser would not be expecting a
reply from a transparent proxy when waiting for replies to its requests.
What am I doing wrong here? Do the packets have to masked
locally before redirecting them to the proxy?
Any help is appreciated as I have been guessing on this problem
for three days.
Regards,
Sascha
next reply other threads:[~2007-01-19 18:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-19 18:44 saspan [this message]
2007-01-19 18:47 ` redirecting on a local machine Jan Engelhardt
2007-01-19 18:54 ` saspan
2007-01-19 19:24 ` Pascal Hambourg
2007-01-19 19:48 ` saspan
2007-01-19 22:23 ` Jan Engelhardt
2007-01-27 14:57 ` Jan Engelhardt
2007-01-19 22:34 ` Pascal Hambourg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='008101c73bf9$dc9d99c0$0700a8c0@stormbook' \
--to=saspan@web.de \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.