| View previous topic :: View next topic |
| Author |
Message |
atifkhan
Joined: 11 Jun 2007 Posts: 1 Location: Jeddah
|
Posted: Mon Jun 11, 2007 4:47 pm Post subject: Bandwidth Management for Each Source Address |
|
|
Hello Guys,
I am trying to restrcit users Bandwidth to 64kbit each source IP address. And i also want to see how much bandwidth uses each ip address. I have more then 6000 Src Addresses |
|
| Back to top |
|
 |
dme26
Joined: 25 Jan 2008 Posts: 4
|
Posted: Fri Jan 25, 2008 12:22 am Post subject: Bandwidth tracking per user |
|
|
I've approximated this in the past by periodic scanning of the output from ULOG-acctd. Unless there's something I don't know about the way Netfilter is set up in Zeroshell, I'd guess you should be able to use this approach to discover usage stats (leaving aside the details of where the user-space executable would sit). As for control of 6000 IP addresses independently, I'd love to hear anyone's solutions - I don't think that's going to be easy to do efficiently.
I think that the problem is usually transposed, and instead a few different rate classes are set up, and IPs are switched from one class to another appropriately. Even so, handling the 6000 IPs separately might still be challenging. |
|
| Back to top |
|
 |
|