> 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 would appreciate feedback from others to see if this is a better rule than > the original one. > Sorry false alarm. The new rule bypasses all traffic from squid, that's why it is working. Back to square ones. Need to work harder on it. :-(