0
votes
0answers
11 views

How can we set variable throttle bandwidth values using tc?

I'm building a network application and need to test its behavior under various bandwidths. This question is an offshoot of this question. I was successfully able to test my application for different ...
0
votes
0answers
102 views

TC - limit outbound bandwidth based on IP

I am trying to host multiple clients on a single CentOS server and provide them each with their own 10 or 100mbit upload speed. The server itself has a multi-gig connection to a single eth0 interface ...
3
votes
2answers
395 views

Limiting bandwidth on internal interface on Linux gateway

I am responsible for a Linux-based (it runs Debian) branch office router that takes a single high-speed Internet connection (eth2) and turns it into about 20 internal networks, each with a seperate ...
3
votes
2answers
419 views

lxc bandwidth control using tc

I am trying to restrict bandwidth inside my containers. I have tried using the following commands , But I think it is not getting effective. cd /sys/fs/cgroup/net_cls/ echo 0x1001 > ...
1
vote
1answer
1k views

Limit bandwidth using tc, iptables, and htb

I'm running a Debian server and was wondering if there are good resources out there, to which you can point me, where I can read about traffic limitations. I have couple users sharing one server. ...
0
votes
1answer
763 views

HTB.init / tc behind NAT

I have an Ubuntu 10 box that I'm trying to set up as a bandwidth-shaping router. The machine has one WAN interface, eth0 and two LAN interfaces, eth1 and eth2. NAT is configured using MASQUERADE as ...