Hello, I used successfully tproxy patch with squid and 2.6.12 kernel. Recently I tried to consolidate my boxes using xen, I used new upcoming debian kernel (2.6.18) and patched it with tproxy. I also enabled TPROXY feature in debian's squid (2.6.STABLE5). TProxy seems working - rewrites source ip, but kernel crashes frequently - few times a day, under light - only testing usage. TProxy is run in unpriviledged xen domain. I managed to capture few oopses, attached. Only iptables rules used on this box: iptables -t tproxy -F * iptables -t tproxy -X iptables -t tproxy -N redir-to-squid iptables -t tproxy -A redir-to-squid -j TPROXY --on-port 3128 --on-ip 192.168.1.100 iptables -t tproxy -N check-ip iptables -t tproxy -A check-ip -s 192.168.0.0/16 -j redir-to-squid iptables -t tproxy -A PREROUTING -i eth0 -p tcp --dport 80 -j check-ip Let me know if you have any ideas how to prevent crashes, or if any other info is needed. Thanks Michal Pokrywka
Hi, On Wednesday 29 November 2006 12:32, Michal Pokrywka wrote:
TProxy seems working - rewrites source ip, but kernel crashes frequently - few times a day, under light - only testing usage.
Thanks for your bug report.
Let me know if you have any ideas how to prevent crashes, or if any other info is needed.
Could you send your iptable_tproxy.ko to my private address? Thanks. -- Regards, Krisztian Kovacs
participants (2)
-
KOVACS Krisztian
-
Michal Pokrywka