[squid-users] transparent tproxy: routing issue or my own problem ?

2007-07-05 Thread Ming-Ching Tiew
This is long I appreciate you patience. I am using squid in a Linux box setting up as a bridge, and have set up ebtables and iptables following the documentation available on the Net :- ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 \ --ip-destination-port 80 -j redirect --redirect-ta

Re: [squid-users] transparent tproxy: routing issue or my own problem ?

2007-07-08 Thread Ming-Ching Tiew
From: "Ming-Ching Tiew" <[EMAIL PROTECTED]> > > I am using squid in a Linux box setting up as a bridge, and have > set up ebtables and iptables following the documentation > available on the Net :- > > ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 \ > --ip-destination-port 80 -j redirec

Re: [squid-users] transparent tproxy: routing issue or my own problem ?

2007-07-08 Thread Henrik Nordstrom
fre 2007-07-06 klockan 09:41 +0800 skrev Ming-Ching Tiew: > However, if there is a subnet B, which is connected to subnet A, via > a router R, then all the machines inside subnet B will have problem > getting the http reply packets but http request packets have no > problem going out. Do your pro

Re: [squid-users] transparent tproxy: routing issue or my own problem ?

2007-07-09 Thread Ming-Ching Tiew
> I think I fixed the issue by changing the ebtables rule to :- > > ebtables -t broute -A BROUTING --logical-in br0 -p IPv4 --ip-protocol 6 \ >--ip-destination-port 80 -j redirect --redirect-target DROP > > Note that subtle changes. With that I don't need to add routes and other > shits. > I wo

Re: [squid-users] transparent tproxy: routing issue or my own problem ?

2007-07-09 Thread Henrik Nordstrom
fre 2007-07-06 klockan 11:07 +0800 skrev Ming-Ching Tiew: > I think I fixed the issue by changing the ebtables rule to :- > > ebtables -t broute -A BROUTING --logical-in br0 -p IPv4 --ip-protocol 6 \ >--ip-destination-port 80 -j redirect --redirect-target DROP Should be ebtables -t broute -