This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Another QoS thread

after playing for hours with different qos settings and reading all the related threads i think i ran out of ideas and descided to start this tread. i know many people had/have the same problem and there's no easy solution. i want to limit the outbound and inbound speeds to different values to different users. here is want i want:

the total bandwith is 8000kbit/sec down and 1000kbit/sec up

i want to set the maximum available bandwith like this:

user 1: max 2000kbit/sec down 512kbit/sec up
user 2 /a user group/: max 1000kbit/sec down 256kbit/sec up
user3: max 8000kbit/sec down 1000kbit/sec up /no limit/

it's any easy task for a managable switch and many router boxes have this feature too so i think it should be possible to do it with astaro. i don't want to write here all the bandwith pool and traffic selector settings i tried, but none of them worked. what do you think is the right setting for the needs above?


This thread was automatically locked due to age.
  • You should be able to achieve that though by creating traffic selctors like '[IP of User 1] -> Any -> Any' on the External interface, and 'Any -> Any -> [IP of user 1]' on the Internal interface.

    Having said that, my impression is that you have told us the solution you want to try, not the "needs" (problem) you have.  The Astaro may offer a better solution to your problem than per-IP bandwidth limitation.  What's the problem?  VoIP choppy?  One person waching movies blocks everyone else? or?

    Cheers - Bob
  • sorry for the late answer. i tried the settings you suggest before but astaro seems to ignore the limits, all users can download at full speed. i want to limit the speed not because of quality problems, i just don’t want to be the fastest free wifi provider in the neighborhood..[:)]
  • To limit download bandwidth, you must create a bandwidth pool on the Internal interface for traffic like 'Any -> Any -> [subnet of free WiFi users]' and specify an upper limit of 1000kbit.

    To limit upload bandwidth, you must create a bandwidth pool on the External interface for traffic like '[subnet of free WiFi users] ->Any -> Any' and specify an upper limit of 256kbit.

    This limits overall usage; you cannot set global upper limits per connection.  You must make a separate pool with a traffic selector for each IP or subnet.

    Cheers - Bob
  • thanks for the help, i'll try these settings