Re: [squid-users] IPv6 and TPROXY

2017-08-13 Thread Walter H.
Hello Eliezer yes, because all my Linux systems are CentOS 6 ... the router/firewall has a rule -A FORWARD -i br0 -o sit1 -s ipv6prefix:0::/80 -m tcp -p tcp --dport 80 -j LOG --log-prefix "IPv6[FWD-HTTP(out)]: " --log-level 7 -A FORWARD -i br0 -o sit1 -s ipv6prefix:0::/80 -m tcp -p tcp --dport

Re: [squid-users] IPv6 and TPROXY

2017-08-13 Thread Eliezer Croitoru
Hey, Is there a specific reason for the usage of CentOS 6? Also, do you need full tproxy featres or just to intercept the traffic? And Amos: Let say I want to intercept using tproxy but not use trpoxy for outgoing connections, would it be possible? Would the usage of: http://www.squid-cache.org/