All of lore.kernel.org
 help / color / mirror / Atom feed
From: senthilkumaar2021 <senthilkumaar2021@gmail.com>
To: squid-users@squid-cache.org
Cc: netfilter@vger.kernel.org
Subject: Squid + Tproxy + Bridge on Kernel 2.6.34 - Workaround
Date: Wed, 26 May 2010 09:51:39 +0530	[thread overview]
Message-ID: <4BFCA1D3.3060505@gmail.com> (raw)

Hi,

Squid + Tproxy + Bridge Setup on latest kernel - version 2.6.34

I had followed all the steps that had given in the
http://wiki.squid-cache.org/Features/Tproxy4

Kernel - 2.6.34
iptable - 1.4.8
ebtable - 2.0.9-1

But clients were unable to browse and no errors in cache.log. Error -
Network Unreachable. The error had returned by browser not squid proxy.

Workaround :-

After adding the following rules, clients are able to browse.

# ip rule add dev <device name> fwmark 1 lookup 100

example

# ip rule add dev eth0 fwmark 1 lookup 100

NOTE : Repeat the above for each interface except " lo "

Source - https://lists.balabit.hu/pipermail/tproxy/2010-January/001212.html

Based on the above source this issue had identified on kernel version -
2.6.32. But still not yet fixed.

I have CC ed this mail to netfilter mailing lists also.

Hope this helps

Thanks,
Senthil




             reply	other threads:[~2010-05-26  4:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-26  4:21 senthilkumaar2021 [this message]
2010-06-15 18:37 ` [squid-users] Squid + Tproxy + Bridge on Kernel 2.6.34 - Workaround Luis Daniel Lucio Quiroz
2010-06-16  3:44   ` Amos Jeffries

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=4BFCA1D3.3060505@gmail.com \
    --to=senthilkumaar2021@gmail.com \
    --cc=netfilter@vger.kernel.org \
    --cc=squid-users@squid-cache.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.