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

ASG 7.504: QoS Problem

I have ASG 7.504 installed on server. We have 6Mbps bandwidth for my office and want to limit users to have 500 kbits/s as an guaranted bandwith and 2000kbits/s (2Mbps) as an upper limit bandwidth.

QoS configuration in detail.

Under Status Tab:
- status of external interface is enabled
+ Limit uplink, selected
+ Download Equlizer, selected
+ Uplocad optimizer, selected

Traffic selector:
- Internet --> Any --> UserNetwork

Bandwidth Pool:
- Interface: External
+ Name: Ineternet2UserNetwork
+ Position: 1
+ Bandwidth(kbit/s): 500
+ specify upper bandwidth limit, SELECTED
++ Limit(kbit/s): 2000
+ Traffic selecter: Selected from above

I also tried different other options like external interface instead of internet on traffic selector but it is still not working.

Can someone please help me to find out the problem?

I also looked at manual and looks like the configuration is okay.

Thanks!
RB


This thread was automatically locked due to age.
  • hi rbasukala, 
    perhaps I don't understand correctly your request. Do you want to limit 500 kbits/s PER USER? In This case you cannot at the moment. You can put a vote in "feature request" forum here: Networking: Bandwidth / Traffic Quota
  • Traffic selector:
    - Internet --> Any --> UserNetwork

    You only can make explicit rules for traffic leaving an interface, so that traffic selector only can work when applied to the internal interface.

    Especially when asking for help on QoS, it pays to describe the problem someone is complaining about and the issue/person you think is causeing the problem.  Seeing just a non-working solution makes it hard to help.

    Cheers - Bob
  • so, I applied following rule on the internal interface:

    Traffic selector:
    - Internet --> Any --> MyComputerIP

    and tested but it is still not limiting download speed, consuming almost all the bandwidth, causing bandwidth utilization upto 100%

    Thanks!
    RB
  • If it didn't limit the bandwidth, then that probably means the packets weren't selected by the traffic selector.

    Can you tell us what complaint you are trying to address and what you think is the reason for the problem?

    Cheers - Bob
  • I am not sure what the exact problem is, I also did tcpdump on both external and internal interface and the source and destination address seems to be fine as well. Both of the interfaces status is also enabled for QoS.

    Service Any on traffic selector rule should work, right?

    Is there a way to look at packet selected by traffic selector?

    Thanks!
    RB
  • RB, I wasn't asking  about the problem with the solution you are trying to implement, rather for the reason you tried this solution...

    What complaint did you receive that made you decide to try QoS - what traffic do you want to prefer?  What/who do you suspect of being the cause of the problem?

    Cheers - Bob
  • Bob... what's the problem?  Why do you keep asking about "complaints" ??  rbasukala is asking a question about how to properly configure the QoS service options on ASG, which I would also like to know, because the Help File does not explain how to do this.  

    To the Astaro Team:
    rbasukala wants to setup the same thing I would like to setup, within the ASG, to limit the amount of Bandwidth each user on my network can use for websurfing and other Internet activities (or all activities).  

    For example... I want to limit all my sales people to 256Kbits (DOWN or inbound to their machine, such as websurfing), then my IT group I want to give more brandwidth, like limit them to 500Kbits down to each of their machines.

    The documentation for the ASG does not explain in any kind of meaninful way how to accomplish this? Furthermore the SOURCE and DESTINTATION fields are VERY confusing; which one is the internal addressing and which is the external addressing?? ....because clicking the Folder button for either one displays the same list of addresses.... the help documentation does not explain whether Source is "going out to the internet" or "coming in from the internet"

    Please make this more understandable and explain how to properly implement such a setup.

    Thanks
  • To the Astaro Team:
    rbasukala wants to setup the same thing I would like to setup, within the ASG, to limit the amount of Bandwidth each user on my network can use for websurfing and other Internet activities (or all activities). 

    Astaro doesn't offer a global way to accomplish this.  You can do it by creating a separate bandwidth pool for each PC's internal IP.

    Please make this more understandable and explain how to properly implement such a setup.

    Thanks 

    This is not a venue for communication with Astaro.  It is a User BB, and with a very rare exception, no one from Astaro comes here in an official capacity - everyone you see here posts on their own time - no Astaro employee is paid to be here.

    Bob... what's the problem? Why do you keep asking about "complaints" ?? rbasukala is asking a question about how to properly configure the QoS service options on ASG, which I would also like to know, because the Help File does not explain how to do this. 

    The original bandwidth limiting type of QoS used in Cisco routers was a blunt knife that did some good, but at the expense of hobbling the users.  The QoS in Astaro does allow you to limit bandwidth, but, the central idea of Astaro QoS is to allow full use of the bandwidth by everyone until some preferred traffic needs bandwidth.

    So, if you want help from someone who knows how it works, then you need to provide information about complaints and what you believe is the cause of the problem. 

    You'll find it much easier to get better answers if your question isn't your guess at what the answer should be.

    Cheers - Bob
    PS I recommend to everyone the document that was recommended to me shortly after I got here: How To Ask Questions The Smart Way
  • Bob... what's the problem?  Why do you keep asking about "complaints" ??  rbasukala is asking a question about how to properly configure the QoS service options on ASG, which I would also like to know, because the Help File does not explain how to do this.  

    To the Astaro Team:
    rbasukala wants to setup the same thing I would like to setup, within the ASG, to limit the amount of Bandwidth each user on my network can use for websurfing and other Internet activities (or all activities). 


    I thought you have been using astaro for 2 years. Yet you don't know how to setup qos[:S] Bob is trying to help by fully understanding the situation so he can come up with the best solution and you are not only hijacking the thread but dumping on the guy that is trying to help[:@]

    QoS implementation in astaro is not any different than any other QoS. If you understand how QoS works, it works the same way in astaro. If you are still confused about which port is incoming and why it is incoming may I suggest a class on windows for dummies[8-)]
  • Thanks to Billybob, its very easy and clear to setup a working qos after you understand how astaro does it [:)]

    To limit a users download bandwidth,  you need to;

    1. Create a service that is: 8080 -> 1:65535 or 80 ->1:65535 depending on web security usage.
    2. Then create a traffic selector: Source : Any, Service: Service you created above, Dest: ip of the user that you want to limit.
    3. Create a pool on INTERNAL interface (where your local users are on) NOT ON EXTERNAL or INTERNET interfaces as Astaro can only control traffic leaving an interface.

    Hope it helps.