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

Qos / Traffic Selectors

Gents,

having a 16 Mbit/s internet circuit which I would like to shape. 
4 Mbit/s for HTTP and the rest for other services. Basically I just want to have a maximum of traffic using for HTTP of 4 Mbit/s. I configured a Traffic Selectors "Internal-HTTP-ANY" and assigned a Bandwith Pool which allows a max. speed (for testing) of 10 Kbits. It doesnt matter if the Pool is assigne to the internal or external interface, the selector is not working. Also using the Prox function and modify the Traffic Selectors "Internal-HTTP-ANY" to Traffic Selectors "Internal-HTTP Proxy-ANY" is not changing anything. added several other options, but none of them was working. Does anyone know an  solution here?

May had the same request and configured such a Selector already?

cheers


This thread was automatically locked due to age.
Parents
  • Getting QOS working for the ASL proxies is tricky, and I'm not sure if anyone's done it...

    Not sure if you're trying to control outgoing or incoming traffic.

    For outgoing, you could try
    source: ASL EXT interface
    dest ports 80, 443
    ...

    and for Incoming,
    the source would be the INT Interface (this requires you turn on QOS on the INT interface as well as EXT)
    and source ports would be whatever port you have the http proxy listening on (probably 80 if in transparent mode, otherwise I think it's 8080)

    Let us know if it works.

    Barry
  • Hi Barry,

    thanks a lot...well, tried several options but so far just speeding down the HTTP Traffic for surving pruposes, The big challange is, to get the downlads limitated. Well, let me try your options and will post a feedbakc soonest.

    Best regards
    steigi
Reply
  • Hi Barry,

    thanks a lot...well, tried several options but so far just speeding down the HTTP Traffic for surving pruposes, The big challange is, to get the downlads limitated. Well, let me try your options and will post a feedbakc soonest.

    Best regards
    steigi
Children
  • You cannot easily QoS inbound traffic, the next hop out will still be trying to push data to you as fast as it can.

    The only way really to shape non-shaped inbound is to drop the packet and send a NAK so that the sending system retries, so basically, the Astaro box would be dropping traffic over Xkb/s but the sending systems still trying to push the traffic to you.
  • Simon, I'd think that in the case of TCP traffic, TCP's congestion algorithm(s) would cause the sender (server) to slow down the transfer rate until the drops are minimized.

    Barry