Salatiel Filho
2007-May-07 13:32 UTC
IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
After starting to shape local traffic now i am getting a lot of kernel panics in tcp_retransmit, so i decided to update my kernel from 2.6.17.14 to 2.6.21.1 , the problem is that after that i get: # iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0 iptables: No chain/target/match by that name so i can not redirect ttraffic to IMQ device. and modules are loaded. - # lsmod Module Size Used by ipt_ipp2p 6656 2 ipt_MASQUERADE 2688 1 sch_sfq 4864 31 cls_u32 6660 8 sch_htb 14208 2 ipt_IMQ 1792 0 imq 3592 0 xt_mac 1792 19 ipt_LOG 5504 2 xt_limit 2304 2 xt_multiport 3200 4 xt_state 2176 3 iptable_mangle 2304 1 iptable_nat 6020 1 nf_nat 13996 2 ipt_MASQUERADE,iptable_nat nf_conntrack_ipv4 12940 5 iptable_nat nf_conntrack 46584 5 ipt_MASQUERADE,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4 nfnetlink 4888 3 nf_nat,nf_conntrack_ipv4,nf_conntrack iptable_filter 2436 1 ip_tables 9560 3 iptable_mangle,iptable_nat,iptable_filter usbhid 19424 0 uhci_hcd 18836 0 via_rhine 18456 0 3c59x 35820 0 Any help ?? []''s Salatiel "O maior prazer do inteligente é bancar o idiota diante de um idiota que banca o inteligente".
Salatiel Filho
2007-May-08 15:25 UTC
Re: IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
On 5/7/07, Salatiel Filho <salatiel.filho@gmail.com> wrote:> After starting to shape local traffic now i am getting a lot of kernel > panics in tcp_retransmit, so i decided to update my kernel from > 2.6.17.14 to 2.6.21.1 , the problem is that after that i get: > > # iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0 > iptables: No chain/target/match by that name > > so i can not redirect ttraffic to IMQ device. > > > and modules are loaded. > - > # lsmod > Module Size Used by > ipt_ipp2p 6656 2 > ipt_MASQUERADE 2688 1 > sch_sfq 4864 31 > cls_u32 6660 8 > sch_htb 14208 2 > ipt_IMQ 1792 0 > imq 3592 0 > xt_mac 1792 19 > ipt_LOG 5504 2 > xt_limit 2304 2 > xt_multiport 3200 4 > xt_state 2176 3 > iptable_mangle 2304 1 > iptable_nat 6020 1 > nf_nat 13996 2 ipt_MASQUERADE,iptable_nat > nf_conntrack_ipv4 12940 5 iptable_nat > nf_conntrack 46584 5 > ipt_MASQUERADE,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4 > nfnetlink 4888 3 nf_nat,nf_conntrack_ipv4,nf_conntrack > iptable_filter 2436 1 > ip_tables 9560 3 iptable_mangle,iptable_nat,iptable_filter > usbhid 19424 0 > uhci_hcd 18836 0 > via_rhine 18456 0 > 3c59x 35820 0 > > Any help ?? > > > []''s > Salatiel > > "O maior prazer do inteligente é bancar o idiota > diante de um idiota que banca o inteligente". >2.6.20.11 iptables command works , but i still get kernel panic :/ What is the problem in redirect a local traffic to IMQ ? I redirect squid traffic to the IMQ device. [I need this behaviour] -- []''s Salatiel "O maior prazer do inteligente é bancar o idiota diante de um idiota que banca o inteligente".
Andrew Beverley
2007-May-08 18:19 UTC
Re: Re: IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
> 2.6.20.11 iptables command works , but i still get kernel panic :/ > What is the problem in redirect a local traffic to IMQ ? I redirect > squid traffic to the IMQ device. [I need this behaviour]You could try IFB, which is already in the vanilla kernel. However, it is slightly more limited as to where you can hook it.