Results 1 to 3 of 3
guys i'm tryin to work with bandwidth and i need an application or anything that can help me specify the bandwidth for every ip, i'm verry confused about this subject ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-09-2006 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 84
bandwidth managemnet
guys i'm tryin to work with bandwidth and i need an application or anything that can help me specify the bandwidth for every ip, i'm verry confused about this subject and would apreciate any help
thank you
- 06-09-2006 #2Linux User
- Join Date
- Jan 2004
- Posts
- 357
Do some google searchs on "QOS" (Qualitly of Service). It's typically done at the router and not by a single PC on your LAN.
Check out this
http://wrt-wiki.bsr-clan.de/index.ph...ity_of_Service
Here's something that you could do at home
http://image.lifehacker.com/software...ter-178132.php
And one more linkThrottling your bandwidth by program
While most routers treat one request for bandwidth the same as any other, your new $600 router is a step above. By setting up QoS (Quality of Service) rules, you can give priority to your interactive traffic (like VoIP, web browsing, or gaming) while throttling traffic that doesn’t require a steady rate of bandwidth to function (like P2P programs).
Doing so will ensure that even if your network gets clogged with lots of file sharing, you’ll still have enough bandwidth left over to make all of your free SkypeOut phone calls. If you’ve got roommates who tend to sponge up a lot of bandwidth, you can even prioritize by IP address.
http://wrt-wiki.bsr-clan.de/index.php?title=Main_Page
- 06-13-2006 #3
bandwidth
add this to syslog.conf
kern.=debug -/var/log/bandwidth
then issue this iptables command
-A FORWARD -o eth0 -j LOG --log-level 7 --log-prefix BANDWIDTH_OUT
-A FORWARD -i eth0 -j LOG --log-level 7 --log-prefix BANDWIDTH_IN
-A OUTPUT -o eth0 -j LOG --log-level 7 --log-prefix BANDWIDTH_OUT
-A INPUT -i eth0 -j LOG --log-level 7 --log-prefix BANDWIDTH_IN


Reply With Quote
