Hi, high speed traffic shaping works much more accurate if you set: CONFIG_HZ=500 in /usr/src/linux/.config And in /usr/src/linux/include/net/pkt_sched.h #define PSCHED_CLOCK_SOURCE PSCHED_CPU Accourding to my experience, the above settings improve high speed network stuff enormously. About memory allocation: When using huge netfilter configuration (> 30000 lines), there seems to be a possible "unable to allocate memory" issue, I think it might be caused by kmalloc trying to allocate a continuous region. I'm not sure about it, but if this is the case it could be solved by using vmalloc in stead of kmalloc. Any comments from anyone here about the malloc stuff? Good luck, Jeroen. On Fri, 19 Mar 2004 10:06:32 -0500 "Michael Peppard" <mpeppard@xxxxxxxxxx> wrote: > No problems and no issues, but a question this list would probably best > answer. > > Does anyone have a link/book they like that gives some advice on kernel > parameters specifically for a router. It's kernel 2.4. > > I have a Sangoma with dual T1's (ppp /w tc load balancing) running wanpipe. > The machine is pretty darn good (dual-hyper-threaded-Xenon-and-4 > Gig-of-ram-and-mirrored-serial-drives etc etc). I'm embarrassed admitting I > have such a nice machine working as a leaf router... and only in forward > mode too. > > Obviously I know a little about iproute2, firewalling and how to compile a > kernel, or it wouldn't work. A link that would let me actually use some of > the machines capabilities though would be helpful. Kernel tweaks to use the > memory better... You probably know better than me. > > I appreciate your expertise and assistance! > > -Mike > > > _______________________________________________ > LARTC mailing list / LARTC@xxxxxxxxxxxxxxx > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > _______________________________________________ LARTC mailing list / LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/