- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Limiting bandwidth
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 05:12 AM
06-09-2003 05:12 AM
Limiting bandwidth
I'm using RH 8.0 with Squid+Masq~ing. I want to rectrict bandwidth to my internet users on my LAN. Is that possible to limit bandwidth per user basis?
I need ur suggestions
thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 08:43 AM
06-09-2003 08:43 AM
Re: Limiting bandwidth
Muhammad, the only solution I see is to use Iptables to filter traffic (I think I remember you asked something about this).
You would use the limit option to set up an hysteresis based upon user IP.
Look at
http://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html
for general puspose about Iptables;
Now the meat :
iptables -A FORWARD -d 192.168.0.126 -m limit --limit 5/s -j ACCEPT
With this example, you allow only 5 packets per second to the destination user 192.168.0.126.
If you want more specific examples, let us know. You can also define which port (mail ? ftp ?) you want to filter, from which sources and so on.
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 09:12 AM
06-09-2003 09:12 AM
Re: Limiting bandwidth
another place for documentation could be:
http://www.linuxsecurity.com/resource_files/firewalls/Bandwidth-Limiting-HOWTO/
it is a bit old, but you can start with that.
See too the squid documentation: http://squid-docs.sourceforge.net/latest/book-full.html#AEN2036
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 10:47 PM
06-09-2003 10:47 PM
Re: Limiting bandwidth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 11:13 PM
07-29-2003 11:13 PM
Re: Limiting bandwidth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:26 AM
07-30-2003 12:26 AM
Re: Limiting bandwidth
This lets you limit outgoing bandwidth from an interface. To limit incoming bandwith, try "rshaper".
Regards,
Sergejs