Re: [LARTC] ipp2p: Unaligned access in search_all_ed2k on sparc64

2007-12-03 Thread Michele Petrazzo - Unipex srl

Jaime Fordham wrote:
But ipp2p does compile with Kernel 2.6.22, only it produces these unaligned 
access errors for the search_all_ed2k class.




Google say me that need a patch (that work here)

http://kambing.ui.edu/gentoo-portage/net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.22.patch

Michele
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


Re: [LARTC] Limit Rates in more scalable and efficient way

2007-10-05 Thread Michele Petrazzo - Unipex srl

[EMAIL PROTECTED] wrote:

Hello

I'm looking for a more efficient way to limit rates to different 
clients.


Right now as I understand it, I have to make a class for every 
customer/ip-address I'd like to limit bandwidth.


This is right.

This means lots of configuration if i had many customers to setup 
traffic shaping for.




If you have a lot of customers and not a automatic process, yes.


I can filter for ip-ranges, but then all ip's of that range share the
 set bandwidth of the class.


right


I'd like a fixed rate for every ip in a group without configuring
classes for each address! It's a lot of work to configure thousands
of ip addresses if I have make thousand classes for it. Adding,
Deleting and Processing won't be very efficient that way.



Add ok, but why you need to delete and process a lot of IP/customers?

Is there someone who had the same problems and got to a solution or 
am I just asking too much?




Here we haven't thousand of ip, but I thinks it's the same because we
develop a simple, but working solution internally that talk with a db
and ip/mac/dhcp and do the work (create class with its speed).
Just done a: cat firewall_* | wc -l and there is not so much lines:
about 1100 plus that for little internal site (where the user insert his
credential plus the admin part for add, delete, etc..) that are 2600.
I think that with a 4/5 day of work you can do your self the same.

I think, however, that if you need some advice for create the right
limiting policy and its implementation, this it the right place!

Michele
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc