Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I want to setup an ubuntu server in which some users are limited to a specific download/upload speed.Is it possible?

I know about Wondershaper, Trickle or similar tools but I don't want to limit programs or an interface bandwidth because the machine will have different kind of users.

A solution for limiting speed for a group or specific users would be great.

share|improve this question

1 Answer

iptables with tc? Then again I think I remember pfSense (yeah it's not Ubuntu :/ ), used for traffic shaping, among its many roles, in a small office I used to work for. Since we were in a LAN, everything passes through pfSense. Each user is considered as 1 IP.

What kind of setup are you having, thin clients connected to one server?

share|improve this answer
Thanks.Any tutorial to do this with iptables and tc?It's not in a network.I want to provide some shell accounts for users. – Pedram Feb 17 '11 at 8:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.