Re: [LARTC] tc act ipt errors

2007-01-31 Thread Marco Berizzi
Tablename: mangle hook: NF_IP_PRE_ROUTING target: MARK set 0x1 index 0 Action 4 device ifb0 ifindex 10 RTNETLINK answers: No such file or directory We have an error talking to the kernel I have act_mirred loaded, and I have act_ipt loaded. What gives? Did you load the iptables mark

Re: [LARTC] Disable netfilter for bridged traffic

2007-01-31 Thread Radu Oprisan
Luciano Ruete wrote: On Saturday 06 January 2007 15:30, Radu Oprisan wrote: senthil wrote: Hi All, Can anybody suggests how can I disable netfilter for bridged traffic in linux-2.4.27 kernel ? If i understand the question, then you just need to ignore the interfaces for the bridge. this is

[LARTC] ipsec x.509 or kerberos

2007-01-31 Thread Caleb Cushing
I'm setting up a ipsec proxy (gentoo linux) I'm wondering whether I should use certificates or kerberos. I want it to be able to interact with windows. opinions? facts? which is more secure? ___ LARTC mailing list LARTC@mailman.ds9a.nl

[LARTC] [PATCH] HTB O(1) class lookup

2007-01-31 Thread Simon Lodal
This patch changes HTB's class storage from hash+lists to a two-level linear array, so it can do constant time (O(1)) class lookup by classid. It improves scalability for large number of classes. Without the patch, ~14k htb classes can starve a Xeon-3.2 at only 15kpps, using most of it's