search for: cymphonix

Displaying 2 results from an estimated 2 matches for "cymphonix".

2006 Feb 06
1
[Bug 442] New: skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table
...ct: netfilter/iptables Version: linux-2.6.x Platform: i386 OS/Version: Debian GNU/Linux Status: NEW Severity: major Priority: P2 Component: ip_tables (kernel) AssignedTo: laforge@netfilter.org ReportedBy: tpaskett@cymphonix.com I have confirmed this does not happen in 2.6.13.5 and below and starts to happen in 2.6.14 all the way to 2.6.15.2 If you have a REDIRECT rule for squid like this: iptables -t nat -A PREROUTING -p tcp --dport 80 -s 172.16.1.5/32 -j REDIRECT --to 3128 The skb->data_len and skb->len get...
2006 Feb 07
4
[Bug 442] skb->data_len corrupted in NF_IP_LOCAL_OUT in mangle table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=442 ------- Additional Comments From tpaskett@cymphonix.com 2006-02-07 23:19 MET ------- (In reply to comment #0) > I have confirmed this does not happen in 2.6.13.5 and below and starts to happen > in 2.6.14 all the way to 2.6.15.2 If you have a REDIRECT rule for squid like this: > > iptables -t nat -A PREROUTING -p tcp --dport 80 -s 172....